From 525f0ae6d252f947a512c5e0cb532617486ad649 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 16 Nov 2014 20:19:12 +0200 Subject: Harmonised copyright declarations. --- backends.py | 2 +- build.py | 2 +- commandrunner.py | 2 +- coredata.py | 2 +- delwithsuffix.py | 2 +- dependencies.py | 2 +- depfixer.py | 2 +- environment.py | 2 +- install_meson.py | 2 +- interpreter.py | 3 +-- meson.py | 2 +- meson_install.py | 2 +- meson_test.py | 2 +- mesonconf.py | 2 +- mesongui.py | 2 +- mesonintrospect.py | 2 +- mlog.py | 2 +- mparser.py | 3 +-- ninjabackend.py | 2 +- optinterpreter.py | 2 +- run_cross_test.py | 2 +- run_tests.py | 2 +- rustrunner.py | 2 +- symbolextractor.py | 2 +- vs2010backend.py | 2 +- xcodebackend.py | 2 +- 26 files changed, 26 insertions(+), 28 deletions(-) diff --git a/backends.py b/backends.py index 2ec4d47..f00e76c 100644 --- a/backends.py +++ b/backends.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 Jussi Pakkanen +# Copyright 2012-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build.py b/build.py index 33f0b8b..d60c503 100644 --- a/build.py +++ b/build.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 Jussi Pakkanen +# Copyright 2012-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/commandrunner.py b/commandrunner.py index cc312b8..8530bb4 100755 --- a/commandrunner.py +++ b/commandrunner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2014 Jussi Pakkanen +# Copyright 2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/coredata.py b/coredata.py index 177a9d0..2b679a6 100644 --- a/coredata.py +++ b/coredata.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 Jussi Pakkanen +# Copyright 2012-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/delwithsuffix.py b/delwithsuffix.py index 900d01b..4b8a60d 100755 --- a/delwithsuffix.py +++ b/delwithsuffix.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013 Jussi Pakkanen +# Copyright 2013 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dependencies.py b/dependencies.py index 033ce64..496366a 100644 --- a/dependencies.py +++ b/dependencies.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013-2014 Jussi Pakkanen +# Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/depfixer.py b/depfixer.py index 49400ba..9910111 100755 --- a/depfixer.py +++ b/depfixer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013-2014 Jussi Pakkanen +# Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/environment.py b/environment.py index 86bd4ef..4ae5922 100644 --- a/environment.py +++ b/environment.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 Jussi Pakkanen +# Copyright 2012-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/install_meson.py b/install_meson.py index 59cb3f3..ebb25ba 100755 --- a/install_meson.py +++ b/install_meson.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013-2014 Jussi Pakkanen +# Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/interpreter.py b/interpreter.py index cfd8201..d4f7be7 100644 --- a/interpreter.py +++ b/interpreter.py @@ -1,5 +1,4 @@ -# Copyright 2012-2014 Jussi Pakkanen -# Copyright 2014 Robin McCorkell +# Copyright 2012-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/meson.py b/meson.py index d2931b6..adb44d1 100755 --- a/meson.py +++ b/meson.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2012-2014 Jussi Pakkanen +# Copyright 2012-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/meson_install.py b/meson_install.py index 179b053..dd88496 100755 --- a/meson_install.py +++ b/meson_install.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013-2014 Jussi Pakkanen +# Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/meson_test.py b/meson_test.py index d98e30d..00f2836 100755 --- a/meson_test.py +++ b/meson_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013-2014 Jussi Pakkanen +# Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mesonconf.py b/mesonconf.py index 9068620..24cf576 100755 --- a/mesonconf.py +++ b/mesonconf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2014 Jussi Pakkanen +# Copyright 2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mesongui.py b/mesongui.py index 60dd455..10a84f7 100755 --- a/mesongui.py +++ b/mesongui.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013 Jussi Pakkanen +# Copyright 2013 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mesonintrospect.py b/mesonintrospect.py index 063538d..a0f1769 100755 --- a/mesonintrospect.py +++ b/mesonintrospect.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2014 Jussi Pakkanen +# Copyright 2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mlog.py b/mlog.py index 29ea2bd..4685c51 100644 --- a/mlog.py +++ b/mlog.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 Jussi Pakkanen +# Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mparser.py b/mparser.py index 1cdc953..f17d9e8 100644 --- a/mparser.py +++ b/mparser.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 -# Copyright 2014 Jussi Pakkanen -# Copyright 2014 Robin McCorkell +# Copyright 2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ninjabackend.py b/ninjabackend.py index b21572a..aa248f1 100644 --- a/ninjabackend.py +++ b/ninjabackend.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 Jussi Pakkanen +# Copyright 2012-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/optinterpreter.py b/optinterpreter.py index 900ecbf..59f5a9a 100644 --- a/optinterpreter.py +++ b/optinterpreter.py @@ -1,4 +1,4 @@ -# Copyright 2013-2014 Jussi Pakkanen +# Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/run_cross_test.py b/run_cross_test.py index 07474e0..e75de62 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013-2014 Jussi Pakkanen +# Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/run_tests.py b/run_tests.py index 671289b..366de28 100755 --- a/run_tests.py +++ b/run_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2012-2014 Jussi Pakkanen +# Copyright 2012-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rustrunner.py b/rustrunner.py index 57e6124..6c20bb3 100755 --- a/rustrunner.py +++ b/rustrunner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2014 Jussi Pakkanen +# Copyright 2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/symbolextractor.py b/symbolextractor.py index a1c390d..593b7aa 100755 --- a/symbolextractor.py +++ b/symbolextractor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013 Jussi Pakkanen +# Copyright 2013 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/vs2010backend.py b/vs2010backend.py index 2448bb7..9da55be 100644 --- a/vs2010backend.py +++ b/vs2010backend.py @@ -1,4 +1,4 @@ -# Copyright 2014 Jussi Pakkanen +# Copyright 2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/xcodebackend.py b/xcodebackend.py index 2e95b21..cd05788 100644 --- a/xcodebackend.py +++ b/xcodebackend.py @@ -1,4 +1,4 @@ -# Copyright 2014 Jussi Pakkanen +# Copyright 2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- cgit v1.1