Change license from GPLv3 to GPLv2 after approval of all contributors

This commit is contained in:
2023-02-07 10:29:30 +01:00
parent 3eaae9e462
commit 43d4a97edd
28 changed files with 299 additions and 634 deletions

View File

@@ -2,6 +2,6 @@
"""Package: RevPiCommander."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
__package__ = "revpicommander"
__version__ = "0.9.10rc6"

View File

@@ -2,7 +2,7 @@
"""Start main application of this package."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
# If we are running from a wheel, add the wheel to sys.path
if __package__ == "":

View File

@@ -2,7 +2,7 @@
"""Manager for ACL lists."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
from re import compile

View File

@@ -2,7 +2,7 @@
"""Revolution Pi search with zeroconf."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
import webbrowser
from re import compile

View File

@@ -2,7 +2,7 @@
"""File transfer system to handle QThreads."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
from logging import getLogger

View File

@@ -2,7 +2,7 @@
"""Debug control widget to append to main window."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
import pickle
from xmlrpc.client import Binary, Fault, MultiCall, MultiCallIterator

View File

@@ -2,7 +2,7 @@
"""One device of the Revolution Pi."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
import struct

View File

@@ -2,7 +2,7 @@
"""Helper functions for this application."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
import pickle
import socket

View File

@@ -1466,9 +1466,9 @@ Zum Beispiel: revpi0000/data</translation>
<source>The Revolution Pi will subscribe a topic on which your mqtt client can publish messages with the new io value as payload.
Publish values with topic: [basetopic]/set/[outputname]</source>
<translation type="unfinished">Der Revolution Pi abonniert ein Topic, auf dem die MQTT Clients über den Inhalt einer Nachricht einen neuen Ausgangswert setzen können.
<translation>Der Revolution Pi abonniert ein Topic, auf dem die MQTT Clients über den Inhalt einer Nachricht einen neuen Ausgangswert setzen können.
Publish values with Topic: [basistopic]/set/[ausgangsname]</translation>
Sende Werte mit Topic: [basistopic]/set/[ausgangsname]</translation>
</message>
<message>
<location filename="../../../ui_dev/mqttmanager.ui" line="175"/>
@@ -1745,7 +1745,7 @@ Publish values with Topic: [basistopic]/set/[ausgangsname]</translation>
All of them comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
(c) Sven Sager, License: GPLv3</source>
(c) Sven Sager, License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
</context>

View File

@@ -3,7 +3,7 @@
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
from PyQt5 import QtGui, QtWidgets

View File

@@ -2,7 +2,7 @@
"""Global program initialization."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "LGPLv3"
__license__ = "GPLv2"
import logging
import sys

View File

@@ -4,7 +4,7 @@
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2018 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
import webbrowser
from os.path import dirname, join

View File

@@ -2,7 +2,7 @@
"""File manager for up und download PLC program."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
import gzip
import os

View File

@@ -2,7 +2,7 @@
"""Program information of local an remote system."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
from PyQt5 import QtCore, QtGui, QtWidgets

View File

@@ -2,7 +2,7 @@
"""View log files from Revolution Pi."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
from enum import IntEnum

View File

@@ -2,7 +2,7 @@
"""RevPiPyLoad options window."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
from PyQt5 import QtCore, QtGui, QtWidgets

View File

@@ -2,7 +2,7 @@
"""Saved connections of Revolution Pi devices."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
from enum import IntEnum

View File

@@ -2,7 +2,7 @@
"""Revolution Pi PLC program configuration."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
import gzip
import os

View File

@@ -2,7 +2,7 @@
"""Simulator for piControl."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
from os import W_OK, access
from os.path import basename, dirname, exists, join

View File

@@ -2,4 +2,4 @@
"""Package of ssh tunnel connections."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"

View File

@@ -7,7 +7,7 @@ GitHub https://github.com/paramiko/paramiko/blob/main/demos/forward.py
"""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
import select
from socketserver import BaseRequestHandler, ThreadingTCPServer

View File

@@ -2,7 +2,7 @@
"""Authentication dialog for SSH."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"
from logging import getLogger

View File

@@ -2,4 +2,4 @@
"""Package of compiled Qt ui files."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv3"
__license__ = "GPLv2"

View File

@@ -95,7 +95,7 @@ class Ui_diag_revpiinfo(object):
"All of them comes with ABSOLUTELY NO WARRANTY, to the extent permitted by\n"
"applicable law.\n"
"\n"
"(c) Sven Sager, License: GPLv3"))
"(c) Sven Sager, License: GPLv2"))
if __name__ == "__main__":