diff options
author | Haneef Mubarak <haneefmubarak@users.noreply.github.com> | 2014-02-22 12:11:35 -0800 |
---|---|---|
committer | Haneef Mubarak <haneefmubarak@users.noreply.github.com> | 2014-02-22 12:12:34 -0800 |
commit | 960e1eb84860a21ba3569fc771dbd0201366d2ff (patch) | |
tree | 9402a5c2ab1fba7fa6add3466ef98e0159568b23 /emcc | |
parent | 6960d2296299e96d43e694806f5d35799ef8d39c (diff) |
update year to 2014
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -573,7 +573,7 @@ elif sys.argv[1] == '--version': finally: os.chdir(here) print '''emcc (Emscripten GCC-like replacement) %s (%s) -Copyright (C) 2013 the Emscripten authors (see AUTHORS.txt) +Copyright (C) 2014 the Emscripten authors (see AUTHORS.txt) 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. ''' % (shared.EMSCRIPTEN_VERSION, revision) |