aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-11-16 20:19:12 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2014-11-16 20:19:12 +0200
commit525f0ae6d252f947a512c5e0cb532617486ad649 (patch)
tree58ae98f2d6d1df785a1dbcb3a37b0b8c35f7fe85
parentf5b016008f29eee01287f7f3ef067539fd5962bb (diff)
downloadmeson-525f0ae6d252f947a512c5e0cb532617486ad649.zip
meson-525f0ae6d252f947a512c5e0cb532617486ad649.tar.gz
meson-525f0ae6d252f947a512c5e0cb532617486ad649.tar.bz2
Harmonised copyright declarations.
-rw-r--r--backends.py2
-rw-r--r--build.py2
-rwxr-xr-xcommandrunner.py2
-rw-r--r--coredata.py2
-rwxr-xr-xdelwithsuffix.py2
-rw-r--r--dependencies.py2
-rwxr-xr-xdepfixer.py2
-rw-r--r--environment.py2
-rwxr-xr-xinstall_meson.py2
-rw-r--r--interpreter.py3
-rwxr-xr-xmeson.py2
-rwxr-xr-xmeson_install.py2
-rwxr-xr-xmeson_test.py2
-rwxr-xr-xmesonconf.py2
-rwxr-xr-xmesongui.py2
-rwxr-xr-xmesonintrospect.py2
-rw-r--r--mlog.py2
-rw-r--r--mparser.py3
-rw-r--r--ninjabackend.py2
-rw-r--r--optinterpreter.py2
-rwxr-xr-xrun_cross_test.py2
-rwxr-xr-xrun_tests.py2
-rwxr-xr-xrustrunner.py2
-rwxr-xr-xsymbolextractor.py2
-rw-r--r--vs2010backend.py2
-rw-r--r--xcodebackend.py2
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.