Skip to content

Commit

Permalink
updated year
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Mar 15, 2021
1 parent cc42474 commit e136f15
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/compile_yara_signatures.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
'''
Firmware Analysis and Comparison Tool (FACT)
Copyright (C) 2015-2020 Fraunhofer FKIE
Copyright (C) 2015-2021 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
Expand Down
2 changes: 1 addition & 1 deletion src/install.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
'''
FACT Installer
Copyright (C) 2015-2020 Fraunhofer FKIE
Copyright (C) 2015-2021 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
Expand Down
2 changes: 1 addition & 1 deletion src/start_fact_backend.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
'''
Firmware Analysis and Comparison Tool (FACT)
Copyright (C) 2015-2020 Fraunhofer FKIE
Copyright (C) 2015-2021 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
Expand Down
4 changes: 2 additions & 2 deletions src/start_fact_db.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
'''
Firmware Analysis and Comparison Tool (FACT)
Copyright (C) 2015-2020 Fraunhofer FKIE
Copyright (C) 2015-2021 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
Expand All @@ -22,9 +22,9 @@
import sys
from time import sleep

from helperFunctions.program_setup import program_setup, was_started_by_start_fact
from statistic.work_load import WorkLoadStatistic
from storage.MongoMgr import MongoMgr
from helperFunctions.program_setup import program_setup, was_started_by_start_fact

PROGRAM_NAME = 'FACT DB-Service'
PROGRAM_DESCRIPTION = 'Firmware Analysis and Compare Tool (FACT) DB-Service'
Expand Down
2 changes: 1 addition & 1 deletion src/start_fact_frontend.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
'''
Firmware Analysis and Comparison Tool (FACT)
Copyright (C) 2015-2020 Fraunhofer FKIE
Copyright (C) 2015-2021 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
Expand Down
6 changes: 3 additions & 3 deletions src/update_statistic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
'''
Firmware Analysis and Comparison Tool (FACT)
Copyright (C) 2015-2020 Fraunhofer FKIE
Copyright (C) 2015-2021 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
Expand All @@ -20,9 +20,9 @@
import logging
import sys

from storage.MongoMgr import MongoMgr
from statistic.update import StatisticUpdater
from helperFunctions.program_setup import program_setup
from statistic.update import StatisticUpdater
from storage.MongoMgr import MongoMgr

PROGRAM_NAME = 'FACT Statistic Updater'
PROGRAM_DESCRIPTION = 'Initialize or update FACT statistic'
Expand Down
2 changes: 1 addition & 1 deletion src/update_variety_data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
'''
Firmware Analysis and Comparison Tool (FACT)
Copyright (C) 2015-2020 Fraunhofer FKIE
Copyright (C) 2015-2021 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
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'''
Firmware Analysis and Comparison Tool (FACT)
Copyright (C) 2015-2020 Fraunhofer FKIE
Copyright (C) 2015-2021 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
Expand Down
2 changes: 1 addition & 1 deletion src/web_interface/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3 class="mb-3">Software</h3>
<h3 class="card-title">License Information</h3>
<h6 class="card-subtitle mb-2 text-muted">
Firmware Analysis and Comparison Tool (FACT)<br />
Copyright (C) 2015-2020 Fraunhofer FKIE
Copyright (C) 2015-2021 Fraunhofer FKIE
</h6>
<p class="card-text">
This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/web_interface/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<div class="row justify-content-center mb-2">
<div class="col-md-4 text-center">
powered by <a href="https://fkie-cad.github.io/FACT_core/">FACT {{ "" | print_program_version }}</a><br/>
&copy; <a href="http:https://www.fkie.fraunhofer.de">Fraunhofer FKIE</a> 2015-2020
&copy; <a href="http:https://www.fkie.fraunhofer.de">Fraunhofer FKIE</a> 2015-2021
</div>
</div>
</div>
Expand Down

0 comments on commit e136f15

Please sign in to comment.