diff --git a/checker/collect_test.go b/checker/collect_test.go index 6a33bc5..0dd2bf7 100644 --- a/checker/collect_test.go +++ b/checker/collect_test.go @@ -2,22 +2,7 @@ // Copyright (c) 2020-2026 happyDomain // Authors: Pierre-Olivier Mercier, et al. // -// This program is offered under a commercial and under the AGPL license. -// For commercial licensing, contact us at . -// -// For AGPL licensing: -// 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 . +// SPDX-License-Identifier: AGPL-3.0-or-later package checker diff --git a/checker/rule_test.go b/checker/rule_test.go index fbc77dd..a79a492 100644 --- a/checker/rule_test.go +++ b/checker/rule_test.go @@ -5,19 +5,7 @@ // This program is offered under a commercial and under the AGPL license. // For commercial licensing, contact us at . // -// For AGPL licensing: -// 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 . +// SPDX-License-Identifier: AGPL-3.0-or-later package checker diff --git a/checker/rules_ipv6_test.go b/checker/rules_ipv6_test.go index 927d3ea..7264011 100644 --- a/checker/rules_ipv6_test.go +++ b/checker/rules_ipv6_test.go @@ -2,22 +2,7 @@ // Copyright (c) 2020-2026 happyDomain // Authors: Pierre-Olivier Mercier, et al. // -// This program is offered under a commercial and under the AGPL license. -// For commercial licensing, contact us at . -// -// For AGPL licensing: -// 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 . +// SPDX-License-Identifier: AGPL-3.0-or-later package checker diff --git a/checker/rules_loss_test.go b/checker/rules_loss_test.go index 07256fe..d19571b 100644 --- a/checker/rules_loss_test.go +++ b/checker/rules_loss_test.go @@ -2,22 +2,7 @@ // Copyright (c) 2020-2026 happyDomain // Authors: Pierre-Olivier Mercier, et al. // -// This program is offered under a commercial and under the AGPL license. -// For commercial licensing, contact us at . -// -// For AGPL licensing: -// 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 . +// SPDX-License-Identifier: AGPL-3.0-or-later package checker diff --git a/checker/rules_reachability_test.go b/checker/rules_reachability_test.go index 7690a96..1be0d7f 100644 --- a/checker/rules_reachability_test.go +++ b/checker/rules_reachability_test.go @@ -2,22 +2,7 @@ // Copyright (c) 2020-2026 happyDomain // Authors: Pierre-Olivier Mercier, et al. // -// This program is offered under a commercial and under the AGPL license. -// For commercial licensing, contact us at . -// -// For AGPL licensing: -// 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 . +// SPDX-License-Identifier: AGPL-3.0-or-later package checker diff --git a/checker/rules_rtt_test.go b/checker/rules_rtt_test.go index 62f4f95..72d64b2 100644 --- a/checker/rules_rtt_test.go +++ b/checker/rules_rtt_test.go @@ -2,22 +2,7 @@ // Copyright (c) 2020-2026 happyDomain // Authors: Pierre-Olivier Mercier, et al. // -// This program is offered under a commercial and under the AGPL license. -// For commercial licensing, contact us at . -// -// For AGPL licensing: -// 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 . +// SPDX-License-Identifier: AGPL-3.0-or-later package checker