diff --git a/openvpn/__init__.py b/openvpn/__init__.py index d05056c..86b9253 100644 --- a/openvpn/__init__.py +++ b/openvpn/__init__.py @@ -1,19 +1,8 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 OpenVPN Inc. -# Copyright (C) 2020 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - OpenVPN Inc. +# Copyright (C) 2020 - David Sommerseth # diff --git a/openvpn/connector/__init__.py b/openvpn/connector/__init__.py index d05056c..86b9253 100644 --- a/openvpn/connector/__init__.py +++ b/openvpn/connector/__init__.py @@ -1,19 +1,8 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 OpenVPN Inc. -# Copyright (C) 2020 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - OpenVPN Inc. +# Copyright (C) 2020 - David Sommerseth # diff --git a/openvpn/connector/autoload.py b/openvpn/connector/autoload.py index 6800378..30b34a1 100644 --- a/openvpn/connector/autoload.py +++ b/openvpn/connector/autoload.py @@ -1,21 +1,10 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 - 2022 OpenVPN Inc. -# Copyright (C) 2020 - 2022 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - 2023 OpenVPN Inc. +# Copyright (C) 2020 - 2023 David Sommerseth # import os diff --git a/openvpn/connector/configmgr.py b/openvpn/connector/configmgr.py index 1f57554..5cb8ced 100644 --- a/openvpn/connector/configmgr.py +++ b/openvpn/connector/configmgr.py @@ -1,21 +1,10 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2022 OpenVPN Inc. -# Copyright (C) 2022 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - 2023 OpenVPN Inc. +# Copyright (C) 2020 - 2023 David Sommerseth # import os diff --git a/openvpn/connector/main.py b/openvpn/connector/main.py index 037f128..bbf7dfa 100644 --- a/openvpn/connector/main.py +++ b/openvpn/connector/main.py @@ -1,21 +1,10 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 - 2022 OpenVPN Inc. -# Copyright (C) 2020 - 2022 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - 2023 OpenVPN Inc. +# Copyright (C) 2020 - 2023 David Sommerseth # import sys diff --git a/openvpn/connector/profile.py b/openvpn/connector/profile.py index eaefb24..9be7461 100644 --- a/openvpn/connector/profile.py +++ b/openvpn/connector/profile.py @@ -1,21 +1,10 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 - 2021 OpenVPN Inc. -# Copyright (C) 2020 - 2021 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - 2023 OpenVPN Inc. +# Copyright (C) 2020 - 2023 David Sommerseth # import os diff --git a/openvpn/connector/systemd.py b/openvpn/connector/systemd.py index 0156178..2b5f72b 100644 --- a/openvpn/connector/systemd.py +++ b/openvpn/connector/systemd.py @@ -1,21 +1,10 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 OpenVPN Inc. -# Copyright (C) 2020 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - 2023 OpenVPN Inc. +# Copyright (C) 2020 - 2023 David Sommerseth # import dbus diff --git a/openvpn/connector/token.py b/openvpn/connector/token.py index 5860e68..a0b5df9 100644 --- a/openvpn/connector/token.py +++ b/openvpn/connector/token.py @@ -1,21 +1,10 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 OpenVPN Inc. -# Copyright (C) 2020 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - 2023 OpenVPN Inc. +# Copyright (C) 2020 - 2023 David Sommerseth # from base64 import b64decode, b64encode diff --git a/setup.py b/setup.py index b0394bc..60b57f1 100644 --- a/setup.py +++ b/setup.py @@ -1,21 +1,10 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 - 2021 OpenVPN Inc. -# Copyright (C) 2020 - 2021 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - 2023 OpenVPN Inc. +# Copyright (C) 2020 - 2023 David Sommerseth # from setuptools import setup, find_packages diff --git a/version.py b/version.py index 2cd7c3a..c61d3d8 100644 --- a/version.py +++ b/version.py @@ -1,21 +1,10 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 - 2021 OpenVPN Inc. -# Copyright (C) 2020 - 2021 David Sommerseth +# SPDX-License-Identifier: AGPL-3.0-only # -# 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 of the -# License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# Copyright (C) 2020 - 2023 OpenVPN Inc. +# Copyright (C) 2020 - 2023 David Sommerseth # ocs_version='4'