aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends.py2
-rw-r--r--build.py2
-rw-r--r--dependencies.py2
-rwxr-xr-xdepfixer.py2
-rw-r--r--environment.py2
-rwxr-xr-xinstall_meson.py2
-rw-r--r--interpreter.py2
-rwxr-xr-xmeson_install.py2
-rwxr-xr-xmeson_test.py2
-rw-r--r--mlog.py2
-rwxr-xr-xrun_cross_test.py2
-rwxr-xr-xrun_tests.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/backends.py b/backends.py
index d9bec3f..cae8e6b 100644
--- a/backends.py
+++ b/backends.py
@@ -1,4 +1,4 @@
-# Copyright 2012 Jussi Pakkanen
+# Copyright 2012-2014 Jussi Pakkanen
# 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 c0a18dd..6a74c0e 100644
--- a/build.py
+++ b/build.py
@@ -1,4 +1,4 @@
-# Copyright 2012 Jussi Pakkanen
+# Copyright 2012-2014 Jussi Pakkanen
# 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 cb8c976..0f0e0e9 100644
--- a/dependencies.py
+++ b/dependencies.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2013 Jussi Pakkanen
+# Copyright 2013-2014 Jussi Pakkanen
# 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 69df8e5..49400ba 100755
--- a/depfixer.py
+++ b/depfixer.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2013 Jussi Pakkanen
+# Copyright 2013-2014 Jussi Pakkanen
# 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 b090558..2c7746f 100644
--- a/environment.py
+++ b/environment.py
@@ -1,4 +1,4 @@
-# Copyright 2012 Jussi Pakkanen
+# Copyright 2012-2014 Jussi Pakkanen
# 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 9afe5fc..04d5ec1 100755
--- a/install_meson.py
+++ b/install_meson.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2013 Jussi Pakkanen
+# Copyright 2013-2014 Jussi Pakkanen
# 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 9e789a4..167e428 100644
--- a/interpreter.py
+++ b/interpreter.py
@@ -1,4 +1,4 @@
-# Copyright 2012 Jussi Pakkanen
+# Copyright 2012-2014 Jussi Pakkanen
# 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 763bdd8..18b0a20 100755
--- a/meson_install.py
+++ b/meson_install.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2013 Jussi Pakkanen
+# Copyright 2013-2014 Jussi Pakkanen
# 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 c987da8..c6b3517 100755
--- a/meson_test.py
+++ b/meson_test.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2013 Jussi Pakkanen
+# Copyright 2013-2014 Jussi Pakkanen
# 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 8af8f7c..29ea2bd 100644
--- a/mlog.py
+++ b/mlog.py
@@ -1,4 +1,4 @@
-# Copyright 2012 Jussi Pakkanen
+# Copyright 2013-2014 Jussi Pakkanen
# 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 ee158ef..07474e0 100755
--- a/run_cross_test.py
+++ b/run_cross_test.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2013 Jussi Pakkanen
+# Copyright 2013-2014 Jussi Pakkanen
# 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 399ab49..8ed0f69 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2012-2013 Jussi Pakkanen
+# Copyright 2012-2014 Jussi Pakkanen
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.