Skip to content

Commit 14d3ed3

Browse files
authored
Merge pull request #30 from per1234/correct-license-header
Update license headers to reflect license type change
2 parents ba3bf80 + 788e4b8 commit 14d3ed3

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

main.go

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
// Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
1+
// Copyright 2021 ARDUINO SA (http://www.arduino.cc/)
22
//
3-
// This software is released under the GNU General Public License version 3.
4-
// The terms of this license can be found at:
5-
// https://www.gnu.org/licenses/gpl-3.0.en.html
3+
// This program is free software: you can redistribute it and/or modify
4+
// it under the terms of the GNU Affero General Public License as published
5+
// by the Free Software Foundation, either version 3 of the License, or
6+
// (at your option) any later version.
7+
//
8+
// This program is distributed in the hope that it will be useful,
9+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
// GNU Affero General Public License for more details.
12+
//
13+
// You should have received a copy of the GNU Affero General Public License
14+
// along with this program. If not, see <https://www.gnu.org/licenses/>.
615
//
716
// You can be released from the requirements of the above licenses by purchasing
817
// a commercial license. Buying such a license is mandatory if you want to

main_test.go

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
// Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
1+
// Copyright 2021 ARDUINO SA (http://www.arduino.cc/)
22
//
3-
// This software is released under the GNU General Public License version 3.
4-
// The terms of this license can be found at:
5-
// https://www.gnu.org/licenses/gpl-3.0.en.html
3+
// This program is free software: you can redistribute it and/or modify
4+
// it under the terms of the GNU Affero General Public License as published
5+
// by the Free Software Foundation, either version 3 of the License, or
6+
// (at your option) any later version.
7+
//
8+
// This program is distributed in the hope that it will be useful,
9+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
// GNU Affero General Public License for more details.
12+
//
13+
// You should have received a copy of the GNU Affero General Public License
14+
// along with this program. If not, see <https://www.gnu.org/licenses/>.
615
//
716
// You can be released from the requirements of the above licenses by purchasing
817
// a commercial license. Buying such a license is mandatory if you want to

0 commit comments

Comments
 (0)