From 3d38ffbd07263df9a5aa8971f4f58d736b4d7409 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 23 Jan 2023 06:13:37 +0000 Subject: [PATCH] Added copyright and license header to daemon/main.go and ui/bin/opensnitch-ui. Based on git history with no lower threshold on contributions, so any contributors get a copyright claim in the code. --- daemon/main.go | 21 +++++++++++++++++++++ ui/bin/opensnitch-ui | 19 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/daemon/main.go b/daemon/main.go index 28cab21936..dc0dab897b 100644 --- a/daemon/main.go +++ b/daemon/main.go @@ -1,3 +1,24 @@ +/* Copyright (C) 2018 Simone Margaritelli +// 2021 themighty1 +// 2022 calesanz +// 2019-2022 Gustavo Iñiguez Goia +// +// This file is part of OpenSnitch. +// +// OpenSnitch is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// OpenSnitch 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with OpenSnitch. If not, see . +*/ + package main import ( diff --git a/ui/bin/opensnitch-ui b/ui/bin/opensnitch-ui index 084c25c1e3..b934124b0c 100755 --- a/ui/bin/opensnitch-ui +++ b/ui/bin/opensnitch-ui @@ -1,5 +1,24 @@ #!/usr/bin/env python3 +# Copyright (C) 2018 Simone Margaritelli +# 2018 MiWCryptAnalytics +# 2019-2023 Gustavo Iñiguez Goia +# +# This file is part of OpenSnitch. +# +# OpenSnitch is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# OpenSnitch 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenSnitch. If not, see . + from PyQt5 import QtWidgets, QtGui, QtCore import sys