From: Joseph C. Lehner Date: Mon, 25 Jan 2016 13:26:26 +0000 (+0100) Subject: Add GPLv3 notices X-Git-Tag: v0.9~97 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b8394b4086b77cff302d7369a033c510d8823c1;p=oweals%2Fnmrpflash.git Add GPLv3 notices --- 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