From a59862d7f52dcfc55c6db1e5dfabfab0e49cedeb Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 18:19:43 +0200 Subject: Update copyright --- build-pc.sh | 2 ++ test/Makefile | 19 +------------------ test/test_list.c | 19 +------------------ 3 files changed, 4 insertions(+), 36 deletions(-) diff --git a/build-pc.sh b/build-pc.sh index cf0d4ec..eb7dca8 100755 --- a/build-pc.sh +++ b/build-pc.sh @@ -1,5 +1,7 @@ #!/bin/sh +# See LICENSE file for copyright and license details. + VERSION=0.0.1 while [ $# -gt 0 ] diff --git a/test/Makefile b/test/Makefile index 5d39d02..caf3d55 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,21 +1,4 @@ -# -# Copyright (C) 2022-2023 Alessandro Iezzi -# -# 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 . -# +# See LICENSE file for copyright and license details. CC = cc SRC != find * -name '*.c' diff --git a/test/test_list.c b/test/test_list.c index 949bff2..8fa8861 100644 --- a/test/test_list.c +++ b/test/test_list.c @@ -1,21 +1,4 @@ -/* - * Copyright (C) 2022-2023 Alessandro Iezzi - * - * 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 . - */ +/* See LICENSE file for copyright and license details. */ #include #include -- cgit v1.2.3