Skip to content

Commit 12f1e2e

Browse files
committed
missed the older dates!
1 parent f77dbce commit 12f1e2e

File tree

140 files changed

+141
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+141
-141
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2024 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

api-docs/cppdocs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def setup(app):
7272

7373
# General information about the project.
7474
project = u'Binary Ninja C++ API'
75-
copyright = u'2015-2024, Vector 35 Inc'
75+
copyright = u'2015-2025, Vector 35 Inc'
7676
author = u'Vector 35 Inc'
7777

7878
# The version info for the project you're documenting, acts as replacement for

api-docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def generaterst():
220220

221221
# General information about the project.
222222
project = u'Binary Ninja Python API'
223-
copyright = u'2015-2024, Vector 35 Inc'
223+
copyright = u'2015-2025, Vector 35 Inc'
224224
author = u'Vector 35 Inc'
225225

226226
# The version info for the project you're documenting, acts as replacement for

arch/powerpc/LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2024 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

architecture.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

basedetection.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

basicblock.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

binaryninjaapi.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

binaryninjaapi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

binaryninjacore.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

binaryreader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

binaryview.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

binaryviewtype.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

binarywriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

callingconvention.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

cmake/generate_stubs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2024 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
@@ -118,4 +118,4 @@
118118

119119
stubs.write("""
120120
}
121-
""")
121+
""")

collaboration.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

database.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

databuffer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

debuginfo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

demangler/gnu3/demangle_gnu3.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016-2024 Vector 35 Inc.
1+
// Copyright 2016-2025 Vector 35 Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

demangler/gnu3/demangle_gnu3.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016-2024 Vector 35 Inc.
1+
// Copyright 2016-2025 Vector 35 Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

demangler/msvc/demangle_msvc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016-2024 Vector 35 Inc.
1+
// Copyright 2016-2025 Vector 35 Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

demangler/msvc/demangle_msvc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016-2024 Vector 35 Inc.
1+
// Copyright 2016-2025 Vector 35 Inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

downloadprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

enterprise.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

enterprise.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

exceptions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

exceptions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

fileaccessor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

filemetadata.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

firmwareninja.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

flowgraph.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

flowgraphlayout.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

flowgraphnode.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

function.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

functionrecognizer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

genericrange.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

http.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

http.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

log.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

lowlevelil.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

lowlevelilinstruction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

lowlevelilinstruction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

mediumlevelil.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2024 Vector 35 Inc
1+
// Copyright (c) 2017-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

mediumlevelilinstruction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

mediumlevelilinstruction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

platform.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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

plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2024 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/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2024 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/architecture.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2024 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/associateddatastore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2024 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/basedetection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright (c) 2015-2024 Vector 35 Inc
2+
# Copyright (c) 2015-2025 Vector 35 Inc
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
55
# of this software and associated documentation files (the "Software"), to

python/basicblock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2024 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/binaryview.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright (c) 2015-2024 Vector 35 Inc
2+
# Copyright (c) 2015-2025 Vector 35 Inc
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
55
# of this software and associated documentation files (the "Software"), to

python/callingconvention.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2024 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/collaboration/examples/custom_conflict_splitter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright (c) 2015-2024 Vector 35 Inc
2+
# Copyright (c) 2015-2025 Vector 35 Inc
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
55
# of this software and associated documentation files (the "Software"), to

python/collaboration/examples/download_everything.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright (c) 2015-2024 Vector 35 Inc
2+
# Copyright (c) 2015-2025 Vector 35 Inc
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
55
# of this software and associated documentation files (the "Software"), to

python/collaboration/examples/multitool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright (c) 2015-2024 Vector 35 Inc
2+
# Copyright (c) 2015-2025 Vector 35 Inc
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
55
# of this software and associated documentation files (the "Software"), to

python/collaboration/examples/sync_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright (c) 2015-2024 Vector 35 Inc
2+
# Copyright (c) 2015-2025 Vector 35 Inc
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
55
# of this software and associated documentation files (the "Software"), to

python/collaboration/examples/upload_everything.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright (c) 2015-2024 Vector 35 Inc
2+
# Copyright (c) 2015-2025 Vector 35 Inc
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
55
# of this software and associated documentation files (the "Software"), to

python/commonil.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2024 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

python/compatibility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2024 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)