Add missing license info
authorJoseph C. Lehner <joseph.c.lehner@gmail.com>
Sun, 20 Nov 2016 19:49:58 +0000 (20:49 +0100)
committerJoseph C. Lehner <joseph.c.lehner@gmail.com>
Sun, 20 Nov 2016 19:49:58 +0000 (20:49 +0100)
ethsock.c
util.c

index 6255ed998ad6d755366533dc65d5d9843ab6908e..e6ba642a4d37582a751d205a99a8e9ee914d3283 100644 (file)
--- a/ethsock.c
+++ b/ethsock.c
@@ -1,3 +1,22 @@
+/**
+ * nmrpflash - Netgear Unbrick Utility
+ * Copyright (C) 2016 Joseph Lehner <joseph.c.lehner@gmail.com>
+ *
+ * nmrpflash 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.
+ *
+ * nmrpflash 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 nmrpflash.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
 #include <sys/types.h>
 #include <stdbool.h>
 #include <string.h>
diff --git a/util.c b/util.c
index 2529650127ccd2240c16d93b5aea8d39a8896d58..0d2aab9a00e5d913ceabf654441dc8d5a1843acf 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,3 +1,22 @@
+/**
+ * nmrpflash - Netgear Unbrick Utility
+ * Copyright (C) 2016 Joseph Lehner <joseph.c.lehner@gmail.com>
+ *
+ * nmrpflash 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.
+ *
+ * nmrpflash 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 nmrpflash.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
 #include <stdio.h>
 #include <errno.h>
 #include <time.h>