ogClient is AGPLv3+

Update license header in files.
more_events
OpenGnSys Support Team 2021-05-14 00:19:28 +02:00
parent bd98dd1da0
commit cb9edc8d95
19 changed files with 51 additions and 69 deletions

View File

@ -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

View File

@ -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.
#

View File

@ -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.
#

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.
#

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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