From: Jeroen Ruigrok van der Werven Date: Sat, 5 Mar 2011 15:22:28 +0000 (+0000) Subject: Update the copyright line. X-Git-Tag: 1.0~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=506f2d8f609e7f9656010ebd7fd98022835e2850;p=thirdparty%2Fbabel.git Update the copyright line. --- diff --git a/COPYING b/COPYING index 74202d40..bddbf629 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2007 Edgewall Software +Copyright (C) 2007-2011 Edgewall Software All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/babel/__init__.py b/babel/__init__.py index b0b79c65..e4d9a0ab 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2008 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/core.py b/babel/core.py index f24cebc8..74bc00df 100644 --- a/babel/core.py +++ b/babel/core.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/dates.py b/babel/dates.py index c6fe781e..9b795432 100644 --- a/babel/dates.py +++ b/babel/dates.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/localedata.py b/babel/localedata.py index 9308b5ec..99cfd030 100644 --- a/babel/localedata.py +++ b/babel/localedata.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/__init__.py b/babel/messages/__init__.py index 283e1f85..8110724c 100644 --- a/babel/messages/__init__.py +++ b/babel/messages/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/catalog.py b/babel/messages/catalog.py index d805dc90..f530c13c 100644 --- a/babel/messages/catalog.py +++ b/babel/messages/catalog.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2008 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/checkers.py b/babel/messages/checkers.py index a1862b7f..fd3f6941 100644 --- a/babel/messages/checkers.py +++ b/babel/messages/checkers.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/extract.py b/babel/messages/extract.py index eb2e1936..54ad4ab4 100644 --- a/babel/messages/extract.py +++ b/babel/messages/extract.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py index fc6216d8..811ec5fd 100755 --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2008 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/jslexer.py b/babel/messages/jslexer.py index 3a203b1f..e8a7bb21 100644 --- a/babel/messages/jslexer.py +++ b/babel/messages/jslexer.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008 Edgewall Software +# Copyright (C) 2008-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/mofile.py b/babel/messages/mofile.py index 168613c9..3315d338 100644 --- a/babel/messages/mofile.py +++ b/babel/messages/mofile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2008 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/plurals.py b/babel/messages/plurals.py index ebb091ac..172339e6 100644 --- a/babel/messages/plurals.py +++ b/babel/messages/plurals.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2008 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/pofile.py b/babel/messages/pofile.py index bbb207f1..432b898f 100644 --- a/babel/messages/pofile.py +++ b/babel/messages/pofile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2008 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/tests/__init__.py b/babel/messages/tests/__init__.py index 2fb1b2ed..b80beed3 100644 --- a/babel/messages/tests/__init__.py +++ b/babel/messages/tests/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2008 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/tests/catalog.py b/babel/messages/tests/catalog.py index a878b099..ddf8e7f0 100644 --- a/babel/messages/tests/catalog.py +++ b/babel/messages/tests/catalog.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/tests/checkers.py b/babel/messages/tests/checkers.py index b009a5e6..a9d31ef0 100644 --- a/babel/messages/tests/checkers.py +++ b/babel/messages/tests/checkers.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008 Edgewall Software +# Copyright (C) 2008-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/tests/extract.py b/babel/messages/tests/extract.py index 2c1139b2..a72b6925 100644 --- a/babel/messages/tests/extract.py +++ b/babel/messages/tests/extract.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/tests/frontend.py b/babel/messages/tests/frontend.py index 00ddcce8..9ea0a4dd 100644 --- a/babel/messages/tests/frontend.py +++ b/babel/messages/tests/frontend.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2008 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/tests/mofile.py b/babel/messages/tests/mofile.py index b10a8031..9b7b3bf9 100644 --- a/babel/messages/tests/mofile.py +++ b/babel/messages/tests/mofile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2008 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/tests/plurals.py b/babel/messages/tests/plurals.py index 211840a1..b345ba3a 100644 --- a/babel/messages/tests/plurals.py +++ b/babel/messages/tests/plurals.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008 Edgewall Software +# Copyright (C) 2008-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/messages/tests/pofile.py b/babel/messages/tests/pofile.py index 736376a3..59e21bce 100644 --- a/babel/messages/tests/pofile.py +++ b/babel/messages/tests/pofile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007-2010 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/numbers.py b/babel/numbers.py index 6ea09291..3f965be9 100644 --- a/babel/numbers.py +++ b/babel/numbers.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/plural.py b/babel/plural.py index a8549253..d13d1293 100644 --- a/babel/plural.py +++ b/babel/plural.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008 Edgewall Software +# Copyright (C) 2008-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/support.py b/babel/support.py index da73db01..4ca83cf8 100644 --- a/babel/support.py +++ b/babel/support.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/tests/__init__.py b/babel/tests/__init__.py index e307e911..b71b876b 100644 --- a/babel/tests/__init__.py +++ b/babel/tests/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/tests/core.py b/babel/tests/core.py index a3f5f278..f519373f 100644 --- a/babel/tests/core.py +++ b/babel/tests/core.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/tests/dates.py b/babel/tests/dates.py index ebc482d3..5046d606 100644 --- a/babel/tests/dates.py +++ b/babel/tests/dates.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/tests/localedata.py b/babel/tests/localedata.py index ea0a483c..b029c60e 100644 --- a/babel/tests/localedata.py +++ b/babel/tests/localedata.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/tests/numbers.py b/babel/tests/numbers.py index 5e43e960..41896888 100644 --- a/babel/tests/numbers.py +++ b/babel/tests/numbers.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/tests/plural.py b/babel/tests/plural.py index 678e1917..695d582b 100644 --- a/babel/tests/plural.py +++ b/babel/tests/plural.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008 Edgewall Software +# Copyright (C) 2008-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/tests/support.py b/babel/tests/support.py index 00a1a0eb..1665869a 100644 --- a/babel/tests/support.py +++ b/babel/tests/support.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/tests/util.py b/babel/tests/util.py index f393b347..7c72b861 100644 --- a/babel/tests/util.py +++ b/babel/tests/util.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/babel/util.py b/babel/util.py index dd5b9059..18924d03 100644 --- a/babel/util.py +++ b/babel/util.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/contrib/babel.js b/contrib/babel.js index fb2fbb44..e5280399 100644 --- a/contrib/babel.js +++ b/contrib/babel.js @@ -1,7 +1,7 @@ /** * Babel JavaScript Support * - * Copyright (C) 2008 Edgewall Software + * Copyright (C) 2008-2011 Edgewall Software * All rights reserved. * * This software is licensed as described in the file COPYING, which diff --git a/scripts/dump_data.py b/scripts/dump_data.py index cad78aa7..c31bdc2c 100755 --- a/scripts/dump_data.py +++ b/scripts/dump_data.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/scripts/dump_global.py b/scripts/dump_global.py index db722f5d..42bd5999 100755 --- a/scripts/dump_global.py +++ b/scripts/dump_global.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which diff --git a/setup.py b/setup.py index 183face4..4453d5ca 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2007 Edgewall Software +# Copyright (C) 2007-2011 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which