Add GPLv3 notices
This commit is contained in:
parent
186ec81be4
commit
0b8394b408
3 changed files with 57 additions and 0 deletions
19
main.c
19
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>
|
||||
|
|
19
nmrp.c
19
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>
|
||||
|
|
19
tftp.c
19
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue