aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/list.c19
-rw-r--r--src/list.h19
-rw-r--r--src/version.c19
-rw-r--r--src/version.h19
4 files changed, 4 insertions, 72 deletions
diff --git a/src/list.c b/src/list.c
index d2fd682..448f744 100644
--- a/src/list.c
+++ b/src/list.c
@@ -1,21 +1,4 @@
-/*
- * Copyright (C) 2022-2023 Alessandro Iezzi <aiezzi AT alessandroiezzi PERIOD it>
- *
- * This file is part of libutils.
- *
- * libutils is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * libutils 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 Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with libutils. If not, see <https://www.gnu.org/licenses/>.
- */
+/* See LICENSE file for copyright and license details. */
#include <stdlib.h>
#include <string.h> /* memcpy */
diff --git a/src/list.h b/src/list.h
index 824b213..d752a66 100644
--- a/src/list.h
+++ b/src/list.h
@@ -1,21 +1,4 @@
-/*
- * Copyright (C) 2022-2023 Alessandro Iezzi <aiezzi AT alessandroiezzi PERIOD it>
- *
- * This file is part of libutils.
- *
- * libutils is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * libutils 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 Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with libutils. If not, see <https://www.gnu.org/licenses/>.
- */
+/* See LICENSE file for copyright and license details. */
#ifndef _LIST_H_
#define _LIST_H_
diff --git a/src/version.c b/src/version.c
index 9255e7c..4a39890 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,21 +1,4 @@
-/*
- * Copyright (C) 2022-2023 Alessandro Iezzi <aiezzi AT alessandroiezzi PERIOD it>
- *
- * This file is part of libutils.
- *
- * libutils is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * libutils 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 Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with libutils. If not, see <https://www.gnu.org/licenses/>.
- */
+/* See LICENSE file for copyright and license details. */
char *
utils_version()
diff --git a/src/version.h b/src/version.h
index cc42a65..15ddd85 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,21 +1,4 @@
-/*
- * Copyright (C) 2022-2023 Alessandro Iezzi <aiezzi AT alessandroiezzi PERIOD it>
- *
- * This file is part of libutils.
- *
- * libutils is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * libutils 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 Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with libutils. If not, see <https://www.gnu.org/licenses/>.
- */
+/* See LICENSE file for copyright and license details. */
#ifndef _VERSION_H_
#define _VERSION_H_