From b412824db4f37cbc8a18024caa687bd24161ca4a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 6 Oct 2020 13:15:29 +0200 Subject: [PATCH] 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 --- lib/procutils.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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 -- 2.47.2