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

Modified Files:
        Jamfile basic_logger.hpp daytime_client.cpp logger.hpp 
        logger_service.hpp stream_socket_service.hpp 
Log Message:
Add copyright notices.

Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/services/Jamfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile     14 Jun 2006 22:26:33 -0000      1.1
+++ Jamfile     25 Jul 2006 11:04:02 -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/services ;
 
 project boost : $(BOOST_ROOT) ;

Index: basic_logger.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/services/basic_logger.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basic_logger.hpp    14 Jun 2006 22:26:33 -0000      1.1
+++ basic_logger.hpp    25 Jul 2006 11:04:02 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// basic_logger.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 SERVICES_BASIC_LOGGER_HPP
 #define SERVICES_BASIC_LOGGER_HPP
 

Index: daytime_client.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/services/daytime_client.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- daytime_client.cpp  14 Jun 2006 22:26:33 -0000      1.1
+++ daytime_client.cpp  25 Jul 2006 11:04:02 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// daytime_client.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 <boost/asio.hpp>
 #include <boost/bind.hpp>
 #include <iostream>

Index: logger.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/services/logger.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- logger.hpp  14 Jun 2006 22:26:33 -0000      1.1
+++ logger.hpp  25 Jul 2006 11:04:02 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// logger.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 SERVICES_LOGGER_HPP
 #define SERVICES_LOGGER_HPP
 

Index: logger_service.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/services/logger_service.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- logger_service.hpp  14 Jun 2006 22:26:33 -0000      1.1
+++ logger_service.hpp  25 Jul 2006 11:04:02 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// logger_service.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 SERVICES_LOGGER_SERVICE_HPP
 #define SERVICES_LOGGER_SERVICE_HPP
 

Index: stream_socket_service.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/services/stream_socket_service.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stream_socket_service.hpp   14 Jun 2006 22:26:33 -0000      1.1
+++ stream_socket_service.hpp   25 Jul 2006 11:04:02 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// stream_socket_service.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 SERVICES_STREAM_SOCKET_SERVICE_HPP
 #define SERVICES_STREAM_SOCKET_SERVICE_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