From 0b8394b4086b77cff302d7369a033c510d8823c1 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Mon, 25 Jan 2016 14:26:26 +0100 Subject: [PATCH] Add GPLv3 notices --- main.c | 19 +++++++++++++++++++ nmrp.c | 19 +++++++++++++++++++ tftp.c | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/main.c b/main.c index 39f327c..29bf1c4 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,22 @@ +/** + * nmrp-flash - Netgear Unbrick Utility + * Copyright (C) 2016 Joseph Lehner + * + * 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 . + * + */ + #include #include #include diff --git a/nmrp.c b/nmrp.c index d807cd5..0b77130 100644 --- a/nmrp.c +++ b/nmrp.c @@ -1,3 +1,22 @@ +/** + * nmrp-flash - Netgear Unbrick Utility + * Copyright (C) 2016 Joseph Lehner + * + * 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 . + * + */ + #define _BSD_SOURCE #include #include diff --git a/tftp.c b/tftp.c index 551c139..4470d92 100644 --- a/tftp.c +++ b/tftp.c @@ -1,3 +1,22 @@ +/** + * nmrp-flash - Netgear Unbrick Utility + * Copyright (C) 2016 Joseph Lehner + * + * 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 . + * + */ + #define _BSD_SOURCE #include #include -- 2.25.1