From d9c58e94a0c86499bc481baccad73f2857678c29 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 1 Jan 2026 12:30:15 -0500 Subject: update copyrights for 2026 --- stubs/generate_stubs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stubs') diff --git a/stubs/generate_stubs.py b/stubs/generate_stubs.py index 5478ba7c..4afb684d 100644 --- a/stubs/generate_stubs.py +++ b/stubs/generate_stubs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to @@ -53,7 +53,7 @@ output_source = os.path.join(options.build_dir, 'stubs.cpp') with open(output_source, 'w') as stubs: stubs.write(""" -// Copyright (c) 2015-2025 Vector 35 Inc +// Copyright (c) 2015-2026 Vector 35 Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to -- cgit v1.3.1