Skip to content

Commit 7df8225

Browse files
committed
update copyright year
1 parent 69b6b8a commit 7df8225

File tree

163 files changed

+163
-163
lines changed

Some content is hidden

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

163 files changed

+163
-163
lines changed

LICENSE.txt

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-2024 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

Lines changed: 1 addition & 1 deletion
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-2023, Vector 35 Inc'
75+
copyright = u'2015-2024, 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def generaterst():
211211

212212
# General information about the project.
213213
project = u'Binary Ninja Python API'
214-
copyright = u'2015-2023, Vector 35 Inc'
214+
copyright = u'2015-2024, Vector 35 Inc'
215215
author = u'Vector 35 Inc'
216216

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

architecture.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-2024 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

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-2024 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

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-2024 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

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-2024 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

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-2024 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

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-2024 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

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-2024 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)