diff options
author | 2023-05-10 18:19:43 +0200 | |
---|---|---|
committer | 2023-05-10 18:19:43 +0200 | |
commit | a59862d7f52dcfc55c6db1e5dfabfab0e49cedeb (patch) | |
tree | 5ffacf5c56c6749955d921f6f3e85b57197c35db /test/test_list.c | |
parent | 4014dbbc7e61e20f7edbab9ed447c48a7d2ef695 (diff) | |
download | utils-a59862d7f52dcfc55c6db1e5dfabfab0e49cedeb.tar.gz utils-a59862d7f52dcfc55c6db1e5dfabfab0e49cedeb.zip |
Update copyright
Diffstat (limited to 'test/test_list.c')
-rw-r--r-- | test/test_list.c | 19 |
1 files changed, 1 insertions, 18 deletions
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 <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 <stdio.h> #include <stdlib.h> |