mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-09 08:58:04 +01:00
Change license from GPLv3 to GPLv2 after approval of all contributors
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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__ == "":
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
@@ -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>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
__author__ = "Sven Sager"
|
||||
__copyright__ = "Copyright (C) 2023 Sven Sager"
|
||||
__license__ = "GPLv3"
|
||||
__license__ = "GPLv2"
|
||||
|
||||
from PyQt5 import QtGui, QtWidgets
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"""Global program initialization."""
|
||||
__author__ = "Sven Sager"
|
||||
__copyright__ = "Copyright (C) 2023 Sven Sager"
|
||||
__license__ = "LGPLv3"
|
||||
__license__ = "GPLv2"
|
||||
|
||||
import logging
|
||||
import sys
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
"""Package of ssh tunnel connections."""
|
||||
__author__ = "Sven Sager"
|
||||
__copyright__ = "Copyright (C) 2023 Sven Sager"
|
||||
__license__ = "GPLv3"
|
||||
__license__ = "GPLv2"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
"""Package of compiled Qt ui files."""
|
||||
__author__ = "Sven Sager"
|
||||
__copyright__ = "Copyright (C) 2023 Sven Sager"
|
||||
__license__ = "GPLv3"
|
||||
__license__ = "GPLv2"
|
||||
|
||||
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user