diff options
| author | Jordan Wiens <github@psifertex.com> | 2026-01-01 12:28:30 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2026-01-01 12:28:30 -0500 |
| commit | 0a08849a696164b34841b361f65b7f6fb9ff51d8 (patch) | |
| tree | d0bae9516da183b878f3d89c2c2c77f306ae1520 | |
| parent | 37a0604d805991b85a0590279ad993a19ddee7bb (diff) | |
manually update formatting of some copyrights
| -rw-r--r-- | api-docs/source/conf.py | 2 | ||||
| -rw-r--r-- | base/function_ref.h | 2 | ||||
| -rw-r--r-- | python/lineformatter.py | 2 | ||||
| -rw-r--r-- | sharedilinstruction.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index d0dc7432..49b1f769 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -364,7 +364,7 @@ master_doc = 'index' # General information about the project. project = u'Binary Ninja Python API' -copyright = u'2015-2025, Vector 35 Inc' +copyright = u'2015-2025 Vector 35 Inc' author = u'Vector 35 Inc' # The version info for the project you're documenting, acts as replacement for diff --git a/base/function_ref.h b/base/function_ref.h index 015cd8f2..41c842c2 100644 --- a/base/function_ref.h +++ b/base/function_ref.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Vector 35 Inc +// Copyright (c) 2025-2026 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/lineformatter.py b/python/lineformatter.py index f63526f1..4604e624 100644 --- a/python/lineformatter.py +++ b/python/lineformatter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Vector 35 Inc +# Copyright (c) 2025-2026 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/sharedilinstruction.h b/sharedilinstruction.h index 5d47c9b3..91734d00 100644 --- a/sharedilinstruction.h +++ b/sharedilinstruction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Vector 35 Inc +// Copyright (c) 2025-2026 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 |
