lib:util: Add GPL header to tftw.c
authorAndreas Schneider <asn@samba.org>
Wed, 6 Feb 2019 16:03:59 +0000 (17:03 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 14 Feb 2019 14:59:25 +0000 (15:59 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13778

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/util/tftw.c

index 779b96f0b0c0c145445bc0c71909204b836abe27..b731a2ef03af045a0d42586ea9730b9c3b2760d6 100644 (file)
@@ -2,6 +2,19 @@
  * Copyright (c) 2008-2018 by Andreas Schneider <asn@samba.org>
  *
  * 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 <http://www.gnu.org/licenses/>.
  */
 
 #include "replace.h"