aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-05-24 11:15:06 +0200
committerAlon Zakai <alonzakai@gmail.com>2012-05-24 11:15:06 +0200
commit7b9855c0625fbc8469b70dd5e3ee3d6772977766 (patch)
tree72ab46c1c31e047eaa331c50cca9742ec5fd43e1
parente6228eb1692bcf04c9f47f0af1655cca452d3132 (diff)
update year in emcc
-rwxr-xr-xemcc2
-rwxr-xr-xtests/runner.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/emcc b/emcc
index 635d6132..7db1ca3b 100755
--- a/emcc
+++ b/emcc
@@ -128,7 +128,7 @@ if len(sys.argv) == 1:
if sys.argv[1] == '--version':
print '''emcc (Emscripten GCC-like replacement) 2.0
-Copyright (C) 2011 the Emscripten authors.
+Copyright (C) 2012 the Emscripten authors.
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
'''
diff --git a/tests/runner.py b/tests/runner.py
index 6991735e..ed9bcdd5 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -6300,7 +6300,7 @@ TT = %s
# --version
output = Popen(['python', compiler, '--version'], stdout=PIPE, stderr=PIPE).communicate()
self.assertContained('''emcc (Emscripten GCC-like replacement) 2.0
-Copyright (C) 2011 the Emscripten authors.
+Copyright (C) 2012 the Emscripten authors.
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
''', output[0].replace('\r', ''), output[1].replace('\r', ''))