From e725994adab36da36e142454f6039b859496eccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Stucke?= Date: Thu, 27 Mar 2025 16:07:33 +0100 Subject: [PATCH] chore: update copyright strings 24 -> 25 --- src/check_signatures.py | 2 +- src/compile_yara_signatures.py | 2 +- src/flask_app_wrapper.py | 2 +- src/helperFunctions/program_setup.py | 2 +- src/install.py | 2 +- src/start_fact.py | 2 +- src/start_fact_backend.py | 2 +- src/start_fact_database.py | 2 +- src/start_fact_frontend.py | 2 +- src/update_statistic.py | 2 +- src/version.py | 2 +- src/web_interface/templates/about.html | 2 +- src/web_interface/templates/base.html | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/check_signatures.py b/src/check_signatures.py index f2fa39f42..96672f1ec 100755 --- a/src/check_signatures.py +++ b/src/check_signatures.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/compile_yara_signatures.py b/src/compile_yara_signatures.py index 392ee2d55..3176fca71 100755 --- a/src/compile_yara_signatures.py +++ b/src/compile_yara_signatures.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/flask_app_wrapper.py b/src/flask_app_wrapper.py index 746f769d9..b7a46faf8 100644 --- a/src/flask_app_wrapper.py +++ b/src/flask_app_wrapper.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # noqa: EXE001 """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/helperFunctions/program_setup.py b/src/helperFunctions/program_setup.py index 9a623d1ac..8213626c0 100644 --- a/src/helperFunctions/program_setup.py +++ b/src/helperFunctions/program_setup.py @@ -1,6 +1,6 @@ """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/install.py b/src/install.py index a347fd4fb..114487ca5 100755 --- a/src/install.py +++ b/src/install.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 """ FACT Installer - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/start_fact.py b/src/start_fact.py index cee11dc91..2e95b0d17 100755 --- a/src/start_fact.py +++ b/src/start_fact.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/start_fact_backend.py b/src/start_fact_backend.py index f0cb0b877..77f2324f4 100755 --- a/src/start_fact_backend.py +++ b/src/start_fact_backend.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/start_fact_database.py b/src/start_fact_database.py index 4b6618fb8..57c341ca1 100755 --- a/src/start_fact_database.py +++ b/src/start_fact_database.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/start_fact_frontend.py b/src/start_fact_frontend.py index 092b91fb5..4aafa37ef 100755 --- a/src/start_fact_frontend.py +++ b/src/start_fact_frontend.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2023 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/update_statistic.py b/src/update_statistic.py index b88921f73..77a290432 100755 --- a/src/update_statistic.py +++ b/src/update_statistic.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/version.py b/src/version.py index 9a79878c2..6d6ffaf5d 100644 --- a/src/version.py +++ b/src/version.py @@ -1,6 +1,6 @@ """ Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/web_interface/templates/about.html b/src/web_interface/templates/about.html index 841373d7e..fdd148168 100644 --- a/src/web_interface/templates/about.html +++ b/src/web_interface/templates/about.html @@ -21,7 +21,7 @@

Software

License Information

Firmware Analysis and Comparison Tool (FACT)
- Copyright (C) 2015-2024 Fraunhofer FKIE + Copyright (C) 2015-2025 Fraunhofer FKIE

This program is free software: you can redistribute it and/or modify diff --git a/src/web_interface/templates/base.html b/src/web_interface/templates/base.html index 6c9c82675..b753faf0b 100644 --- a/src/web_interface/templates/base.html +++ b/src/web_interface/templates/base.html @@ -210,7 +210,7 @@

powered by FACT {{ "" | print_program_version }}
- © Fraunhofer FKIE 2015-2024 + © Fraunhofer FKIE 2015-2025