From 998681c7c1b9fc6f104d33f5dab095448fe698d3 Mon Sep 17 00:00:00 2001 From: Marten Ringwelski Date: Mon, 6 Jun 2022 08:35:16 +0200 Subject: [PATCH] Update copyright strings --- README.md | 2 +- docsrc/conf.py | 2 +- src/check_signatures.py | 2 +- src/compile_yara_signatures.py | 2 +- src/flask_app_wrapper.py | 2 +- src/init_database.py | 2 +- src/install.py | 2 +- src/start_fact.py | 2 +- src/start_fact_backend.py | 2 +- src/start_fact_db.py | 2 +- src/start_fact_frontend.py | 2 +- src/update_statistic.py | 2 +- src/update_variety_data.py | 2 +- src/version.py | 2 +- src/web_interface/templates/about.html | 2 +- src/web_interface/templates/base.html | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 06c8ec4c4..149ebad64 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ We've been happy to show FACT in a number of BlackHat Arsenal sessions. ## License ``` Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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/docsrc/conf.py b/docsrc/conf.py index 679305353..b2e606925 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -17,7 +17,7 @@ # pylint: disable=redefined-builtin,invalid-name project = 'FACT' -copyright = '2020, Fraunhofer FKIE' +copyright = '2020-2022 Fraunhofer FKIE' author = 'jstucke' diff --git a/src/check_signatures.py b/src/check_signatures.py index 986ebb532..836c549d2 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-2018 Fraunhofer FKIE + Copyright (C) 2015-2022 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 f6e5008b4..466fc3ea7 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-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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 879ef9a04..068464227 100644 --- a/src/flask_app_wrapper.py +++ b/src/flask_app_wrapper.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 ''' Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2018 Fraunhofer FKIE + Copyright (C) 2015-2022 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/init_database.py b/src/init_database.py index 7264c1a58..3a7e340e6 100755 --- a/src/init_database.py +++ b/src/init_database.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 ''' Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2018 Fraunhofer FKIE + Copyright (C) 2015-2022 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 5e5dfa9d5..05bae399a 100755 --- a/src/install.py +++ b/src/install.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 ''' FACT Installer - Copyright (C) 2015-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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 7abe7990d..a00645900 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-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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 d97a5c7b8..051660efa 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-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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_db.py b/src/start_fact_db.py index e965f469e..816b1c989 100755 --- a/src/start_fact_db.py +++ b/src/start_fact_db.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 ''' Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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 ed839a3c9..11a2e05e8 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-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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 92dbd47b7..3217c2a6a 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-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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_variety_data.py b/src/update_variety_data.py index 60bcda574..abb2d7b4a 100755 --- a/src/update_variety_data.py +++ b/src/update_variety_data.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 ''' Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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 a0e7c132a..66dca3a18 100644 --- a/src/version.py +++ b/src/version.py @@ -1,6 +1,6 @@ ''' Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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 607d32b20..44f18ea36 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-2021 Fraunhofer FKIE + Copyright (C) 2015-2022 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 f731927da..d0d02c4e2 100644 --- a/src/web_interface/templates/base.html +++ b/src/web_interface/templates/base.html @@ -251,7 +251,7 @@

powered by FACT {{ "" | print_program_version }}
- © Fraunhofer FKIE 2015-2021 + © Fraunhofer FKIE 2015-2022