From: Petr Špaček Date: Fri, 14 Feb 2020 10:08:59 +0000 (+0100) Subject: treewide: machine readable license for GNU GPLv3+ source code X-Git-Tag: v5.1.0~42^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b816a7fe4150292062c566aca46ae99920be82c;p=thirdparty%2Fknot-resolver.git treewide: machine readable license for GNU GPLv3+ source code Long GNU GPLv3 boilderplate was automatically replaced with machine readable tag. --- diff --git a/bench/bench_lru.c b/bench/bench_lru.c index 237be6693..a885c2915 100644 --- a/bench/bench_lru.c +++ b/bench/bench_lru.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/contrib/base32hex.c b/contrib/base32hex.c index b5df27981..31c5bbde1 100644 --- a/contrib/base32hex.c +++ b/contrib/base32hex.c @@ -1,17 +1,5 @@ /* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "base32hex.h" diff --git a/contrib/base32hex.h b/contrib/base32hex.h index 561d9ff6d..ed90ceffc 100644 --- a/contrib/base32hex.h +++ b/contrib/base32hex.h @@ -1,17 +1,5 @@ /* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! * \file diff --git a/contrib/base64.c b/contrib/base64.c index b09319c20..3558f1bfe 100644 --- a/contrib/base64.c +++ b/contrib/base64.c @@ -1,17 +1,5 @@ /* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "base64.h" diff --git a/contrib/base64.h b/contrib/base64.h index c7619fc50..3c71431eb 100644 --- a/contrib/base64.h +++ b/contrib/base64.h @@ -1,17 +1,5 @@ /* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! * \file diff --git a/contrib/cleanup.h b/contrib/cleanup.h index 55843f153..ba5343f63 100644 --- a/contrib/cleanup.h +++ b/contrib/cleanup.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Cleanup attributes. diff --git a/contrib/dynarray.h b/contrib/dynarray.h index 88559c0d6..34c74f8ac 100644 --- a/contrib/dynarray.h +++ b/contrib/dynarray.h @@ -1,17 +1,5 @@ /* Copyright (C) 2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! diff --git a/contrib/wire.h b/contrib/wire.h index b02296e08..bec6db5bf 100644 --- a/contrib/wire.h +++ b/contrib/wire.h @@ -1,17 +1,5 @@ /* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! * \file diff --git a/daemon/bindings/api.h b/daemon/bindings/api.h index 1e7475147..7ad6840e8 100644 --- a/daemon/bindings/api.h +++ b/daemon/bindings/api.h @@ -1,17 +1,5 @@ /* Copyright (C) 2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/bindings/cache.c b/daemon/bindings/cache.c index 534c92ce2..170282e5f 100644 --- a/daemon/bindings/cache.c +++ b/daemon/bindings/cache.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "daemon/bindings/impl.h" diff --git a/daemon/bindings/event.c b/daemon/bindings/event.c index a964683bd..7230dd53b 100644 --- a/daemon/bindings/event.c +++ b/daemon/bindings/event.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "daemon/bindings/impl.h" diff --git a/daemon/bindings/impl.c b/daemon/bindings/impl.c index 624aece45..d10f45257 100644 --- a/daemon/bindings/impl.c +++ b/daemon/bindings/impl.c @@ -1,17 +1,5 @@ /* Copyright (C) 2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/daemon/bindings/impl.h b/daemon/bindings/impl.h index 2e5445e71..26b4dc80c 100644 --- a/daemon/bindings/impl.h +++ b/daemon/bindings/impl.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/bindings/modules.c b/daemon/bindings/modules.c index 2cd44feaa..e16eeedd3 100644 --- a/daemon/bindings/modules.c +++ b/daemon/bindings/modules.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "daemon/bindings/impl.h" diff --git a/daemon/bindings/net.c b/daemon/bindings/net.c index da987c40d..a5caa6e9f 100644 --- a/daemon/bindings/net.c +++ b/daemon/bindings/net.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "daemon/bindings/impl.h" diff --git a/daemon/bindings/worker.c b/daemon/bindings/worker.c index 5d1fd6aac..720a56311 100644 --- a/daemon/bindings/worker.c +++ b/daemon/bindings/worker.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "daemon/bindings/impl.h" diff --git a/daemon/engine.c b/daemon/engine.c index 4f62a1269..87c9ffc78 100644 --- a/daemon/engine.c +++ b/daemon/engine.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/daemon/engine.h b/daemon/engine.h index 37d124164..ad32cee5e 100644 --- a/daemon/engine.h +++ b/daemon/engine.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/ffimodule.c b/daemon/ffimodule.c index 7e55b09f3..073fb188f 100644 --- a/daemon/ffimodule.c +++ b/daemon/ffimodule.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/daemon/ffimodule.h b/daemon/ffimodule.h index 0b224b801..f86c764c3 100644 --- a/daemon/ffimodule.h +++ b/daemon/ffimodule.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/io.c b/daemon/io.c index 5bd29707c..eb1f276ab 100644 --- a/daemon/io.c +++ b/daemon/io.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/daemon/io.h b/daemon/io.h index 16ed76164..eec5dd55b 100644 --- a/daemon/io.h +++ b/daemon/io.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/main.c b/daemon/main.c index f329f4d5a..febdfb02c 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "kresconfig.h" diff --git a/daemon/network.c b/daemon/network.c index 212707dd3..ee8dc56e4 100644 --- a/daemon/network.c +++ b/daemon/network.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "daemon/network.h" diff --git a/daemon/network.h b/daemon/network.h index db56940ec..c3ee79f2a 100644 --- a/daemon/network.h +++ b/daemon/network.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/session.c b/daemon/session.c index 489cdebc6..2a234879d 100644 --- a/daemon/session.c +++ b/daemon/session.c @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/daemon/session.h b/daemon/session.h index 4662b53b1..8750335d2 100644 --- a/daemon/session.h +++ b/daemon/session.h @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/tls.c b/daemon/tls.c index d7f43fa8d..c06cfc099 100644 --- a/daemon/tls.c +++ b/daemon/tls.c @@ -5,18 +5,7 @@ * Initial Author: Daniel Kahn Gillmor * Ondřej Surý * - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU 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 General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/daemon/tls.h b/daemon/tls.h index aa37df313..c4f4dfb49 100644 --- a/daemon/tls.h +++ b/daemon/tls.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016 American Civil Liberties Union (ACLU) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/tls_ephemeral_credentials.c b/daemon/tls_ephemeral_credentials.c index 84e3123f2..29128f6ef 100644 --- a/daemon/tls_ephemeral_credentials.c +++ b/daemon/tls_ephemeral_credentials.c @@ -3,19 +3,7 @@ * Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. * * Initial Author: Daniel Kahn Gillmor - * - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU 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 General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/daemon/tls_session_ticket-srv.c b/daemon/tls_session_ticket-srv.c index ff1471b7d..4335c69e1 100644 --- a/daemon/tls_session_ticket-srv.c +++ b/daemon/tls_session_ticket-srv.c @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/daemon/udp_queue.c b/daemon/udp_queue.c index df8acc975..9cf39401a 100644 --- a/daemon/udp_queue.c +++ b/daemon/udp_queue.c @@ -1,17 +1,5 @@ /* Copyright (C) 2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "kresconfig.h" diff --git a/daemon/udp_queue.h b/daemon/udp_queue.h index c1730c056..43fd56f1b 100644 --- a/daemon/udp_queue.h +++ b/daemon/udp_queue.h @@ -1,17 +1,5 @@ /* Copyright (C) 2019 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/worker.c b/daemon/worker.c index 1b33f6432..b0b9c9325 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "kresconfig.h" diff --git a/daemon/worker.h b/daemon/worker.h index 6f2212cf7..bce451cc0 100644 --- a/daemon/worker.h +++ b/daemon/worker.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/daemon/zimport.c b/daemon/zimport.c index cf1021efd..73128eee8 100644 --- a/daemon/zimport.c +++ b/daemon/zimport.c @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /* Module is intended to import resource records from file into resolver's cache. diff --git a/daemon/zimport.h b/daemon/zimport.h index 57b246e95..96e8a73e6 100644 --- a/daemon/zimport.h +++ b/daemon/zimport.h @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/cache/api.c b/lib/cache/api.c index 7d5dd441c..9962fcc78 100644 --- a/lib/cache/api.c +++ b/lib/cache/api.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/cache/api.h b/lib/cache/api.h index aa34eaa94..6250f9046 100644 --- a/lib/cache/api.h +++ b/lib/cache/api.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/cache/cdb_api.h b/lib/cache/cdb_api.h index b22d34cb0..23d9a7c59 100644 --- a/lib/cache/cdb_api.h +++ b/lib/cache/cdb_api.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/cache/cdb_lmdb.c b/lib/cache/cdb_lmdb.c index 30c436395..4c1031293 100644 --- a/lib/cache/cdb_lmdb.c +++ b/lib/cache/cdb_lmdb.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/cache/cdb_lmdb.h b/lib/cache/cdb_lmdb.h index bc2c7d62a..114adca44 100644 --- a/lib/cache/cdb_lmdb.h +++ b/lib/cache/cdb_lmdb.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/cache/entry_list.c b/lib/cache/entry_list.c index 2295ac209..61fdac710 100644 --- a/lib/cache/entry_list.c +++ b/lib/cache/entry_list.c @@ -1,17 +1,5 @@ /* Copyright (C) 2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** @file diff --git a/lib/cache/entry_pkt.c b/lib/cache/entry_pkt.c index e2fc2689b..986f53827 100644 --- a/lib/cache/entry_pkt.c +++ b/lib/cache/entry_pkt.c @@ -1,17 +1,5 @@ /* Copyright (C) 2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** @file diff --git a/lib/cache/entry_rr.c b/lib/cache/entry_rr.c index ecb358abd..37359629f 100644 --- a/lib/cache/entry_rr.c +++ b/lib/cache/entry_rr.c @@ -1,17 +1,5 @@ /* Copyright (C) 2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** @file diff --git a/lib/cache/impl.h b/lib/cache/impl.h index f38a93ca3..6751cf1a1 100644 --- a/lib/cache/impl.h +++ b/lib/cache/impl.h @@ -1,17 +1,5 @@ /* Copyright (C) 2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** @file diff --git a/lib/cache/knot_pkt.c b/lib/cache/knot_pkt.c index 56836a60a..1881290ff 100644 --- a/lib/cache/knot_pkt.c +++ b/lib/cache/knot_pkt.c @@ -1,17 +1,5 @@ /* Copyright (C) 2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** @file diff --git a/lib/cache/nsec1.c b/lib/cache/nsec1.c index 74b3d349d..3985ca3b1 100644 --- a/lib/cache/nsec1.c +++ b/lib/cache/nsec1.c @@ -1,17 +1,5 @@ /* Copyright (C) 2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** @file diff --git a/lib/cache/nsec3.c b/lib/cache/nsec3.c index d2ae72a6d..7aea35a2a 100644 --- a/lib/cache/nsec3.c +++ b/lib/cache/nsec3.c @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** @file diff --git a/lib/cache/peek.c b/lib/cache/peek.c index 558a594ab..466abdf39 100644 --- a/lib/cache/peek.c +++ b/lib/cache/peek.c @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "lib/cache/impl.h" diff --git a/lib/cookies/alg_containers.c b/lib/cookies/alg_containers.c index a80487d8e..491859b33 100644 --- a/lib/cookies/alg_containers.c +++ b/lib/cookies/alg_containers.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/cookies/alg_containers.h b/lib/cookies/alg_containers.h index 1e2aef682..3b50ccaa9 100644 --- a/lib/cookies/alg_containers.h +++ b/lib/cookies/alg_containers.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/cookies/alg_sha.c b/lib/cookies/alg_sha.c index e23c983ac..37eafbc51 100644 --- a/lib/cookies/alg_sha.c +++ b/lib/cookies/alg_sha.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/cookies/alg_sha.h b/lib/cookies/alg_sha.h index 5b0d0c972..de7a75a37 100644 --- a/lib/cookies/alg_sha.h +++ b/lib/cookies/alg_sha.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/cookies/control.h b/lib/cookies/control.h index 1bf503f48..f977c9456 100644 --- a/lib/cookies/control.h +++ b/lib/cookies/control.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/cookies/helper.c b/lib/cookies/helper.c index e07b8cb9b..55c4fbcd9 100644 --- a/lib/cookies/helper.c +++ b/lib/cookies/helper.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/cookies/helper.h b/lib/cookies/helper.h index e5659ce7c..0fee2fce2 100644 --- a/lib/cookies/helper.h +++ b/lib/cookies/helper.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/cookies/lru_cache.c b/lib/cookies/lru_cache.c index 8ea97aba0..1b629f71b 100644 --- a/lib/cookies/lru_cache.c +++ b/lib/cookies/lru_cache.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/cookies/lru_cache.h b/lib/cookies/lru_cache.h index 8ce0a01f1..9f97c7795 100644 --- a/lib/cookies/lru_cache.h +++ b/lib/cookies/lru_cache.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/cookies/nonce.c b/lib/cookies/nonce.c index 4ad72c8f8..8e4b75497 100644 --- a/lib/cookies/nonce.c +++ b/lib/cookies/nonce.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/cookies/nonce.h b/lib/cookies/nonce.h index 99c54d301..4d8460f95 100644 --- a/lib/cookies/nonce.h +++ b/lib/cookies/nonce.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/defines.h b/lib/defines.h index f49e974df..b4ed5b58a 100644 --- a/lib/defines.h +++ b/lib/defines.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/dnssec.c b/lib/dnssec.c index 228feb718..43b0405a9 100644 --- a/lib/dnssec.c +++ b/lib/dnssec.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/dnssec.h b/lib/dnssec.h index 89850a328..170b3a87f 100644 --- a/lib/dnssec.h +++ b/lib/dnssec.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/dnssec/nsec.c b/lib/dnssec/nsec.c index 4ae13b23f..caab245e4 100644 --- a/lib/dnssec/nsec.c +++ b/lib/dnssec/nsec.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/dnssec/nsec.h b/lib/dnssec/nsec.h index 9439a8825..1a2a09228 100644 --- a/lib/dnssec/nsec.h +++ b/lib/dnssec/nsec.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/dnssec/nsec3.c b/lib/dnssec/nsec3.c index 4c2ef9597..c5b93ddb8 100644 --- a/lib/dnssec/nsec3.c +++ b/lib/dnssec/nsec3.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/dnssec/nsec3.h b/lib/dnssec/nsec3.h index 527ccce80..590bdccfd 100644 --- a/lib/dnssec/nsec3.h +++ b/lib/dnssec/nsec3.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/dnssec/signature.c b/lib/dnssec/signature.c index f5d7182ab..dfb6ad055 100644 --- a/lib/dnssec/signature.c +++ b/lib/dnssec/signature.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/dnssec/signature.h b/lib/dnssec/signature.h index b75648361..28271ee78 100644 --- a/lib/dnssec/signature.h +++ b/lib/dnssec/signature.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/dnssec/ta.c b/lib/dnssec/ta.c index 12629c969..b6a8cb0bc 100644 --- a/lib/dnssec/ta.c +++ b/lib/dnssec/ta.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/dnssec/ta.h b/lib/dnssec/ta.h index dcc55e78c..f8fc93a0a 100644 --- a/lib/dnssec/ta.h +++ b/lib/dnssec/ta.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/generic/array.h b/lib/generic/array.h index ece4dd147..e29a3fbe2 100644 --- a/lib/generic/array.h +++ b/lib/generic/array.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** diff --git a/lib/generic/lru.c b/lib/generic/lru.c index b2d02f0a1..fa2bf2a74 100644 --- a/lib/generic/lru.c +++ b/lib/generic/lru.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "lib/generic/lru.h" diff --git a/lib/generic/lru.h b/lib/generic/lru.h index 135419a9d..a802b5b2a 100644 --- a/lib/generic/lru.h +++ b/lib/generic/lru.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** * @file lru.h diff --git a/lib/generic/pack.h b/lib/generic/pack.h index dc7a97591..229dfb10e 100644 --- a/lib/generic/pack.h +++ b/lib/generic/pack.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** diff --git a/lib/generic/queue.c b/lib/generic/queue.c index 45657c7c5..afe8c6eb8 100644 --- a/lib/generic/queue.c +++ b/lib/generic/queue.c @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "lib/generic/queue.h" diff --git a/lib/generic/queue.h b/lib/generic/queue.h index 755e7594d..10cac8973 100644 --- a/lib/generic/queue.h +++ b/lib/generic/queue.h @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** * @file queue.h diff --git a/lib/generic/set.h b/lib/generic/set.h index 332c1aaa8..9f6eb80fa 100644 --- a/lib/generic/set.h +++ b/lib/generic/set.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** diff --git a/lib/generic/test_array.c b/lib/generic/test_array.c index 238f2c408..1535967c4 100644 --- a/lib/generic/test_array.c +++ b/lib/generic/test_array.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "tests/unit/test.h" diff --git a/lib/generic/test_lru.c b/lib/generic/test_lru.c index de451db49..5cd4811e8 100644 --- a/lib/generic/test_lru.c +++ b/lib/generic/test_lru.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/generic/test_map.c b/lib/generic/test_map.c index f16c9e763..7a04bfe13 100644 --- a/lib/generic/test_map.c +++ b/lib/generic/test_map.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/generic/test_pack.c b/lib/generic/test_pack.c index 31426b40c..f25c1997f 100644 --- a/lib/generic/test_pack.c +++ b/lib/generic/test_pack.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "tests/unit/test.h" diff --git a/lib/generic/test_queue.c b/lib/generic/test_queue.c index f5019caa9..30300a832 100644 --- a/lib/generic/test_queue.c +++ b/lib/generic/test_queue.c @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "tests/unit/test.h" diff --git a/lib/generic/test_trie.c b/lib/generic/test_trie.c index 0d7112e28..6740948e9 100644 --- a/lib/generic/test_trie.c +++ b/lib/generic/test_trie.c @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "lib/generic/trie.h" diff --git a/lib/generic/trie.c b/lib/generic/trie.c index 41e9acc1a..682b159ec 100644 --- a/lib/generic/trie.c +++ b/lib/generic/trie.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later The code originated from https://github.com/fanf2/qp/blob/master/qp.c at revision 5f6d93753. diff --git a/lib/generic/trie.h b/lib/generic/trie.h index 72b0c096d..a1db1a0bf 100644 --- a/lib/generic/trie.h +++ b/lib/generic/trie.h @@ -1,17 +1,5 @@ /* Copyright (C) 2017-2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/layer.h b/lib/layer.h index 823db83ec..128d7a128 100644 --- a/lib/layer.h +++ b/lib/layer.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/layer/cache.c b/lib/layer/cache.c index b1471bc50..a532efdfe 100644 --- a/lib/layer/cache.c +++ b/lib/layer/cache.c @@ -1,17 +1,5 @@ /* Copyright (C) 2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "lib/module.h" diff --git a/lib/layer/iterate.c b/lib/layer/iterate.c index bc3412ea8..790b9e530 100644 --- a/lib/layer/iterate.c +++ b/lib/layer/iterate.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** @file iterate.c diff --git a/lib/layer/iterate.h b/lib/layer/iterate.h index a9395bfc1..3b24da0ec 100644 --- a/lib/layer/iterate.h +++ b/lib/layer/iterate.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/layer/validate.c b/lib/layer/validate.c index d2d399b5c..94a9f3467 100644 --- a/lib/layer/validate.c +++ b/lib/layer/validate.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/module.c b/lib/module.c index 8fb2ad43b..2174f90ea 100644 --- a/lib/module.c +++ b/lib/module.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/module.h b/lib/module.h index 884985a95..bc4efa5b8 100644 --- a/lib/module.h +++ b/lib/module.h @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** @file diff --git a/lib/nsrep.c b/lib/nsrep.c index 4db86bced..c49f406c0 100644 --- a/lib/nsrep.c +++ b/lib/nsrep.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/nsrep.h b/lib/nsrep.h index cc35ca4b3..4e3e481b3 100644 --- a/lib/nsrep.h +++ b/lib/nsrep.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/resolve.c b/lib/resolve.c index baa7002a2..fd67a3a63 100644 --- a/lib/resolve.c +++ b/lib/resolve.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/resolve.h b/lib/resolve.h index 50eac7bf5..6abab1b92 100644 --- a/lib/resolve.h +++ b/lib/resolve.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/rplan.c b/lib/rplan.c index 3a177c0c7..ae0855121 100644 --- a/lib/rplan.c +++ b/lib/rplan.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/rplan.h b/lib/rplan.h index 0f9377ddb..7ac294718 100644 --- a/lib/rplan.h +++ b/lib/rplan.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/test_module.c b/lib/test_module.c index 39178c190..592f5355e 100644 --- a/lib/test_module.c +++ b/lib/test_module.c @@ -1,17 +1,5 @@ /* Copyright (C) 201 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "tests/unit/test.h" diff --git a/lib/test_rplan.c b/lib/test_rplan.c index 17669b9eb..e04197370 100644 --- a/lib/test_rplan.c +++ b/lib/test_rplan.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "tests/unit/test.h" diff --git a/lib/test_utils.c b/lib/test_utils.c index d1b9dad6b..14843a8c1 100644 --- a/lib/test_utils.c +++ b/lib/test_utils.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/test_zonecut.c b/lib/test_zonecut.c index 8893e5f48..0c85b0c69 100644 --- a/lib/test_zonecut.c +++ b/lib/test_zonecut.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/utils.c b/lib/utils.c index 6d327cf91..36d2feee0 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "lib/utils.h" diff --git a/lib/utils.h b/lib/utils.h index fc83b30e2..322ba879d 100644 --- a/lib/utils.h +++ b/lib/utils.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/zonecut.c b/lib/zonecut.c index c8497787b..5839b9743 100644 --- a/lib/zonecut.c +++ b/lib/zonecut.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "lib/zonecut.h" diff --git a/lib/zonecut.h b/lib/zonecut.h index e2eb553e1..8800e6703 100644 --- a/lib/zonecut.h +++ b/lib/zonecut.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/modules/cookies/cookiectl.c b/modules/cookies/cookiectl.c index 1af508b45..cbd1af385 100644 --- a/modules/cookies/cookiectl.c +++ b/modules/cookies/cookiectl.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/modules/cookies/cookiectl.h b/modules/cookies/cookiectl.h index 48a379d60..50ee96636 100644 --- a/modules/cookies/cookiectl.h +++ b/modules/cookies/cookiectl.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/modules/cookies/cookiemonster.c b/modules/cookies/cookiemonster.c index 6f0019245..753785d7e 100644 --- a/modules/cookies/cookiemonster.c +++ b/modules/cookies/cookiemonster.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/modules/cookies/cookiemonster.h b/modules/cookies/cookiemonster.h index ef269e7d3..5663b503d 100644 --- a/modules/cookies/cookiemonster.h +++ b/modules/cookies/cookiemonster.h @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/modules/cookies/cookies.c b/modules/cookies/cookies.c index c7a350c3a..b4c4d94db 100644 --- a/modules/cookies/cookies.c +++ b/modules/cookies/cookies.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/modules/edns_keepalive/edns_keepalive.c b/modules/edns_keepalive/edns_keepalive.c index 3a62b9119..ebf26aab7 100644 --- a/modules/edns_keepalive/edns_keepalive.c +++ b/modules/edns_keepalive/edns_keepalive.c @@ -1,17 +1,5 @@ /* Copyright (C) 2018 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** diff --git a/modules/hints/hints.c b/modules/hints/hints.c index 72423d819..7473a34c7 100644 --- a/modules/hints/hints.c +++ b/modules/hints/hints.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** diff --git a/modules/stats/stats.c b/modules/stats/stats.c index 361147c83..dbdffaa99 100644 --- a/modules/stats/stats.c +++ b/modules/stats/stats.c @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ /** diff --git a/tests/unit/mock_cmodule.c b/tests/unit/mock_cmodule.c index 64dfbb826..5f4b6ed26 100644 --- a/tests/unit/mock_cmodule.c +++ b/tests/unit/mock_cmodule.c @@ -1,17 +1,5 @@ /* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "lib/module.h" diff --git a/tests/unit/test.h b/tests/unit/test.h index 79167d2a8..b79f3734b 100644 --- a/tests/unit/test.h +++ b/tests/unit/test.h @@ -1,17 +1,5 @@ /* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/utils/client/kresc.c b/utils/client/kresc.c index 42dba3454..cbc63e5fe 100644 --- a/utils/client/kresc.c +++ b/utils/client/kresc.c @@ -1,17 +1,5 @@ /* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + * SPDX-License-Identifier: GPL-3.0-or-later */ #include #include