Massive cosmetic patch: update or add copyright headers, untabify, and

change all unsigned char to uint8_t.
This commit is contained in:
Nicholas J. Kain
2011-03-30 23:59:22 -04:00
parent 147e2d0fd9
commit a6fa236700
15 changed files with 300 additions and 83 deletions

View File

@@ -1,11 +1,23 @@
/*
* Copyright 2011 Nicholas J. Kain <njkain@gmail.com>
* Copyright 2006, 2007 Stefan Rompf <sux@loplof.de>
/* netlink.c - netlink physical link notification handling and info retrieval
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation
* (c) 2011 Nicholas J. Kain <njkain at gmail dot com>
* (c) 2006-2007 Stefan Rompf <sux@loplof.de>
*
* This code was largely taken from Stefan Rompf's dhcpclient.
*
* This program 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 2 of the License, or
* (at your option) any later version.
*
* This program 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 this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <arpa/inet.h>