From c4860ff60f7d147683486f012dba742f3c460a0b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 11 Aug 2014 00:20:17 +0300 Subject: Updated copyright years. --- backends.py | 2 +- build.py | 2 +- dependencies.py | 2 +- depfixer.py | 2 +- environment.py | 2 +- install_meson.py | 2 +- interpreter.py | 2 +- meson_install.py | 2 +- meson_test.py | 2 +- mlog.py | 2 +- run_cross_test.py | 2 +- run_tests.py | 2 +- 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. -- cgit v1.1