From: Joseph C. Lehner Date: Sun, 20 Nov 2016 19:49:58 +0000 (+0100) Subject: Add missing license info X-Git-Tag: v0.9.10~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=332df78923f3c667fb4366db334b6b94a61b9258;p=oweals%2Fnmrpflash.git Add missing license info --- diff --git a/ethsock.c b/ethsock.c index 6255ed9..e6ba642 100644 --- a/ethsock.c +++ b/ethsock.c @@ -1,3 +1,22 @@ +/** + * nmrpflash - Netgear Unbrick Utility + * Copyright (C) 2016 Joseph Lehner + * + * 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 . + * + */ + #include #include #include diff --git a/util.c b/util.c index 2529650..0d2aab9 100644 --- a/util.c +++ b/util.c @@ -1,3 +1,22 @@ +/** + * nmrpflash - Netgear Unbrick Utility + * Copyright (C) 2016 Joseph Lehner + * + * 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 . + * + */ + #include #include #include