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