Add GPLv3 notices
authorJoseph C. Lehner <joseph.c.lehner@gmail.com>
Mon, 25 Jan 2016 13:26:26 +0000 (14:26 +0100)
committerJoseph C. Lehner <joseph.c.lehner@gmail.com>
Mon, 25 Jan 2016 13:26:26 +0000 (14:26 +0100)
main.c
nmrp.c
tftp.c

diff --git a/main.c b/main.c
index 39f327c32e3efc720fe8cd5a7c1e651b79912df0..29bf1c41f7cc09a7c186cc72674d645f5cf2d94f 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,3 +1,22 @@
+/**
+ * nmrp-flash - Netgear Unbrick Utility
+ * Copyright (C) 2016 Joseph Lehner <joseph.c.lehner@gmail.com>
+ *
+ * nmrp-flash 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.
+ *
+ * nmrp-flash 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 nmrp-flash.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
 #include <getopt.h>
 #include <stdlib.h>
 #include <stdio.h>
diff --git a/nmrp.c b/nmrp.c
index d807cd56bb80220ec57e302346949523342e42be..0b771307566231da8d4c9e7117914d3692178458 100644 (file)
--- a/nmrp.c
+++ b/nmrp.c
@@ -1,3 +1,22 @@
+/**
+ * nmrp-flash - Netgear Unbrick Utility
+ * Copyright (C) 2016 Joseph Lehner <joseph.c.lehner@gmail.com>
+ *
+ * nmrp-flash 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.
+ *
+ * nmrp-flash 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 nmrp-flash.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
 #define _BSD_SOURCE
 #include <netinet/ether.h>
 #include <linux/if_packet.h>
diff --git a/tftp.c b/tftp.c
index 551c139466fcefaf2807990152ff4ffdffd5089b..4470d925bd748ae83c1ddb08f4da1f78947c7af1 100644 (file)
--- a/tftp.c
+++ b/tftp.c
@@ -1,3 +1,22 @@
+/**
+ * nmrp-flash - Netgear Unbrick Utility
+ * Copyright (C) 2016 Joseph Lehner <joseph.c.lehner@gmail.com>
+ *
+ * nmrp-flash 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.
+ *
+ * nmrp-flash 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 nmrp-flash.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
 #define _BSD_SOURCE
 #include <arpa/inet.h>
 #include <sys/socket.h>