From: Aarni Koskela Date: Fri, 2 Feb 2018 16:52:10 +0000 (+0200) Subject: Rephrase copyright headers to link to the LICENSE file instead of COPYING X-Git-Tag: v2.6.0~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F559%2Fhead;p=thirdparty%2Fbabel.git Rephrase copyright headers to link to the LICENSE file instead of COPYING Fixes #398 --- diff --git a/scripts/dump_data.py b/scripts/dump_data.py index 5e128605..3bf35f2b 100755 --- a/scripts/dump_data.py +++ b/scripts/dump_data.py @@ -4,7 +4,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/scripts/dump_global.py b/scripts/dump_global.py index ad3d35da..641f3c01 100755 --- a/scripts/dump_global.py +++ b/scripts/dump_global.py @@ -4,7 +4,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/scripts/import_cldr.py b/scripts/import_cldr.py index 89fc1a7f..cd0ec37c 100755 --- a/scripts/import_cldr.py +++ b/scripts/import_cldr.py @@ -4,7 +4,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/messages/test_catalog.py b/tests/messages/test_catalog.py index f9fa7244..1b23832a 100644 --- a/tests/messages/test_catalog.py +++ b/tests/messages/test_catalog.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/messages/test_checkers.py b/tests/messages/test_checkers.py index 6af81c64..be4afb34 100644 --- a/tests/messages/test_checkers.py +++ b/tests/messages/test_checkers.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/messages/test_extract.py b/tests/messages/test_extract.py index 13ce8735..fa50a4c9 100644 --- a/tests/messages/test_extract.py +++ b/tests/messages/test_extract.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/messages/test_frontend.py b/tests/messages/test_frontend.py index 0f12f1e7..d2e9e35c 100644 --- a/tests/messages/test_frontend.py +++ b/tests/messages/test_frontend.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/messages/test_mofile.py b/tests/messages/test_mofile.py index c590facc..7038b1d8 100644 --- a/tests/messages/test_mofile.py +++ b/tests/messages/test_mofile.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/messages/test_plurals.py b/tests/messages/test_plurals.py index 3792a1b2..2ba15e91 100644 --- a/tests/messages/test_plurals.py +++ b/tests/messages/test_plurals.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/messages/test_pofile.py b/tests/messages/test_pofile.py index 1a04b4e6..091e0a6a 100644 --- a/tests/messages/test_pofile.py +++ b/tests/messages/test_pofile.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/test_core.py b/tests/test_core.py index 7fa9e003..f22ab309 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/test_dates.py b/tests/test_dates.py index 5a46c1b8..1cb60f16 100644 --- a/tests/test_dates.py +++ b/tests/test_dates.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/test_localedata.py b/tests/test_localedata.py index be5694a7..37c1304e 100644 --- a/tests/test_localedata.py +++ b/tests/test_localedata.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/test_numbers.py b/tests/test_numbers.py index 1f4a0fe0..cdbe0663 100644 --- a/tests/test_numbers.py +++ b/tests/test_numbers.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/test_plural.py b/tests/test_plural.py index 852a7c75..546e12a1 100644 --- a/tests/test_plural.py +++ b/tests/test_plural.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/test_support.py b/tests/test_support.py index 7e63ba2e..64b60d85 100644 --- a/tests/test_support.py +++ b/tests/test_support.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # diff --git a/tests/test_util.py b/tests/test_util.py index 61d4f4fa..a3607d5f 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -3,7 +3,7 @@ # Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team # All rights reserved. # -# This software is licensed as described in the file COPYING, which +# This software is licensed as described in the file LICENSE, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. #