Skip to content

Commit 0df0c88

Browse files
committed
update copyright years
1 parent 5f48621 commit 0df0c88

File tree

106 files changed

+106
-106
lines changed

Some content is hidden

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

106 files changed

+106
-106
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-2021 Vector 35 Inc
1+
Copyright (c) 2015-2022 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-2021, Vector 35 Inc'
75+
copyright = u'2015-2022, 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
@@ -165,7 +165,7 @@ def generaterst():
165165

166166
# General information about the project.
167167
project = u'Binary Ninja Python API'
168-
copyright = u'2015-2021, Vector 35 Inc'
168+
copyright = u'2015-2022, Vector 35 Inc'
169169
author = u'Vector 35 Inc'
170170

171171
# 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-2021 Vector 35 Inc
1+
// Copyright (c) 2015-2022 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-2021 Vector 35 Inc
1+
// Copyright (c) 2015-2022 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-2021 Vector 35 Inc
1+
// Copyright (c) 2015-2022 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-2021 Vector 35 Inc
1+
// Copyright (c) 2015-2022 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-2021 Vector 35 Inc
1+
// Copyright (c) 2015-2022 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-2021 Vector 35 Inc
1+
// Copyright (c) 2015-2022 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-2021 Vector 35 Inc
1+
// Copyright (c) 2015-2022 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)