Skip to content

Commit 84dc3cb

Browse files
committed
2025 for other formats...
1 parent 12f1e2e commit 84dc3cb

10 files changed

+10
-10
lines changed

cmake/generate_stubs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
with open(output_source, 'w') as stubs:
5555
stubs.write("""
56-
// Copyright (c) 2015-2024 Vector 35 Inc
56+
// Copyright (c) 2015-2025 Vector 35 Inc
5757
//
5858
// Permission is hereby granted, free of charge, to any person obtaining a copy
5959
// of this software and associated documentation files (the "Software"), to

externallibrary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2023 Vector 35 Inc
1+
// Copyright (c) 2015-2025 Vector 35 Inc
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to

highlevelil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 Vector 35 Inc
1+
// Copyright (c) 2019-2025 Vector 35 Inc
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to

highlevelilinstruction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 Vector 35 Inc
1+
// Copyright (c) 2019-2025 Vector 35 Inc
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to

highlevelilinstruction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 Vector 35 Inc
1+
// Copyright (c) 2019-2025 Vector 35 Inc
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to

lineformatter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Vector 35 Inc
1+
// Copyright (c) 2024-2025 Vector 35 Inc
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to

project.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2023 Vector 35 Inc
1+
// Copyright (c) 2015-2025 Vector 35 Inc
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to

python/examples/pseudo_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Vector 35 Inc
1+
# Copyright (c) 2024-2025 Vector 35 Inc
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to

python/languagerepresentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Vector 35 Inc
1+
# Copyright (c) 2024-2025 Vector 35 Inc
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to

typearchive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2023 Vector 35 Inc
1+
// Copyright (c) 2015-2025 Vector 35 Inc
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to

0 commit comments

Comments
 (0)