Update License in File Headers
[novacoin.git] / src / netbase.h
index e86c114..24e94f2 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (c) 2009-2012 The Bitcoin developers
 // Distributed under the MIT/X11 software license, see the accompanying
-// file license.txt or http://www.opensource.org/licenses/mit-license.php.
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
 #ifndef BITCOIN_NETBASE_H
 #define BITCOIN_NETBASE_H
 
@@ -19,8 +19,6 @@
 #include <netdb.h>
 #include <net/if.h>
 #include <ifaddrs.h>
-#endif
-#ifdef BSD
 #include <netinet/in.h>
 #endif