From: Andreas Schneider Date: Wed, 6 Feb 2019 16:03:59 +0000 (+0100) Subject: lib:util: Add GPL header to tftw.c X-Git-Tag: ldb-1.6.1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeabe171152fdb09fe2f51a0a41b1c5e4df25efd;p=thirdparty%2Fsamba.git lib:util: Add GPL header to tftw.c BUG: https://bugzilla.samba.org/show_bug.cgi?id=13778 Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner Reviewed-by: Stefan Metzmacher --- diff --git a/lib/util/tftw.c b/lib/util/tftw.c index 779b96f0b0c..b731a2ef03a 100644 --- a/lib/util/tftw.c +++ b/lib/util/tftw.c @@ -2,6 +2,19 @@ * Copyright (c) 2008-2018 by Andreas Schneider * * Adopted from the csync source code + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #include "replace.h"