From da757b71956c894fe1cc5c3902581d8664058b7f 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) --- api/examples/create-user | 2 +- api/examples/list-members | 2 +- api/integrations/asana/zulip_asana_config.py | 2 +- api/integrations/asana/zulip_asana_mirror | 2 +- api/integrations/basecamp/zulip_basecamp_config.py | 2 +- api/integrations/basecamp/zulip_basecamp_mirror | 2 +- api/integrations/codebase/zulip_codebase_config.py | 2 +- api/integrations/codebase/zulip_codebase_mirror | 2 +- api/integrations/git/post-receive | 2 +- api/integrations/git/zulip_git_config.py | 2 +- api/integrations/hg/zulip-changegroup.py | 2 +- api/integrations/jira/org/humbug/jira/ZulipListener.groovy | 2 +- api/integrations/perforce/zulip_change-commit.py | 2 +- api/integrations/perforce/zulip_perforce_config.py | 2 +- api/integrations/rss/rss-bot | 2 +- api/integrations/svn/post-commit | 2 +- api/integrations/svn/zulip_svn_config.py | 2 +- api/integrations/twitter/twitter-bot | 2 +- api/integrations/twitter/twitter-search-bot | 2 +- api/zulip/__init__.py | 2 +- templates/zerver/portico.html | 2 +- zerver/static_header.txt | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/api/examples/create-user b/api/examples/create-user index bacfb76a28..c492fdd0a5 100755 --- a/api/examples/create-user +++ b/api/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/api/examples/list-members b/api/examples/list-members index 2226bc3863..d7829ae72a 100755 --- a/api/examples/list-members +++ b/api/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/api/integrations/asana/zulip_asana_config.py b/api/integrations/asana/zulip_asana_config.py index 9943f44c9d..56be836dce 100644 --- a/api/integrations/asana/zulip_asana_config.py +++ b/api/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/api/integrations/asana/zulip_asana_mirror b/api/integrations/asana/zulip_asana_mirror index 7d5230b23e..a92bd79de0 100644 --- a/api/integrations/asana/zulip_asana_mirror +++ b/api/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/api/integrations/basecamp/zulip_basecamp_config.py b/api/integrations/basecamp/zulip_basecamp_config.py index 3f3772851c..baadc699a8 100644 --- a/api/integrations/basecamp/zulip_basecamp_config.py +++ b/api/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/api/integrations/basecamp/zulip_basecamp_mirror b/api/integrations/basecamp/zulip_basecamp_mirror index c92408cab1..8638ad062c 100755 --- a/api/integrations/basecamp/zulip_basecamp_mirror +++ b/api/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/api/integrations/codebase/zulip_codebase_config.py b/api/integrations/codebase/zulip_codebase_config.py index 11a4025dfd..8f3333cc33 100644 --- a/api/integrations/codebase/zulip_codebase_config.py +++ b/api/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/api/integrations/codebase/zulip_codebase_mirror b/api/integrations/codebase/zulip_codebase_mirror index ecf3e3910e..9fe875ec7c 100755 --- a/api/integrations/codebase/zulip_codebase_mirror +++ b/api/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/api/integrations/git/post-receive b/api/integrations/git/post-receive index a6ffcc0213..df8b97fb97 100755 --- a/api/integrations/git/post-receive +++ b/api/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/api/integrations/git/zulip_git_config.py b/api/integrations/git/zulip_git_config.py index 6af3abc945..2000fd7bce 100644 --- a/api/integrations/git/zulip_git_config.py +++ b/api/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/api/integrations/hg/zulip-changegroup.py b/api/integrations/hg/zulip-changegroup.py index 57f4ff7e9d..f1ec24d123 100755 --- a/api/integrations/hg/zulip-changegroup.py +++ b/api/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/api/integrations/jira/org/humbug/jira/ZulipListener.groovy b/api/integrations/jira/org/humbug/jira/ZulipListener.groovy index f105e6bfe6..06a602e59b 100644 --- a/api/integrations/jira/org/humbug/jira/ZulipListener.groovy +++ b/api/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/api/integrations/perforce/zulip_change-commit.py b/api/integrations/perforce/zulip_change-commit.py index 95d0a6c63e..35962673e0 100755 --- a/api/integrations/perforce/zulip_change-commit.py +++ b/api/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/api/integrations/perforce/zulip_perforce_config.py b/api/integrations/perforce/zulip_perforce_config.py index 83e3d02a11..2928a0cd36 100644 --- a/api/integrations/perforce/zulip_perforce_config.py +++ b/api/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/api/integrations/rss/rss-bot b/api/integrations/rss/rss-bot index 8d7c11426f..a59434f6e7 100755 --- a/api/integrations/rss/rss-bot +++ b/api/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/api/integrations/svn/post-commit b/api/integrations/svn/post-commit index dd92f4992b..dabfb125d7 100755 --- a/api/integrations/svn/post-commit +++ b/api/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/api/integrations/svn/zulip_svn_config.py b/api/integrations/svn/zulip_svn_config.py index 7c6e2d5caa..195fa841a3 100644 --- a/api/integrations/svn/zulip_svn_config.py +++ b/api/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/api/integrations/twitter/twitter-bot b/api/integrations/twitter/twitter-bot index bcf8497b93..a848c25668 100755 --- a/api/integrations/twitter/twitter-bot +++ b/api/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/api/integrations/twitter/twitter-search-bot b/api/integrations/twitter/twitter-search-bot index 4c860cf8f0..64e42d8edb 100755 --- a/api/integrations/twitter/twitter-search-bot +++ b/api/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/api/zulip/__init__.py b/api/zulip/__init__.py index 8fdde958a1..1a0ecb63a6 100644 --- a/api/zulip/__init__.py +++ b/api/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 diff --git a/templates/zerver/portico.html b/templates/zerver/portico.html index d07570096c..4f1b7d4c99 100644 --- a/templates/zerver/portico.html +++ b/templates/zerver/portico.html @@ -49,7 +49,7 @@ hence the name.