summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-03-28 16:16:46 -0400
committerJordan Wiens <jordan@psifertex.com>2025-03-28 16:16:46 -0400
commit84dc3cb21aa75f40dae5ab8fdd2f1782e77f5f4c (patch)
tree2fe74d07a90fcf834b94a22e266d48b9bafaf542
parent12f1e2ea803b7ebb990bef3db7c58fd10d852b1a (diff)
2025 for other formats...
-rw-r--r--cmake/generate_stubs.py2
-rw-r--r--externallibrary.cpp2
-rw-r--r--highlevelil.cpp2
-rw-r--r--highlevelilinstruction.cpp2
-rw-r--r--highlevelilinstruction.h2
-rw-r--r--lineformatter.cpp2
-rw-r--r--project.cpp2
-rw-r--r--python/examples/pseudo_python.py2
-rw-r--r--python/languagerepresentation.py2
-rw-r--r--typearchive.cpp2
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