]> git.tdb.fi Git - libs/net.git/commitdiff
Drop Id tags and copyright notices
authorMikko Rasa <tdb@tdb.fi>
Mon, 1 Aug 2011 11:32:02 +0000 (14:32 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 1 Aug 2011 11:32:02 +0000 (14:32 +0300)
23 files changed:
source/communicator.cpp
source/communicator.h
source/constants.h
source/datagramsocket.cpp
source/datagramsocket.h
source/inet.cpp
source/inet.h
source/inet6.cpp
source/inet6.h
source/protocol.cpp
source/protocol.h
source/receiver.h
source/resolve.cpp
source/resolve.h
source/sockaddr.cpp
source/sockaddr.h
source/socket.cpp
source/socket.h
source/streamlistensocket.cpp
source/streamlistensocket.h
source/streamsocket.cpp
source/streamsocket.h
source/types.h

index b0b3b45cb52e51a7158fc268cc9e2a7c48bebad2..2b20c6ec374932b993d70b2b5e6df4ea9745f59f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2009  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <cstring>
 #include "communicator.h"
 
index 409d42e02527c74e023a00cfbb5a691f90e8febc..865e05dcfe429b4e28a05eb11b180b394771f233 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2009  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_COMMUNICATOR_H_
 #define MSP_NET_COMMUNICATOR_H_
 
index 3a883fbb0fa37b415607369712310ec656dd2650..2edb643734307be2223e8433dc25729d22247a04 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_CONSTANTS_H_
 #define MSP_NET_CONSTANTS_H_
 
index a1b1c9ec7c8cd49ea3bc167c84093a4d8aff5c40..43b86615b2ee2e631cef68be878c69299f73701e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008, 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <errno.h>
 #include <msp/strings/formatter.h>
 #include "datagramsocket.h"
index 1134415d21a2e75f071a5f3c0229586865f19aec..8c08a5d090b69190ef19f18a3970af762646ae6e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_DATAGRAMSOCKET_H_
 #define MSP_NET_DATAGRAMSOCKET_H_
 
index 57d8085cd299f0fb2bb72e5a932652adf69e214f..cb34263fc1de38230edcae058ca014ba671e5858 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008, 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <msp/strings/formatter.h>
 #include "inet.h"
 
index be67dee56bd71db14c8fef146d6b487fa77c352c..f22d6a1a1d565d2be30adccf1a55ae2efb250ba6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008, 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_INET_H_
 #define MSP_NET_INET_H_
 
index dbbf2dbb61a34a20bd8dc4484440220ad397e2a0..3adad2fb58a3320125781c038c9135ff46d00cfd 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <msp/core/except.h>
 #include <msp/strings/formatter.h>
 #include "inet6.h"
index 02ec4503b660c724ec94f93e9cf765555053f0cf..44a5180180b0a024d6ee686f95a28ef1e1b3f1bd 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_INET6_H_
 #define NSP_NET_INET6_H_
 
index 1a21c9e96913ac57a4379b9d0be8cf39ecfaf2cd..a4386994d06b84af59e2efaa99b226959b456d96 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2009  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <cstring>
 #include <string>
 #include <msp/strings/lexicalcast.h>
index 5d1a8746d196b9b7e021e8f15c385729d4728c4e..8ae5cdd149170c0bfdc0e5dcf3342e226ff27946 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2009  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_PROTOCOL_H_
 #define MSP_NET_PROTOCOL_H_
 
index 33917cda6c538644bfbc88e7af2dbc6a9fb1294f..99ad8a0cb57be13d5946d2c079fe728922a4821d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2009  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_RECEIVER_H_
 #define MSP_NET_RECEIVER_H_
 
index bfe7eaaa5cada587f0eef0e8585965670df526fd..5bdf051b16ebc4892769a2541ed133a8941647ec 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008, 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifdef WIN32
 #define _WIN32_WINNT 0x0501
 #include <ws2tcpip.h>
index cc957ac46f4b2658d9438a601dcdedb3a260ddbc..47319699010aca10b95c75813cec1bbc93438b34 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_RESOLVE_H_
 #define MSP_NET_RESOLVE_H_
 
index 26c77b643df8b4ae9b8180ddd1c38145f71dcc65..f95edd3f9558fde0a870ac743f73bee845fdcdd7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008, 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <msp/core/except.h>
 #include "inet.h"
 #include "inet6.h"
index 0f7a7468170b816edda4f13580019fccee232e1b..62e559c23f73df62bde597d40ec1daee6668144a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008, 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_SOCKADDR_H_
 #define MSP_NET_SOCKADDR_H_
 
index 150d8367948c7d0ed64a3c1547d2ae485ab089dc..dd6c526e994fdeb9dd5fc12da0ce9c9822608793 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008, 2010-2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef WIN32
 #include <errno.h>
 #include <fcntl.h>
index db4206cb7546a5f84e7345035def471a3b09c0e5..1c5efda8d966b48e9eafa31b1d98a2a1ed03f0de 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_SOCKET_H_
 #define MSP_NET_SOCKET_H_
 
index 12e98b1f6a2d3b9d40fca5f689f74e2af07a7630..88a37bf73fb4f6bc3563788f05714b2c1a36350a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008, 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <cerrno>
 #include <msp/core/refptr.h>
 #include <msp/strings/formatter.h>
index 054f2fbab5aea73c0056b002ee757bc533f77e5f..3defb307c78a7f6786d69e85d48ce8d073e8d3ee 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_STREAMLISTENSOCKET_H_
 #define MSP_NET_STREAMLISTENSOCKET_H_
 
index 0322f12f1c286b63977435e7bb64b151daf0af68..79b08f4d91541854817d75f5f975f50444a21746 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008-2009, 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef WIN32
 #include <sys/socket.h>
 #endif
index acec0eab4dd069cf9bbab2e81790f24386649da2..6fbb7d5a79472e96368001abb7a57bf8a664c318 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_STREAMSOCKET_H_
 #define MSP_NET_STREAMSOCKET_H_
 
index f3ca3ab904ce1c2b0711d6193b37bc7294109f18..3989fa93aa290802bde8e196a6a062565be42bf9 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspnet
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_NET_TYPES_H_
 #define MSP_NET_TYPES_H_