Skip to content

Commit

Permalink
Updated copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
joxeankoret committed Feb 22, 2024
1 parent f24f1ea commit d74d687
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion diaphora.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Diaphora, a binary diffing tool
Copyright (c) 2015-2023, Joxean Koret
Copyright (c) 2015-2024, Joxean Koret
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion diaphora_heuristics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Diaphora, a diffing plugin for IDA
Copyright (c) 2015-2023, Joxean Koret
Copyright (c) 2015-2024, Joxean Koret
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion diaphora_ida.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Diaphora, a diffing plugin for IDA
Copyright (c) 2015-2023, Joxean Koret
Copyright (c) 2015-2024, Joxean Koret
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion jkutils/IDAMagicStrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# also able to rename functions based on the guessed function name & rename
# functions based on the source code file they belong to.
#
# Copyright (c) 2018-2022, Joxean Koret
# Copyright (c) 2018-2024, Joxean Koret
# Licensed under the GNU Affero General Public License v3.
#
#-------------------------------------------------------------------------------
Expand Down
18 changes: 18 additions & 0 deletions ml/model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
#!/usr/bin/python3

"""
Diaphora, a diffing plugin for IDA
Copyright (c) 2015-2024, Joxean Koret
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

__all__ = ["ML_ENABLED", "ml_model", "train", "predict", "get_model_name"]

import sys
Expand Down

0 comments on commit d74d687

Please sign in to comment.