diff options
| -rw-r--r-- | cmake/generate_stubs.py | 2 | ||||
| -rw-r--r-- | externallibrary.cpp | 2 | ||||
| -rw-r--r-- | highlevelil.cpp | 2 | ||||
| -rw-r--r-- | highlevelilinstruction.cpp | 2 | ||||
| -rw-r--r-- | highlevelilinstruction.h | 2 | ||||
| -rw-r--r-- | lineformatter.cpp | 2 | ||||
| -rw-r--r-- | project.cpp | 2 | ||||
| -rw-r--r-- | python/examples/pseudo_python.py | 2 | ||||
| -rw-r--r-- | python/languagerepresentation.py | 2 | ||||
| -rw-r--r-- | typearchive.cpp | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/cmake/generate_stubs.py b/cmake/generate_stubs.py index 10a4557c..5478ba7c 100644 --- a/cmake/generate_stubs.py +++ b/cmake/generate_stubs.py @@ -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-2024 Vector 35 Inc +// Copyright (c) 2015-2025 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 diff --git a/externallibrary.cpp b/externallibrary.cpp index 2da8f6df..42e759fe 100644 --- a/externallibrary.cpp +++ b/externallibrary.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2023 Vector 35 Inc +// Copyright (c) 2015-2025 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 diff --git a/highlevelil.cpp b/highlevelil.cpp index b88e1a96..96ed664a 100644 --- a/highlevelil.cpp +++ b/highlevelil.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Vector 35 Inc +// Copyright (c) 2019-2025 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 diff --git a/highlevelilinstruction.cpp b/highlevelilinstruction.cpp index 7082910b..33c5db29 100644 --- a/highlevelilinstruction.cpp +++ b/highlevelilinstruction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Vector 35 Inc +// Copyright (c) 2019-2025 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 diff --git a/highlevelilinstruction.h b/highlevelilinstruction.h index 056cd211..86a29423 100644 --- a/highlevelilinstruction.h +++ b/highlevelilinstruction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Vector 35 Inc +// Copyright (c) 2019-2025 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 diff --git a/lineformatter.cpp b/lineformatter.cpp index bc9223d7..75b22028 100644 --- a/lineformatter.cpp +++ b/lineformatter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Vector 35 Inc +// Copyright (c) 2024-2025 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 diff --git a/project.cpp b/project.cpp index 6072054f..b023635b 100644 --- a/project.cpp +++ b/project.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2023 Vector 35 Inc +// Copyright (c) 2015-2025 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 diff --git a/python/examples/pseudo_python.py b/python/examples/pseudo_python.py index 655039fe..0d303d64 100644 --- a/python/examples/pseudo_python.py +++ b/python/examples/pseudo_python.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Vector 35 Inc +# Copyright (c) 2024-2025 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 diff --git a/python/languagerepresentation.py b/python/languagerepresentation.py index a0a5a234..51c14da0 100644 --- a/python/languagerepresentation.py +++ b/python/languagerepresentation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Vector 35 Inc +# Copyright (c) 2024-2025 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 diff --git a/typearchive.cpp b/typearchive.cpp index 151564db..77841472 100644 --- a/typearchive.cpp +++ b/typearchive.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2023 Vector 35 Inc +// Copyright (c) 2015-2025 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 |
