diff options
author | 2023-05-10 15:59:31 +0200 | |
---|---|---|
committer | 2023-05-10 15:59:31 +0200 | |
commit | b8af5757f76ee375d6af91410cd5260e2166b512 (patch) | |
tree | fafb2f73cdda39996037e838d5281d97ff8d88d2 | |
parent | 8540c472143e584b30c346b6c81aeb1836f6b099 (diff) | |
download | utils-b8af5757f76ee375d6af91410cd5260e2166b512.tar.gz utils-b8af5757f76ee375d6af91410cd5260e2166b512.zip |
Update copyright
-rw-r--r-- | test/main.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/test/main.c b/test/main.c index e826502..06d31a1 100644 --- a/test/main.c +++ b/test/main.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> |