Update of /cvsroot/boost/boost/libs/asio/example/http/server
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5110/example/http/server

Modified Files:
        Jamfile connection.cpp connection.hpp connection_manager.cpp 
        connection_manager.hpp header.hpp mime_types.cpp 
        mime_types.hpp posix_main.cpp reply.cpp reply.hpp request.hpp 
        request_handler.cpp request_handler.hpp request_parser.cpp 
        request_parser.hpp server.cpp server.hpp win_main.cpp 
Log Message:
Add copyright notices.

Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/Jamfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile     14 Jun 2006 22:26:32 -0000      1.1
+++ Jamfile     25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,10 @@
+#
+# Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+#
+# Distributed under the Boost Software License, Version 1.0. (See accompanying
+# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+#
+
 subproject libs/asio/example/http/server ;
 
 project boost : $(BOOST_ROOT) ;

Index: connection.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/connection.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- connection.cpp      14 Jun 2006 22:26:32 -0000      1.1
+++ connection.cpp      25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// connection.cpp
+// ~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #include "connection.hpp"
 #include <vector>
 #include <boost/bind.hpp>

Index: connection.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/connection.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- connection.hpp      14 Jun 2006 22:26:32 -0000      1.1
+++ connection.hpp      25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// connection.hpp
+// ~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #ifndef HTTP_CONNECTION_HPP
 #define HTTP_CONNECTION_HPP
 

Index: connection_manager.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/http/server/connection_manager.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- connection_manager.cpp      14 Jun 2006 22:26:32 -0000      1.1
+++ connection_manager.cpp      25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// connection_manager.cpp
+// ~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #include "connection_manager.hpp"
 #include <algorithm>
 #include <boost/bind.hpp>

Index: connection_manager.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/http/server/connection_manager.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- connection_manager.hpp      14 Jun 2006 22:26:32 -0000      1.1
+++ connection_manager.hpp      25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// connection_manager.hpp
+// ~~~~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #ifndef HTTP_CONNECTION_MANAGER_HPP
 #define HTTP_CONNECTION_MANAGER_HPP
 

Index: header.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/header.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- header.hpp  14 Jun 2006 22:26:32 -0000      1.1
+++ header.hpp  25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// header.hpp
+// ~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #ifndef HTTP_HEADER_HPP
 #define HTTP_HEADER_HPP
 

Index: mime_types.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/mime_types.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mime_types.cpp      14 Jun 2006 22:26:32 -0000      1.1
+++ mime_types.cpp      25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// mime_types.cpp
+// ~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #include "mime_types.hpp"
 
 namespace http {

Index: mime_types.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/mime_types.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mime_types.hpp      14 Jun 2006 22:26:32 -0000      1.1
+++ mime_types.hpp      25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// mime_types.hpp
+// ~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #ifndef HTTP_MIME_TYPES_HPP
 #define HTTP_MIME_TYPES_HPP
 

Index: posix_main.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/posix_main.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- posix_main.cpp      14 Jun 2006 22:26:32 -0000      1.1
+++ posix_main.cpp      25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// posix_main.cpp
+// ~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #include <iostream>
 #include <string>
 #include <boost/asio.hpp>

Index: reply.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/reply.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- reply.cpp   14 Jun 2006 22:26:32 -0000      1.1
+++ reply.cpp   25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// reply.cpp
+// ~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #include "reply.hpp"
 #include <string>
 #include <boost/lexical_cast.hpp>

Index: reply.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/reply.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- reply.hpp   14 Jun 2006 22:26:32 -0000      1.1
+++ reply.hpp   25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// reply.hpp
+// ~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #ifndef HTTP_REPLY_HPP
 #define HTTP_REPLY_HPP
 

Index: request.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/request.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- request.hpp 14 Jun 2006 22:26:32 -0000      1.1
+++ request.hpp 25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// request.hpp
+// ~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #ifndef HTTP_REQUEST_HPP
 #define HTTP_REQUEST_HPP
 

Index: request_handler.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/http/server/request_handler.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- request_handler.cpp 14 Jun 2006 22:26:32 -0000      1.1
+++ request_handler.cpp 25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// request_handler.cpp
+// ~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #include "request_handler.hpp"
 #include <fstream>
 #include <sstream>

Index: request_handler.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/http/server/request_handler.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- request_handler.hpp 14 Jun 2006 22:26:32 -0000      1.1
+++ request_handler.hpp 25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// request_handler.hpp
+// ~~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #ifndef HTTP_REQUEST_HANDLER_HPP
 #define HTTP_REQUEST_HANDLER_HPP
 

Index: request_parser.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/http/server/request_parser.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- request_parser.cpp  14 Jun 2006 22:26:32 -0000      1.1
+++ request_parser.cpp  25 Jul 2006 11:04:00 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// request_parser.cpp
+// ~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #include "request_parser.hpp"
 #include "request.hpp"
 

Index: request_parser.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/http/server/request_parser.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- request_parser.hpp  14 Jun 2006 22:26:32 -0000      1.1
+++ request_parser.hpp  25 Jul 2006 11:04:01 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// request_parser.hpp
+// ~~~~~~~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #ifndef HTTP_REQUEST_PARSER_HPP
 #define HTTP_REQUEST_PARSER_HPP
 

Index: server.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/server.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- server.cpp  14 Jun 2006 22:26:32 -0000      1.1
+++ server.cpp  25 Jul 2006 11:04:01 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// server.cpp
+// ~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #include "server.hpp"
 #include <boost/bind.hpp>
 

Index: server.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/server.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- server.hpp  14 Jun 2006 22:26:32 -0000      1.1
+++ server.hpp  25 Jul 2006 11:04:01 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// server.hpp
+// ~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #ifndef HTTP_SERVER_HPP
 #define HTTP_SERVER_HPP
 

Index: win_main.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/win_main.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- win_main.cpp        14 Jun 2006 22:26:32 -0000      1.1
+++ win_main.cpp        25 Jul 2006 11:04:01 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// win_main.cpp
+// ~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
 #include <iostream>
 #include <string>
 #include <boost/asio.hpp>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to