From cb9edc8d95300085aeb361bb0a3f81f268531542 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Fri, 14 May 2021 00:19:28 +0200 Subject: ogClient is AGPLv3+ Update license header in files. --- src/__init__.py | 8 +------- src/live/__init__.py | 8 +------- src/live/ogOperations.py | 6 +++--- src/ogClient.py | 6 +++--- src/ogRest.py | 6 +++--- src/restRequest.py | 6 +++--- src/virtual/ogOperations.py | 6 +++--- 7 files changed, 17 insertions(+), 29 deletions(-) (limited to 'src') diff --git a/src/__init__.py b/src/__init__.py index d98c85c..8b13789 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,7 +1 @@ -# -# Copyright (C) 2020 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, version 3. -# + diff --git a/src/live/__init__.py b/src/live/__init__.py index d98c85c..8b13789 100644 --- a/src/live/__init__.py +++ b/src/live/__init__.py @@ -1,7 +1 @@ -# -# Copyright (C) 2020 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, version 3. -# + diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index 7f5e2e4..8d1040f 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -1,10 +1,10 @@ # -# Copyright (C) 2020 Soleta Networks +# Copyright (C) 2020-2021 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, version 3. -# +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. import os import json diff --git a/src/ogClient.py b/src/ogClient.py index 2ab92d6..3162456 100644 --- a/src/ogClient.py +++ b/src/ogClient.py @@ -1,10 +1,10 @@ # -# Copyright (C) 2020 Soleta Networks +# Copyright (C) 2020-2021 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, version 3. -# +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. import errno import select diff --git a/src/ogRest.py b/src/ogRest.py index 32519fc..855179e 100644 --- a/src/ogRest.py +++ b/src/ogRest.py @@ -1,10 +1,10 @@ # -# Copyright (C) 2020 Soleta Networks +# Copyright (C) 2020-2021 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, version 3. -# +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. import threading import platform diff --git a/src/restRequest.py b/src/restRequest.py index 8996032..9a9c624 100644 --- a/src/restRequest.py +++ b/src/restRequest.py @@ -1,10 +1,10 @@ # -# Copyright (C) 2020 Soleta Networks +# Copyright (C) 2020-2021 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, version 3. -# +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. import email from io import StringIO diff --git a/src/virtual/ogOperations.py b/src/virtual/ogOperations.py index 94f3e1b..5da735e 100644 --- a/src/virtual/ogOperations.py +++ b/src/virtual/ogOperations.py @@ -1,10 +1,10 @@ # -# Copyright (C) 2020 Soleta Networks +# Copyright (C) 2020-2021 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, version 3. -# +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. from src.ogRest import ThreadState import socket -- cgit v1.2.3-18-g5258