From c3bc44e20b80683ec1e8296a449804ff6c5f7aff Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 6 Aug 2011 23:57:25 +0300 Subject: [PATCH] Drop Id tags and copyright notices from source files --- source/client.cpp | 7 ------- source/client.h | 7 ------- source/message.cpp | 7 ------- source/message.h | 7 ------- source/request.cpp | 7 ------- source/request.h | 7 ------- source/response.cpp | 7 ------- source/response.h | 7 ------- source/server.cpp | 7 ------- source/server.h | 7 ------- source/status.cpp | 7 ------- source/status.h | 7 ------- source/utils.cpp | 7 ------- source/utils.h | 7 ------- source/version.cpp | 7 ------- source/version.h | 7 ------- 16 files changed, 112 deletions(-) diff --git a/source/client.cpp b/source/client.cpp index cb7b0ea..6801ad2 100644 --- a/source/client.cpp +++ b/source/client.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/client.h b/source/client.h index 8c084ce..b27109c 100644 --- a/source/client.h +++ b/source/client.h @@ -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_ diff --git a/source/message.cpp b/source/message.cpp index 2223377..f1e4c28 100644 --- a/source/message.cpp +++ b/source/message.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/message.h b/source/message.h index b1809a6..4d23102 100644 --- a/source/message.h +++ b/source/message.h @@ -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_ diff --git a/source/request.cpp b/source/request.cpp index ba47c4d..31e9c7c 100644 --- a/source/request.cpp +++ b/source/request.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/request.h b/source/request.h index b04fb7e..ec5030e 100644 --- a/source/request.h +++ b/source/request.h @@ -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_ diff --git a/source/response.cpp b/source/response.cpp index fe7469d..a5f9582 100644 --- a/source/response.cpp +++ b/source/response.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #include #include #include "response.h" diff --git a/source/response.h b/source/response.h index abd370e..d721ad8 100644 --- a/source/response.h +++ b/source/response.h @@ -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_ diff --git a/source/server.cpp b/source/server.cpp index e0aedf2..45bf69b 100644 --- a/source/server.cpp +++ b/source/server.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/server.h b/source/server.h index 93c1f59..7536362 100644 --- a/source/server.h +++ b/source/server.h @@ -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_ diff --git a/source/status.cpp b/source/status.cpp index 9971ae2..6b95822 100644 --- a/source/status.cpp +++ b/source/status.cpp @@ -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; diff --git a/source/status.h b/source/status.h index c04262d..075016d 100644 --- a/source/status.h +++ b/source/status.h @@ -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_ diff --git a/source/utils.cpp b/source/utils.cpp index 5222f76..0803c14 100644 --- a/source/utils.cpp +++ b/source/utils.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/utils.h b/source/utils.h index 559638a..a25a748 100644 --- a/source/utils.h +++ b/source/utils.h @@ -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_ diff --git a/source/version.cpp b/source/version.cpp index 76159ba..e7ed6aa 100644 --- a/source/version.cpp +++ b/source/version.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/version.h b/source/version.h index 974db10..19a50b9 100644 --- a/source/version.h +++ b/source/version.h @@ -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_ -- 2.43.0