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