From 9b349a9c40a3ba89567894910c42b94c8e6e4f57 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Mon, 5 May 2025 02:51:32 +0200 Subject: [PATCH] Add more missing SPDX license identifiers --- data.h | 2 ++ simple_recode.c | 2 ++ simple_recode.h | 1 + utils.c | 2 ++ 4 files changed, 7 insertions(+) diff --git a/data.h b/data.h index 0f9e378..378996d 100644 --- a/data.h +++ b/data.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /* * RIPE-like servers. * All of them do not understand -V2.0Md with the exception of RA and RIPN. diff --git a/simple_recode.c b/simple_recode.c index d4b0072..e7c2eeb 100644 --- a/simple_recode.c +++ b/simple_recode.c @@ -17,6 +17,8 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/simple_recode.h b/simple_recode.h index 5fc95b0..77c963f 100644 --- a/simple_recode.h +++ b/simple_recode.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SIMPLE_RECODE_H #define SIMPLE_RECODE_H diff --git a/utils.c b/utils.c index 5b56928..e2cb83f 100644 --- a/utils.c +++ b/utils.c @@ -18,6 +18,8 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * SPDX-License-Identifier: GPL-2.0-or-later */ /* for strdup */