diff options
author | 2023-05-10 12:05:34 +0200 | |
---|---|---|
committer | 2023-05-10 12:05:34 +0200 | |
commit | eeb8645a221d2881042dc0cdda758b8553f67b54 (patch) | |
tree | 117171d34bc2ba891ff346f1d16435bb2efba6e1 /Makefile | |
parent | d06bb0561402a6035cf809b08c464254dfaabd18 (diff) | |
download | utils-eeb8645a221d2881042dc0cdda758b8553f67b54.tar.gz utils-eeb8645a221d2881042dc0cdda758b8553f67b54.zip |
Change license from LGPLv3 to BSD-3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -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. CC = cc SRC != find src -name '*.c' |