From 0b1cd703dd0ea7ac2dd713e452ca4dba3fe56066 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Tue, 4 Feb 2014 14:15:02 -0500 Subject: [PATCH] Update copyright to 2014. (imported from commit 733baed61e26be0c07a7e7a605618087df6b0866) --- examples/create-user | 2 +- examples/list-members | 2 +- integrations/asana/zulip_asana_config.py | 2 +- integrations/asana/zulip_asana_mirror | 2 +- integrations/basecamp/zulip_basecamp_config.py | 2 +- integrations/basecamp/zulip_basecamp_mirror | 2 +- integrations/codebase/zulip_codebase_config.py | 2 +- integrations/codebase/zulip_codebase_mirror | 2 +- integrations/git/post-receive | 2 +- integrations/git/zulip_git_config.py | 2 +- integrations/hg/zulip-changegroup.py | 2 +- integrations/jira/org/humbug/jira/ZulipListener.groovy | 2 +- integrations/perforce/zulip_change-commit.py | 2 +- integrations/perforce/zulip_perforce_config.py | 2 +- integrations/rss/rss-bot | 2 +- integrations/svn/post-commit | 2 +- integrations/svn/zulip_svn_config.py | 2 +- integrations/twitter/twitter-bot | 2 +- integrations/twitter/twitter-search-bot | 2 +- zulip/__init__.py | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/examples/create-user b/examples/create-user index bacfb76..c492fdd 100755 --- a/examples/create-user +++ b/examples/create-user @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright © 2012-2013 Zulip, Inc. +# Copyright © 2012-2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/examples/list-members b/examples/list-members index 2226bc3..d7829ae 100755 --- a/examples/list-members +++ b/examples/list-members @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/asana/zulip_asana_config.py b/integrations/asana/zulip_asana_config.py index 9943f44..56be836 100644 --- a/integrations/asana/zulip_asana_config.py +++ b/integrations/asana/zulip_asana_config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/asana/zulip_asana_mirror b/integrations/asana/zulip_asana_mirror index 7d5230b..a92bd79 100644 --- a/integrations/asana/zulip_asana_mirror +++ b/integrations/asana/zulip_asana_mirror @@ -3,7 +3,7 @@ # # Asana integration for Zulip # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/basecamp/zulip_basecamp_config.py b/integrations/basecamp/zulip_basecamp_config.py index 3f37728..baadc69 100644 --- a/integrations/basecamp/zulip_basecamp_config.py +++ b/integrations/basecamp/zulip_basecamp_config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/basecamp/zulip_basecamp_mirror b/integrations/basecamp/zulip_basecamp_mirror index c92408c..8638ad0 100755 --- a/integrations/basecamp/zulip_basecamp_mirror +++ b/integrations/basecamp/zulip_basecamp_mirror @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Zulip mirror of Basecamp activity -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/codebase/zulip_codebase_config.py b/integrations/codebase/zulip_codebase_config.py index 11a4025..8f3333c 100644 --- a/integrations/codebase/zulip_codebase_config.py +++ b/integrations/codebase/zulip_codebase_config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/codebase/zulip_codebase_mirror b/integrations/codebase/zulip_codebase_mirror index ecf3e39..9fe875e 100755 --- a/integrations/codebase/zulip_codebase_mirror +++ b/integrations/codebase/zulip_codebase_mirror @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Zulip mirror of Codebase HQ activity -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/git/post-receive b/integrations/git/post-receive index a6ffcc0..df8b97f 100755 --- a/integrations/git/post-receive +++ b/integrations/git/post-receive @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Zulip notification post-receive hook. -# Copyright © 2012-2013 Zulip, Inc. +# Copyright © 2012-2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/git/zulip_git_config.py b/integrations/git/zulip_git_config.py index 6af3abc..2000fd7 100644 --- a/integrations/git/zulip_git_config.py +++ b/integrations/git/zulip_git_config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/hg/zulip-changegroup.py b/integrations/hg/zulip-changegroup.py index 57f4ff7..f1ec24d 100755 --- a/integrations/hg/zulip-changegroup.py +++ b/integrations/hg/zulip-changegroup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Zulip hook for Mercurial changeset pushes. -# Copyright © 2012-2013 Zulip, Inc. +# Copyright © 2012-2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/jira/org/humbug/jira/ZulipListener.groovy b/integrations/jira/org/humbug/jira/ZulipListener.groovy index f105e6b..06a602e 100644 --- a/integrations/jira/org/humbug/jira/ZulipListener.groovy +++ b/integrations/jira/org/humbug/jira/ZulipListener.groovy @@ -1,5 +1,5 @@ /* -* Copyright (c) 2013 Zulip, Inc +* Copyright (c) 2014 Zulip, Inc */ package org.zulip.jira diff --git a/integrations/perforce/zulip_change-commit.py b/integrations/perforce/zulip_change-commit.py index 95d0a6c..3596267 100755 --- a/integrations/perforce/zulip_change-commit.py +++ b/integrations/perforce/zulip_change-commit.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright © 2012-2013 Zulip, Inc. +# Copyright © 2012-2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/perforce/zulip_perforce_config.py b/integrations/perforce/zulip_perforce_config.py index 83e3d02..2928a0c 100644 --- a/integrations/perforce/zulip_perforce_config.py +++ b/integrations/perforce/zulip_perforce_config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/rss/rss-bot b/integrations/rss/rss-bot index 8d7c114..a59434f 100755 --- a/integrations/rss/rss-bot +++ b/integrations/rss/rss-bot @@ -3,7 +3,7 @@ # # RSS integration for Zulip # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/svn/post-commit b/integrations/svn/post-commit index dd92f49..dabfb12 100755 --- a/integrations/svn/post-commit +++ b/integrations/svn/post-commit @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Zulip notification post-commit hook. -# Copyright © 2012-2013 Zulip, Inc. +# Copyright © 2012-2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/svn/zulip_svn_config.py b/integrations/svn/zulip_svn_config.py index 7c6e2d5..195fa84 100644 --- a/integrations/svn/zulip_svn_config.py +++ b/integrations/svn/zulip_svn_config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/twitter/twitter-bot b/integrations/twitter/twitter-bot index bcf8497..a848c25 100755 --- a/integrations/twitter/twitter-bot +++ b/integrations/twitter/twitter-bot @@ -3,7 +3,7 @@ # # Twitter integration for Zulip # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/integrations/twitter/twitter-search-bot b/integrations/twitter/twitter-search-bot index 4c860cf..64e42d8 100755 --- a/integrations/twitter/twitter-search-bot +++ b/integrations/twitter/twitter-search-bot @@ -3,7 +3,7 @@ # # Twitter search integration for Zulip # -# Copyright © 2013 Zulip, Inc. +# Copyright © 2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/zulip/__init__.py b/zulip/__init__.py index 8fdde95..1a0ecb6 100644 --- a/zulip/__init__.py +++ b/zulip/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2013 Zulip, Inc. +# Copyright © 2012-2014 Zulip, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal