From: Karel Zak Date: Tue, 6 Oct 2020 11:15:29 +0000 (+0200) Subject: lib/procutils: use Public Domain for this file X-Git-Tag: v2.37-rc1~440 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b412824db4f37cbc8a18024caa687bd24161ca4a;p=thirdparty%2Futil-linux.git lib/procutils: use Public Domain for this file It's was originally GPL, but all the current code in the file is from me and I don't think it makes sense to use GPL here anymore. We need to use lib/ files in LGPL as well as in GPL binaries, etc. Let's makes things (build-system) less complicated. Signed-off-by: Karel Zak --- diff --git a/lib/procutils.c b/lib/procutils.c index 8fb5d5c00d..cf660ea5de 100644 --- a/lib/procutils.c +++ b/lib/procutils.c @@ -1,17 +1,11 @@ /* * Copyright (C) 2011 Davidlohr Bueso + * Copyright (C) 2011-2020 Karel Zak * * procutils.c: General purpose procfs parsing utilities * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program 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 Library Public License for more details. + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. */ #include