From fab2e992245fe03ed8c8797247b1c711b88c36f9 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 6 Nov 2020 00:21:16 -0800 Subject: [PATCH] Replace reference to "arduino-cli" in copyright headers I was not cautious enough in my copy/paste from the Arduino CLI code and missed replacing a reference. --- check/check.go | 2 +- check/checkconfigurations/checkconfigurations.go | 2 +- check/checkdata/checkdata.go | 2 +- check/checkdata/library.go | 2 +- check/checkdata/schema/schema.go | 2 +- check/checkfunctions/checkfunctions.go | 2 +- check/checkfunctions/library.go | 2 +- check/checkfunctions/sketch.go | 2 +- check/checklevel/checklevel.go | 2 +- check/checkresult/checkresult.go | 2 +- configuration/checkmode/checkmode.go | 2 +- configuration/configuration.go | 2 +- configuration/defaults.go | 2 +- main.go | 2 +- project/library/library.go | 2 +- project/library/libraryproperties/libraryproperties.go | 2 +- project/packageindex/packageindex.go | 2 +- project/platform/platform.go | 2 +- project/project.go | 2 +- project/projecttype/projecttype.go | 2 +- project/sketch/sketch.go | 2 +- result/feedback/feedback.go | 2 +- result/outputformat/outputformat.go | 2 +- result/result.go | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/check/check.go b/check/check.go index 182b47835..72626fd4d 100644 --- a/check/check.go +++ b/check/check.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/check/checkconfigurations/checkconfigurations.go b/check/checkconfigurations/checkconfigurations.go index c44a74f95..874ad7791 100644 --- a/check/checkconfigurations/checkconfigurations.go +++ b/check/checkconfigurations/checkconfigurations.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/check/checkdata/checkdata.go b/check/checkdata/checkdata.go index 0183d03bf..b9d7e0aea 100644 --- a/check/checkdata/checkdata.go +++ b/check/checkdata/checkdata.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/check/checkdata/library.go b/check/checkdata/library.go index 5dc4682c7..7652885f7 100644 --- a/check/checkdata/library.go +++ b/check/checkdata/library.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/check/checkdata/schema/schema.go b/check/checkdata/schema/schema.go index 42cd82cac..248bfb6b2 100644 --- a/check/checkdata/schema/schema.go +++ b/check/checkdata/schema/schema.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/check/checkfunctions/checkfunctions.go b/check/checkfunctions/checkfunctions.go index a12665fe4..75d6b7404 100644 --- a/check/checkfunctions/checkfunctions.go +++ b/check/checkfunctions/checkfunctions.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/check/checkfunctions/library.go b/check/checkfunctions/library.go index 7a3236a50..1d407eaab 100644 --- a/check/checkfunctions/library.go +++ b/check/checkfunctions/library.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/check/checkfunctions/sketch.go b/check/checkfunctions/sketch.go index 73a3133d5..25e89b11d 100644 --- a/check/checkfunctions/sketch.go +++ b/check/checkfunctions/sketch.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/check/checklevel/checklevel.go b/check/checklevel/checklevel.go index 5f79d59c6..7c415b225 100644 --- a/check/checklevel/checklevel.go +++ b/check/checklevel/checklevel.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/check/checkresult/checkresult.go b/check/checkresult/checkresult.go index 437014745..ad094fcb5 100644 --- a/check/checkresult/checkresult.go +++ b/check/checkresult/checkresult.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/configuration/checkmode/checkmode.go b/configuration/checkmode/checkmode.go index 194ca5bd3..eb6e382d8 100644 --- a/configuration/checkmode/checkmode.go +++ b/configuration/checkmode/checkmode.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/configuration/configuration.go b/configuration/configuration.go index 90e8c6c00..e0448c3aa 100644 --- a/configuration/configuration.go +++ b/configuration/configuration.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/configuration/defaults.go b/configuration/defaults.go index 618979014..0e886c40f 100644 --- a/configuration/defaults.go +++ b/configuration/defaults.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/main.go b/main.go index 2034ce47d..d78774237 100644 --- a/main.go +++ b/main.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/project/library/library.go b/project/library/library.go index 6cb4efe96..c03daae35 100644 --- a/project/library/library.go +++ b/project/library/library.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/project/library/libraryproperties/libraryproperties.go b/project/library/libraryproperties/libraryproperties.go index d89c5e7ff..1c6a4bcc3 100644 --- a/project/library/libraryproperties/libraryproperties.go +++ b/project/library/libraryproperties/libraryproperties.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/project/packageindex/packageindex.go b/project/packageindex/packageindex.go index 4cc5da8bc..1b60440f9 100644 --- a/project/packageindex/packageindex.go +++ b/project/packageindex/packageindex.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/project/platform/platform.go b/project/platform/platform.go index 462c62266..4b43ac516 100644 --- a/project/platform/platform.go +++ b/project/platform/platform.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/project/project.go b/project/project.go index 4a70343df..a7d3c83ad 100644 --- a/project/project.go +++ b/project/project.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/project/projecttype/projecttype.go b/project/projecttype/projecttype.go index f4548abca..cf134cc15 100644 --- a/project/projecttype/projecttype.go +++ b/project/projecttype/projecttype.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/project/sketch/sketch.go b/project/sketch/sketch.go index b833d6e24..d7f523d9c 100644 --- a/project/sketch/sketch.go +++ b/project/sketch/sketch.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/result/feedback/feedback.go b/result/feedback/feedback.go index e43258a1c..9999c7765 100644 --- a/result/feedback/feedback.go +++ b/result/feedback/feedback.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/result/outputformat/outputformat.go b/result/outputformat/outputformat.go index 9b7c39249..05dca6a9a 100644 --- a/result/outputformat/outputformat.go +++ b/result/outputformat/outputformat.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html // diff --git a/result/result.go b/result/result.go index ec4e377ea..5a3f252cd 100644 --- a/result/result.go +++ b/result/result.go @@ -3,7 +3,7 @@ // Copyright 2020 ARDUINO SA (http://www.arduino.cc/) // // This software is released under the GNU General Public License version 3, -// which covers the main part of arduino-cli. +// which covers the main part of arduino-check. // The terms of this license can be found at: // https://www.gnu.org/licenses/gpl-3.0.en.html //