Skip to content

Commit

Permalink
Merge pull request e-m-b-a#233 from BenediktMKuehne/2025
Browse files Browse the repository at this point in the history
Copyright bumpo
  • Loading branch information
BenediktMKuehne authored Feb 17, 2025
2 parents 3a356bc + ab7962a commit 3e54c4d
Show file tree
Hide file tree
Showing 81 changed files with 305 additions and 295 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2021 The AMOS Projects
Copyright (c) 2021-2024 Siemens Energy AG
Copyright (c) 2021-2025 Siemens Energy AG

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
424 changes: 207 additions & 217 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2
0.2-fc4c190b
4 changes: 2 additions & 2 deletions dev-tools/check_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# EMBArk - The firmware security scanning environment
#
# Copyright 2020-2024 Siemens Energy AG
# Copyright 2020-2025 Siemens Energy AG
# Copyright 2020-2021 Siemens AG
#
# EMBArk comes with ABSOLUTELY NO WARRANTY.
Expand Down Expand Up @@ -360,7 +360,7 @@ pylinter
list_linter_exceptions "pylint" "$PWD/embark"
check_django
yamlchecker
copy_right_check 2024 "${PWD}" "${PWD}/emba_logs"
copy_right_check 2025 "${PWD}" "${PWD}/emba_logs"

if [[ "${#MODULES_TO_CHECK_ARR[@]}" -gt 0 ]]; then
echo -e "\\n\\n""${GREEN}${BOLD}""SUMMARY:${NC}\\n"
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/clean-setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# EMBArk - The firmware security scanning environment
#
# Copyright 2020-2024 Siemens Energy AG
# Copyright 2020-2025 Siemens Energy AG
#
# EMBArk comes with ABSOLUTELY NO WARRANTY.
#
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/create-version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# EMBArk - The firmware security scanning environment
#
# Copyright 2024 Siemens Energy AG
# Copyright 2024-2025 Siemens Energy AG
#
# EMBArk comes with ABSOLUTELY NO WARRANTY.
#
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/debug-server-start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# EMBArk - The firmware security scanning environment
#
# Copyright 2020-2024 Siemens Energy AG
# Copyright 2020-2025 Siemens Energy AG
#
# EMBArk comes with ABSOLUTELY NO WARRANTY.
#
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# EMBArk - The firmware security scanning environment
#
# Copyright 2020-2024 Siemens Energy AG
# Copyright 2020-2025 Siemens Energy AG
#
# EMBArk comes with ABSOLUTELY NO WARRANTY.
#
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# EMBArk - The firmware security scanning environment
#
# Copyright 2020-2024 Siemens Energy AG
# Copyright 2020-2025 Siemens Energy AG
#
# EMBArk comes with ABSOLUTELY NO WARRANTY.
#
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/update_pipenv.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# EMBArk - The firmware security scanning environment
#
# Copyright 2024 Siemens Energy AG
# Copyright 2024-2025 Siemens Energy AG
#
# EMBArk comes with ABSOLUTELY NO WARRANTY.
#
Expand Down
6 changes: 3 additions & 3 deletions dev-tools/write-header.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# EMBArk - The firmware security scanning environment
#
# Copyright 2020-2024 Siemens Energy AG
# Copyright 2020-2025 Siemens Energy AG
#
# EMBArk comes with ABSOLUTELY NO WARRANTY.
#
Expand Down Expand Up @@ -47,7 +47,7 @@ write_headers(){

readarray -t AUTHOR_ARR < <(git shortlog -n -s "${FILE_}" 2>/dev/null | sort -gr | cut -c 8- ) # gets commit count for file/folder
AUTHOR_ARR=( "${AUTHOR_ARR[@]/%/,}" )
AUTHOR_HEADER+="${AUTHOR_ARR[]}"
AUTHOR_HEADER+="${AUTHOR_ARR[*]}"
AUTHOR_HEADER="${AUTHOR_HEADER%?}'"

STARTYEAR="$(git log --follow --format=%ad --date default "${FILE_}" | tail -1 | cut -d ' ' -f 5)"
Expand Down Expand Up @@ -90,7 +90,7 @@ write_headers(){
}


write_headers 2024 "${PWD}/embark/"
write_headers 2025 "${PWD}/embark/"


if [[ "${#EXCEPTIONS_TO_CHECK_ARR[@]}" -gt 0 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion embark/dashboard/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/dashboard/apps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/dashboard/forms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/dashboard/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/dashboard/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG, Copyright 2023 Christian Bieg'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG, Copyright 2023 Christian Bieg'
__author__ = 'Benedikt Kuehne, Christian Bieg'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/dashboard/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG, Copyright 2023 Christian Bieg'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG, Copyright 2023 Christian Bieg'
__author__ = 'Benedikt Kuehne, Christian Bieg'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__author__ = 'Benedikt Kuehne, diegiesskanne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
For more information on this file, see
https://docs.djangoproject.com/en/3.2/howto/deployment/asgi/
"""
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__author__ = 'Benedikt Kuehne, diegiesskanne, m-1-k-3'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/asgi_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
For more information on this file, see
https://docs.djangoproject.com/en/3.2/howto/deployment/asgi/
"""
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__author__ = 'Benedikt Kuehne, diegiesskanne, m-1-k-3'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/consumers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pylint: disable=W0201
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects, Copyright 2023 Christian Bieg'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects, Copyright 2023 Christian Bieg'
__author__ = 'Benedikt Kuehne, diegiesskanne, m-1-k-3, Maximilian Wagner, Garima Chauhan, Christian Bieg, Ashutosh Singh'
__license__ = 'MIT'

Expand Down
4 changes: 4 additions & 0 deletions embark/embark/context_processor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
__copyright__ = 'Copyright 2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

from django.conf import settings


Expand Down
2 changes: 1 addition & 1 deletion embark/embark/helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/logreader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pylint: disable=W0602
# ignores no-assignment error since there is one!
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__author__ = 'Benedikt Kuehne, m-1-k-3, diegiesskanne, Maximilian Wagner, Garima Chauhan, Ashutosh Singh'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/routing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects, Copyright 2023 Christian Bieg'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects, Copyright 2023 Christian Bieg'
__author__ = 'm-1-k-3, diegiesskanne, Benedikt Kuehne, Garima Chauhan, Christian Bieg'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/settings/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django settings for djangoProject project.
Generated by 'django-admin startproject' using Django 3.2.
"""
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/settings/dev.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/test_logreader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__author__ = 'Benedikt Kuehne, diegiesskanne, m-1-k-3, Maximilian Wagner, Ashutosh Singh'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__author__ = 'm-1-k-3, RaviChandra, Garima Chauhan, Maximilian Wagner, diegiesskanne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/embark/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
For more information on this file, see
https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/
"""
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__author__ = 'Benedikt Kuehne, diegiesskanne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/lib/choice_enum.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG, Copyright 2021 The AMOS Projects'
__author__ = 'Garima Chauhan'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/porter/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/porter/apps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/porter/exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/porter/forms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/porter/importer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pylint: disable=C0201
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/porter/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/porter/tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/porter/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/porter/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/reporter/apps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/reporter/tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/reporter/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/reporter/views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pylint: disable=C0206
__copyright__ = 'Copyright 2021-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2021-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/tracker/apps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/tracker/forms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/tracker/tables.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/tracker/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion embark/tracker/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__copyright__ = 'Copyright 2022-2024 Siemens Energy AG'
__copyright__ = 'Copyright 2022-2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

Expand Down
4 changes: 4 additions & 0 deletions embark/updater/apps.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
__copyright__ = 'Copyright 2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

from django.apps import AppConfig


Expand Down
4 changes: 4 additions & 0 deletions embark/updater/forms.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
__copyright__ = 'Copyright 2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

import logging
from django import forms

Expand Down
4 changes: 4 additions & 0 deletions embark/updater/urls.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
__copyright__ = 'Copyright 2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

from django.urls import path

from updater import views
Expand Down
4 changes: 4 additions & 0 deletions embark/updater/views.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
__copyright__ = 'Copyright 2025 Siemens Energy AG'
__author__ = 'Benedikt Kuehne'
__license__ = 'MIT'

import logging

from django.conf import settings
Expand Down
Loading

0 comments on commit 3e54c4d

Please sign in to comment.