summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2021-05-14 00:19:28 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-05-14 00:19:28 +0200
commitcb9edc8d95300085aeb361bb0a3f81f268531542 (patch)
tree67d7e4e62003ce3f03f20bcea5aa159f7e8a9584
parentbd98dd1da0fb1fed0066bb9477c78a2569bd547b (diff)
ogClient is AGPLv3+
Update license header in files.
-rwxr-xr-xogclient6
-rw-r--r--src/__init__.py8
-rw-r--r--src/live/__init__.py8
-rw-r--r--src/live/ogOperations.py6
-rw-r--r--src/ogClient.py6
-rw-r--r--src/ogRest.py6
-rw-r--r--src/restRequest.py6
-rw-r--r--src/virtual/ogOperations.py6
-rw-r--r--tests/run-tests.py6
-rw-r--r--tests/units/__init__.py8
-rw-r--r--tests/units/client.py6
-rw-r--r--tests/units/server.py6
-rw-r--r--tests/units/test_0001_probe.py6
-rw-r--r--tests/units/test_0003_shellrun.py6
-rw-r--r--tests/units/test_0004_hardware.py6
-rw-r--r--tests/units/test_0005_other_requests.py6
-rw-r--r--tests/units/test_0006_run_schedule.py6
-rw-r--r--tests/units/test_0007_software.py6
-rw-r--r--tests/units/test_0008_refresh.py6
19 files changed, 51 insertions, 69 deletions
diff --git a/ogclient b/ogclient
index d056703..5409c67 100755
--- a/ogclient
+++ b/ogclient
@@ -1,12 +1,12 @@
#!/usr/bin/python3
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 json
import subprocess
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 <info@soleta.eu>
-#
-# 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 <info@soleta.eu>
-#
-# 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 <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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
diff --git a/tests/run-tests.py b/tests/run-tests.py
index ef9da83..0a91b3d 100644
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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.
#!/usr/bin/env python3
diff --git a/tests/units/__init__.py b/tests/units/__init__.py
index d98c85c..8b13789 100644
--- a/tests/units/__init__.py
+++ b/tests/units/__init__.py
@@ -1,7 +1 @@
-#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
-#
-# 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/tests/units/client.py b/tests/units/client.py
index 0b678dc..7c886f8 100644
--- a/tests/units/client.py
+++ b/tests/units/client.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 subprocess
import os
diff --git a/tests/units/server.py b/tests/units/server.py
index d50c646..9434aca 100644
--- a/tests/units/server.py
+++ b/tests/units/server.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 socket
import sys
diff --git a/tests/units/test_0001_probe.py b/tests/units/test_0001_probe.py
index a39ff7d..c1bcc50 100644
--- a/tests/units/test_0001_probe.py
+++ b/tests/units/test_0001_probe.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 server import Server
from client import Client
diff --git a/tests/units/test_0003_shellrun.py b/tests/units/test_0003_shellrun.py
index a6609ad..5905b5d 100644
--- a/tests/units/test_0003_shellrun.py
+++ b/tests/units/test_0003_shellrun.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 server import Server
from client import Client
diff --git a/tests/units/test_0004_hardware.py b/tests/units/test_0004_hardware.py
index f2210be..c913002 100644
--- a/tests/units/test_0004_hardware.py
+++ b/tests/units/test_0004_hardware.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 server import Server
from client import Client
diff --git a/tests/units/test_0005_other_requests.py b/tests/units/test_0005_other_requests.py
index d7f204e..f67fd32 100644
--- a/tests/units/test_0005_other_requests.py
+++ b/tests/units/test_0005_other_requests.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 server import Server
from client import Client
diff --git a/tests/units/test_0006_run_schedule.py b/tests/units/test_0006_run_schedule.py
index 542c36d..ed90162 100644
--- a/tests/units/test_0006_run_schedule.py
+++ b/tests/units/test_0006_run_schedule.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 server import Server
from client import Client
diff --git a/tests/units/test_0007_software.py b/tests/units/test_0007_software.py
index 4734384..abce445 100644
--- a/tests/units/test_0007_software.py
+++ b/tests/units/test_0007_software.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 server import Server
from client import Client
diff --git a/tests/units/test_0008_refresh.py b/tests/units/test_0008_refresh.py
index 4d71a2b..8986826 100644
--- a/tests/units/test_0008_refresh.py
+++ b/tests/units/test_0008_refresh.py
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
#
# 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 server import Server
from client import Client