]> git.tdb.fi Git - libs/net.git/commitdiff
Drop Id tags and copyright notices from source files
authorMikko Rasa <tdb@tdb.fi>
Sat, 6 Aug 2011 20:57:25 +0000 (23:57 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 7 Aug 2011 08:46:28 +0000 (11:46 +0300)
16 files changed:
source/client.cpp
source/client.h
source/message.cpp
source/message.h
source/request.cpp
source/request.h
source/response.cpp
source/response.h
source/server.cpp
source/server.h
source/status.cpp
source/status.h
source/utils.cpp
source/utils.h
source/version.cpp
source/version.h

index cb7b0eabc48302047cdfa5754bb4a40d78c877b3..6801ad2a3fc73cae566170577ad03b20f0182dc3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <msp/core/except.h>
 #include <msp/core/refptr.h>
 #include <msp/net/resolve.h>
index 8c084cec49e45dd655fa895b00573e2fd8bf205b..b27109cd9b9ab60fb744e416a3990eefebfe6a9a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_HTTP_CLIENT_H_
 #define MSP_HTTP_CLIENT_H_
 
index 2223377cb6bea79e5379cce50a3b0164c7d3aafe..f1e4c286bd13031c1918d21cebacec189200223c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <cstdlib>
 #include <msp/strings/formatter.h>
 #include <msp/strings/utils.h>
index b1809a610f857fc2c58da542d9f91315a4216fb3..4d2310273f8b3fd0e4b0014aede99623028cd023 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_HTTP_MESSAGE_H_
 #define MSP_HTTP_MESSAGE_H_
 
index ba47c4dcb4295a07b6d8b05cfc8f7d2a56e3a753..31e9c7c201959f158e6443556775d9bdfe4095eb 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <msp/strings/formatter.h>
 #include <msp/strings/regex.h>
 #include <msp/strings/utils.h>
index b04fb7e9b7500886885d90888a6beadcd0b8f56f..ec5030e7e543b6e04c004df30f4ddf8937add09d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_HTTP_REQUEST_H_
 #define MSP_HTTP_REQUEST_H_
 
index fe7469d0780d32372f392d80bacf5fbe65be434c..a5f95825c1c65fc8170552e4046083fea12db828 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <msp/strings/formatter.h>
 #include <msp/strings/utils.h>
 #include "response.h"
index abd370ec3825503d1ef684889e5770f8ac044621..d721ad804a4d7ea7aab8ee8a89812d644e9001ba 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_HTTP_RESPONSE_H_
 #define MSP_HTTO_RESPONSE_H_
 
index e0aedf28c1b16d0cb6c451c33a8b7bd5d290ce23..45bf69b285bef06da567dc599160bdd44f30dc36 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <exception>
 #include <msp/core/refptr.h>
 #include <msp/net/inet.h>
index 93c1f593561f5d1d335c6067867fd78abddd145c..7536362176f822909ac5278de8cce0a324b4e473 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_HTTP_SERVER_H_
 #define MSP_HTTP_SERVER_H_
 
index 9971ae263d630d5c16f7cd47d87cf441a8dd76f7..6b95822ac0bac01c52091f58df923f91e9ba9a87 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "status.h"
 
 using namespace std;
index c04262d600d794e1be113a536679627f73cf8088..075016dd48aee2c6acc17fc345a48746d6bb306a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_HTTPSERVER_STATUS_H_
 #define MSP_HTTPSERVER_STATUS_H_
 
index 5222f76024438deda488a6ec847b677244d14d0a..0803c14c74edc980951e50b8c960ebcb94481622 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include <msp/strings/formatter.h>
 #include <msp/strings/regex.h>
index 559638a34bf6512e6b289b54efc68ab56c56c889..a25a748a6aa7464409c20fb1c67702b9b3e367a1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_HTTP_UTILS_H_
 #define MSP_HTTP_UTILS_H_
 
index 76159bae8cde30d01473036671fe596dcfd909f9..e7ed6aaafb5e301ba20f5b3d1db8df8d47257449 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <msp/strings/formatter.h>
 #include <msp/strings/lexicalcast.h>
 #include <msp/strings/regex.h>
index 974db109d445cef7db809a1f5b512f08d819fbd5..19a50b91097ea545de16deda5df671bfe989cd63 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmsphttp
-Copyright © 2008  Mikkosoft Productions, Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_HTTP_MISC_H_
 #define MSP_HTTP_MISC_H_