From 91b9c09c2baac905fb4e43c1f2a184d6941df939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sun, 21 Mar 2021 16:18:44 +0100 Subject: [PATCH] Copyright update --- arduino/eeprom_prog/eeprom_prog.ino | 2 +- arduino/tempLightSensor/tempLightSensor.ino | 2 +- bite/api/__init__.py | 2 +- bite/api/admin.py | 2 +- bite/api/apps.py | 2 +- bite/api/migrations/__init__.py | 2 +- bite/api/models.py | 2 +- bite/api/serializers.py | 2 +- bite/api/tests.py | 2 +- bite/api/urls.py | 2 +- bite/api/views.py | 2 +- bite/bite/__init__.py | 2 +- bite/bite/admin.py | 2 +- bite/bite/asgi.py | 2 +- bite/bite/settings.py | 2 +- bite/bite/urls.py | 2 +- bite/bite/wsgi.py | 2 +- bite/manage.py | 2 +- bite/telemetry/__init__.py | 2 +- bite/telemetry/admin.py | 2 +- bite/telemetry/apps.py | 2 +- bite/telemetry/health.py | 2 +- bite/telemetry/management/commands/mqtt-to-db.py | 2 +- bite/telemetry/migrations/__init__.py | 2 +- bite/telemetry/models.py | 2 +- bite/telemetry/serializers.py | 2 +- bite/telemetry/tests.py | 2 +- bite/telemetry/urls.py | 2 +- bite/telemetry/views.py | 2 +- docker/django/Dockerfile | 2 +- docker/django/production.py.sample | 2 +- docker/docker-compose.dev.yml | 2 +- docker/docker-compose.prod.yml | 2 +- docker/docker-compose.yml | 2 +- docker/edge/docker-compose.edge.yml | 2 +- docker/edge/docker-compose.modules.yml | 2 +- docker/ingress/docker-compose.traefik.yml | 2 +- docker/ingress/nginx.conf | 2 +- docker/mqtt/docker-compose.rabbitmq.yml | 2 +- docker/mqtt/docker-compose.vernemq.yml | 2 +- docker/ntpd/Dockerfile | 2 +- docker/ntpd/Dockerfile.enc | 2 +- docker/simulator/Dockerfile | 2 +- docker/simulator/device_simulator.py | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/arduino/eeprom_prog/eeprom_prog.ino b/arduino/eeprom_prog/eeprom_prog.ino index 7ab58ce..3892318 100644 --- a/arduino/eeprom_prog/eeprom_prog.ino +++ b/arduino/eeprom_prog/eeprom_prog.ino @@ -2,7 +2,7 @@ * vim: tabstop=2 shiftwidth=2 softtabstop=2 * * BITE - A Basic/IoT/Example -* Copyright (C) 2020 Daniele Viganò +* Copyright (C) 2020-2021 Daniele Viganò * * BITE is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/arduino/tempLightSensor/tempLightSensor.ino b/arduino/tempLightSensor/tempLightSensor.ino index 45a1094..0b96c5e 100644 --- a/arduino/tempLightSensor/tempLightSensor.ino +++ b/arduino/tempLightSensor/tempLightSensor.ino @@ -2,7 +2,7 @@ * vim: tabstop=2 shiftwidth=2 softtabstop=2 * * BITE - A Basic/IoT/Example -* Copyright (C) 2020 Daniele Viganò +* Copyright (C) 2020-2021 Daniele Viganò * * BITE is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/bite/api/__init__.py b/bite/api/__init__.py index 30738a6..7dbd009 100644 --- a/bite/api/__init__.py +++ b/bite/api/__init__.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/api/admin.py b/bite/api/admin.py index 19acefa..9a83191 100644 --- a/bite/api/admin.py +++ b/bite/api/admin.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/api/apps.py b/bite/api/apps.py index 7677672..63e4e00 100644 --- a/bite/api/apps.py +++ b/bite/api/apps.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/api/migrations/__init__.py b/bite/api/migrations/__init__.py index 30738a6..7dbd009 100644 --- a/bite/api/migrations/__init__.py +++ b/bite/api/migrations/__init__.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/api/models.py b/bite/api/models.py index b53e0c2..bc935f1 100644 --- a/bite/api/models.py +++ b/bite/api/models.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/api/serializers.py b/bite/api/serializers.py index 833bddc..876f195 100644 --- a/bite/api/serializers.py +++ b/bite/api/serializers.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/api/tests.py b/bite/api/tests.py index c6f02ca..1b787c4 100644 --- a/bite/api/tests.py +++ b/bite/api/tests.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/api/urls.py b/bite/api/urls.py index d0579fd..cdcae17 100644 --- a/bite/api/urls.py +++ b/bite/api/urls.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/api/views.py b/bite/api/views.py index 4c3bae7..4705e69 100644 --- a/bite/api/views.py +++ b/bite/api/views.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/bite/__init__.py b/bite/bite/__init__.py index 30738a6..7dbd009 100644 --- a/bite/bite/__init__.py +++ b/bite/bite/__init__.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/bite/admin.py b/bite/bite/admin.py index 07d1fb7..bc0863a 100644 --- a/bite/bite/admin.py +++ b/bite/bite/admin.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/bite/asgi.py b/bite/bite/asgi.py index c17cb0c..9ac28e5 100644 --- a/bite/bite/asgi.py +++ b/bite/bite/asgi.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/bite/settings.py b/bite/bite/settings.py index d985d54..363dfb4 100644 --- a/bite/bite/settings.py +++ b/bite/bite/settings.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/bite/urls.py b/bite/bite/urls.py index ba76354..878546a 100644 --- a/bite/bite/urls.py +++ b/bite/bite/urls.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/bite/wsgi.py b/bite/bite/wsgi.py index 7190646..d244e68 100644 --- a/bite/bite/wsgi.py +++ b/bite/bite/wsgi.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/manage.py b/bite/manage.py index 034f722..aadf751 100755 --- a/bite/manage.py +++ b/bite/manage.py @@ -3,7 +3,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/__init__.py b/bite/telemetry/__init__.py index bfe947b..5ac11d1 100644 --- a/bite/telemetry/__init__.py +++ b/bite/telemetry/__init__.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/admin.py b/bite/telemetry/admin.py index 6c9c807..601e81f 100644 --- a/bite/telemetry/admin.py +++ b/bite/telemetry/admin.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/apps.py b/bite/telemetry/apps.py index 6e4b0b1..06d1d5c 100644 --- a/bite/telemetry/apps.py +++ b/bite/telemetry/apps.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/health.py b/bite/telemetry/health.py index 009f0f8..2a98e76 100644 --- a/bite/telemetry/health.py +++ b/bite/telemetry/health.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/management/commands/mqtt-to-db.py b/bite/telemetry/management/commands/mqtt-to-db.py index 2bf71b7..a161519 100644 --- a/bite/telemetry/management/commands/mqtt-to-db.py +++ b/bite/telemetry/management/commands/mqtt-to-db.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/migrations/__init__.py b/bite/telemetry/migrations/__init__.py index 30738a6..7dbd009 100644 --- a/bite/telemetry/migrations/__init__.py +++ b/bite/telemetry/migrations/__init__.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/models.py b/bite/telemetry/models.py index 2854df9..0feff60 100644 --- a/bite/telemetry/models.py +++ b/bite/telemetry/models.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/serializers.py b/bite/telemetry/serializers.py index 1ef6c13..d657682 100644 --- a/bite/telemetry/serializers.py +++ b/bite/telemetry/serializers.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/tests.py b/bite/telemetry/tests.py index f26bb1b..f9f8034 100644 --- a/bite/telemetry/tests.py +++ b/bite/telemetry/tests.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/urls.py b/bite/telemetry/urls.py index ce36725..e76ca0a 100644 --- a/bite/telemetry/urls.py +++ b/bite/telemetry/urls.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bite/telemetry/views.py b/bite/telemetry/views.py index 7f5f675..d487e1c 100644 --- a/bite/telemetry/views.py +++ b/bite/telemetry/views.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/django/Dockerfile b/docker/django/Dockerfile index 8e14657..bbae1ff 100644 --- a/docker/django/Dockerfile +++ b/docker/django/Dockerfile @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/django/production.py.sample b/docker/django/production.py.sample index 7dfe3fc..be95c89 100644 --- a/docker/django/production.py.sample +++ b/docker/django/production.py.sample @@ -2,7 +2,7 @@ # vim: syntax=python tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/docker-compose.dev.yml b/docker/docker-compose.dev.yml index 0230502..07d4da1 100644 --- a/docker/docker-compose.dev.yml +++ b/docker/docker-compose.dev.yml @@ -2,7 +2,7 @@ # vim: tabstop=2 shiftwidth=2 softtabstop=2 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/docker-compose.prod.yml b/docker/docker-compose.prod.yml index 797b6b1..4598288 100644 --- a/docker/docker-compose.prod.yml +++ b/docker/docker-compose.prod.yml @@ -2,7 +2,7 @@ # vim: tabstop=2 shiftwidth=2 softtabstop=2 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index eac862f..f9f6922 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -2,7 +2,7 @@ # vim: tabstop=2 shiftwidth=2 softtabstop=2 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/edge/docker-compose.edge.yml b/docker/edge/docker-compose.edge.yml index 201443e..6c73b8a 100644 --- a/docker/edge/docker-compose.edge.yml +++ b/docker/edge/docker-compose.edge.yml @@ -2,7 +2,7 @@ # vim: tabstop=2 shiftwidth=2 softtabstop=2 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/edge/docker-compose.modules.yml b/docker/edge/docker-compose.modules.yml index b11a1cd..a529239 100644 --- a/docker/edge/docker-compose.modules.yml +++ b/docker/edge/docker-compose.modules.yml @@ -2,7 +2,7 @@ # vim: tabstop=2 shiftwidth=2 softtabstop=2 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/ingress/docker-compose.traefik.yml b/docker/ingress/docker-compose.traefik.yml index 382981e..5cb51ad 100644 --- a/docker/ingress/docker-compose.traefik.yml +++ b/docker/ingress/docker-compose.traefik.yml @@ -2,7 +2,7 @@ # vim: tabstop=2 shiftwidth=2 softtabstop=2 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/ingress/nginx.conf b/docker/ingress/nginx.conf index 3e9674c..71b7cfb 100644 --- a/docker/ingress/nginx.conf +++ b/docker/ingress/nginx.conf @@ -2,7 +2,7 @@ # vim: syntax=nginx tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/mqtt/docker-compose.rabbitmq.yml b/docker/mqtt/docker-compose.rabbitmq.yml index a56da97..542c751 100644 --- a/docker/mqtt/docker-compose.rabbitmq.yml +++ b/docker/mqtt/docker-compose.rabbitmq.yml @@ -2,7 +2,7 @@ # vim: tabstop=2 shiftwidth=2 softtabstop=2 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/mqtt/docker-compose.vernemq.yml b/docker/mqtt/docker-compose.vernemq.yml index 355436a..47f3bad 100644 --- a/docker/mqtt/docker-compose.vernemq.yml +++ b/docker/mqtt/docker-compose.vernemq.yml @@ -2,7 +2,7 @@ # vim: tabstop=2 shiftwidth=2 softtabstop=2 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/ntpd/Dockerfile b/docker/ntpd/Dockerfile index c2c2850..b79c42d 100644 --- a/docker/ntpd/Dockerfile +++ b/docker/ntpd/Dockerfile @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/ntpd/Dockerfile.enc b/docker/ntpd/Dockerfile.enc index 4e9f6f6..33e992b 100644 --- a/docker/ntpd/Dockerfile.enc +++ b/docker/ntpd/Dockerfile.enc @@ -2,7 +2,7 @@ # vim: syntax=dockerfile tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/simulator/Dockerfile b/docker/simulator/Dockerfile index 6a59f02..4f1a738 100644 --- a/docker/simulator/Dockerfile +++ b/docker/simulator/Dockerfile @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/docker/simulator/device_simulator.py b/docker/simulator/device_simulator.py index 3a348ba..13a5c17 100755 --- a/docker/simulator/device_simulator.py +++ b/docker/simulator/device_simulator.py @@ -3,7 +3,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # BITE - A Basic/IoT/Example -# Copyright (C) 2020 Daniele Viganò +# Copyright (C) 2020-2021 Daniele Viganò # # BITE is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by