From de80d7bdcff885b0d4e6b6edc78d30d970ce256f Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Thu, 1 Jan 2026 00:48:22 +0000 Subject: [PATCH] Update Emscripten copyright to 2026 --- emcc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emcc.py b/emcc.py index 891eb6f222110..a54fa24548331 100644 --- a/emcc.py +++ b/emcc.py @@ -230,7 +230,7 @@ def main(args): if '--version' in args: print(cmdline.version_string()) print('''\ -Copyright (C) 2025 the Emscripten authors (see AUTHORS.txt) +Copyright (C) 2026 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. ''')