]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Update the copyright line.
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Sat, 5 Mar 2011 15:22:28 +0000 (15:22 +0000)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Sat, 5 Mar 2011 15:22:28 +0000 (15:22 +0000)
38 files changed:
COPYING
babel/__init__.py
babel/core.py
babel/dates.py
babel/localedata.py
babel/messages/__init__.py
babel/messages/catalog.py
babel/messages/checkers.py
babel/messages/extract.py
babel/messages/frontend.py
babel/messages/jslexer.py
babel/messages/mofile.py
babel/messages/plurals.py
babel/messages/pofile.py
babel/messages/tests/__init__.py
babel/messages/tests/catalog.py
babel/messages/tests/checkers.py
babel/messages/tests/extract.py
babel/messages/tests/frontend.py
babel/messages/tests/mofile.py
babel/messages/tests/plurals.py
babel/messages/tests/pofile.py
babel/numbers.py
babel/plural.py
babel/support.py
babel/tests/__init__.py
babel/tests/core.py
babel/tests/dates.py
babel/tests/localedata.py
babel/tests/numbers.py
babel/tests/plural.py
babel/tests/support.py
babel/tests/util.py
babel/util.py
contrib/babel.js
scripts/dump_data.py
scripts/dump_global.py
setup.py

diff --git a/COPYING b/COPYING
index 74202d406111ab41e3675ba86bbb945970a4ccf2..bddbf629316a80be62bb4b3cd5293252213fb8db 100644 (file)
--- 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
index b0b79c659e87dfa2ac6a2d7349e4e9642a9b3293..e4d9a0abfd0437fa67cb3b8e4b3bcc86870a60d6 100644 (file)
@@ -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
index f24cebc88f47709eb95ecab2a2ea4865452d555c..74bc00df9dcc1f34b2cf8dbae2b899dd2d33c315 100644 (file)
@@ -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
index c6fe781e4275ef74b48d6d13ba65777d0cb594c1..9b79543260bef4bcd587d8fa429f6a885c24ab84 100644 (file)
@@ -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
index 9308b5ecf6eccc2506d41696992223e86adb5265..99cfd0300a72a8560ba0b2c7d3ab4051c3352153 100644 (file)
@@ -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
index 283e1f85f6ed8023fd5c695f3417668172d5902d..8110724c02177f45dd0f8fc3b3caaf3d3c82bc56 100644 (file)
@@ -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
index d805dc9047f9ba536dbbee09d081b6b512845d72..f530c13ced8a6f067bf9b06c55ad5f2f0c037104 100644 (file)
@@ -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
index a1862b7fcf0cfb07fe111d423fe7c7f65a50deec..fd3f6941cf936312facbff1063e63e2eda911285 100644 (file)
@@ -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
index eb2e19369c44b25966ea1135ecd7ff3ec923a711..54ad4ab4c9696f872593990c56d65aec9ff3e3cd 100644 (file)
@@ -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
index fc6216d88aaeb56652035e733ab9ab00a910c9e1..811ec5fd565ead578608256b4f119ae510a196f8 100755 (executable)
@@ -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
index 3a203b1f80bf34b1bdc36b14760c7ed6446982da..e8a7bb213f703c6644aefb3f1a7318d643c5329f 100644 (file)
@@ -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
index 168613c97e56e1dbb2d94e599ecba27db3c67afb..3315d3387543310cdcf56940f6037c62f2ef1651 100644 (file)
@@ -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
index ebb091ac7392de2d28c5da0bf88bda55696bad5d..172339e611e62924594a6147a5f01d210ba0b5d0 100644 (file)
@@ -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
index bbb207f1c1fa78dc872acc831bfd5e3e13514d8f..432b898fc99a28d63e88473c8a0186c5d7907020 100644 (file)
@@ -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
index 2fb1b2ed245e0d38544fe5e978b5e494e697bf7e..b80beed3651c4f675bbc12372f8653d889a66a9d 100644 (file)
@@ -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
index a878b099d884494ca060e4f5be0d87496fa715c9..ddf8e7f02ba1493a9b2fbdcdc29dd839a8be2c5e 100644 (file)
@@ -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
index b009a5e615c4e9e1e5734bdea389deb639cfd2a8..a9d31ef06936492ef9383650ec5e23c4aa3caaa2 100644 (file)
@@ -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
index 2c1139b219fbe1fd25d0e440712d4e6640f83837..a72b6925cc334727b8d00b5f868fcf8a43bcdf30 100644 (file)
@@ -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
index 00ddcce850710059b1a90af4b9144fc1d32e1b76..9ea0a4dd0de62f293fe2453ab39d1301b51cd7f0 100644 (file)
@@ -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
index b10a8031cc33158a298a7174e214ca32f35cb269..9b7b3bf991f19165557d43ee1ffa6cf145613a21 100644 (file)
@@ -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
index 211840a1de1cbc6a002129a513ed3d3f466c88de..b345ba3a280a0b0b5ffbec4836403e91bdd020d6 100644 (file)
@@ -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
index 736376a37d37a9ed12d4459553e1a81046a5a620..59e21bceef03d048b9de2b517d81b70b2acdfda7 100644 (file)
@@ -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
index 6ea09291416986983dcc999a4b10d482150ca516..3f965be939b2458cef958eb3c11f8f5f6873a5f4 100644 (file)
@@ -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
index a8549253303b3a7feba2ff1b99416e4515530c07..d13d12938da6351185f843d72a7795ce4b693434 100644 (file)
@@ -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
index da73db01ab0eb3055a8827f54219035eb7c7718f..4ca83cf8c895a3ea150f939f36755aaa4791cae9 100644 (file)
@@ -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
index e307e911a19eba44b909716db10621d079ab9ffc..b71b876be6957ce55e164beae85430f17e2254b4 100644 (file)
@@ -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
index a3f5f278aa06153795f4abda6d5cdde0c30c30d4..f519373f7e41f2c28c4665b5b299ce5ccf8b0ae4 100644 (file)
@@ -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
index ebc482d371b18e4ffdcd53b92e636eb2d3d13140..5046d606b5cd4630b0375330319b0c8f3a03da59 100644 (file)
@@ -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
index ea0a483c031335ecd5582721a258c8adacad6e78..b029c60e62b81fffe6137a7f6685d05087e64df8 100644 (file)
@@ -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
index 5e43e9607af3fe4c814daf1ac0b4908df9e9c89e..41896888990dace3ae00c018955e36abf35625b1 100644 (file)
@@ -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
index 678e1917f6a147e853d7ec02963fca78d0f5446e..695d582b0fb24d2fe5ff0d8289310d876e8acb89 100644 (file)
@@ -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
index 00a1a0eb1f5e01768160f19a1cc4718d76969eec..1665869a1b5b9721c1e553be9ac0bd7f61ce566d 100644 (file)
@@ -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
index f393b347f25b0dd118683b1e02f04e823303fabf..7c72b86139288064c2ea859f4075b7c28a5b0c9e 100644 (file)
@@ -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
index dd5b9059ccb89343f7eba3a322fc348d858cbf59..18924d03a06b078ccb2f81dfdf734448a702ee41 100644 (file)
@@ -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
index fb2fbb448037d3812c4787f8d8a02565bf1fd097..e528039944e8e9ada753ffef14e57b7c280c60a4 100644 (file)
@@ -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
index cad78aa71b983aca069a817baa110015d8ceabb2..c31bdc2c4a2b089b5112b9d59c15e61f248065d1 100755 (executable)
@@ -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
index db722f5db251247b055fc65e4981c0da12ae7b1e..42bd59993bc33e42bc18c66cfde321547bbe6dc4 100755 (executable)
@@ -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
index 183face42799e94c74f120b5edbbdbb74fc53e60..4453d5cab4b8dc63a2750e70df32c044cf039a7a 100755 (executable)
--- 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