From 788e4b8447d24b1258e599d5569cec11b9c4cbc7 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 11 May 2021 21:35:59 -0700 Subject: [PATCH] Update license headers to reflect license type change The project's license was changed from GPL-3.0 to AGPL-3.0 but the license headers were not changed accordingly. The new headers are based on the instructions in the AGPLv3 license text and the previous header text. --- main.go | 17 +++++++++++++---- main_test.go | 17 +++++++++++++---- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/main.go b/main.go index 0820691..5c6e81d 100644 --- a/main.go +++ b/main.go @@ -1,8 +1,17 @@ -// Copyright 2020 ARDUINO SA (http://www.arduino.cc/) +// Copyright 2021 ARDUINO SA (http://www.arduino.cc/) // -// This software is released under the GNU General Public License version 3. -// The terms of this license can be found at: -// https://www.gnu.org/licenses/gpl-3.0.en.html +// 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, either version 3 of the License, or +// (at your option) any later version. +// +// 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 . // // You can be released from the requirements of the above licenses by purchasing // a commercial license. Buying such a license is mandatory if you want to diff --git a/main_test.go b/main_test.go index 1171975..e18c1eb 100644 --- a/main_test.go +++ b/main_test.go @@ -1,8 +1,17 @@ -// Copyright 2020 ARDUINO SA (http://www.arduino.cc/) +// Copyright 2021 ARDUINO SA (http://www.arduino.cc/) // -// This software is released under the GNU General Public License version 3. -// The terms of this license can be found at: -// https://www.gnu.org/licenses/gpl-3.0.en.html +// 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, either version 3 of the License, or +// (at your option) any later version. +// +// 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 . // // You can be released from the requirements of the above licenses by purchasing // a commercial license. Buying such a license is mandatory if you want to