From 2ddea6d5143c9a1bc7e207735ac9b5b249f6470f Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Tue, 18 Apr 2023 15:50:43 +0200 Subject: src: add missing copyright notices --- src/utils/legacy.py | 8 ++++++++ src/utils/sw_inventory.py | 8 ++++++++ src/utils/tiptorrent.py | 8 ++++++++ 3 files changed, 24 insertions(+) (limited to 'src/utils') diff --git a/src/utils/legacy.py b/src/utils/legacy.py index 6e191fc..cfcec5e 100644 --- a/src/utils/legacy.py +++ b/src/utils/legacy.py @@ -1,3 +1,11 @@ +# +# Copyright (C) 2023 Soleta Networks +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Affero General Public License as published by the +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + import ipaddress import logging import os diff --git a/src/utils/sw_inventory.py b/src/utils/sw_inventory.py index 7f02c31..5c93ad4 100644 --- a/src/utils/sw_inventory.py +++ b/src/utils/sw_inventory.py @@ -1,3 +1,11 @@ +# +# Copyright (C) 2023 Soleta Networks +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Affero General Public License as published by the +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + import platform import re import os diff --git a/src/utils/tiptorrent.py b/src/utils/tiptorrent.py index e749d96..12230c0 100644 --- a/src/utils/tiptorrent.py +++ b/src/utils/tiptorrent.py @@ -1,3 +1,11 @@ +# +# Copyright (C) 2023 Soleta Networks +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Affero General Public License as published by the +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + import hashlib import logging import os -- cgit v1.2.3-18-g5258