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

Modified Files:
        Jamfile accept_timeout.cpp connect_timeout.cpp 
        datagram_receive_timeout.cpp stream_receive_timeout.cpp 
Log Message:
Add copyright notices.

Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/timeouts/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:03 -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/timeouts ;
 
 project boost : $(BOOST_ROOT) ;

Index: accept_timeout.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/timeouts/accept_timeout.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- accept_timeout.cpp  14 Jun 2006 22:26:33 -0000      1.1
+++ accept_timeout.cpp  25 Jul 2006 11:04:03 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// accept_timeout.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 <boost/date_time/posix_time/posix_time_types.hpp>

Index: connect_timeout.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/timeouts/connect_timeout.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- connect_timeout.cpp 14 Jun 2006 22:26:33 -0000      1.1
+++ connect_timeout.cpp 25 Jul 2006 11:04:03 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// connect_timeout.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 <boost/date_time/posix_time/posix_time_types.hpp>

Index: datagram_receive_timeout.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/timeouts/datagram_receive_timeout.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- datagram_receive_timeout.cpp        14 Jun 2006 22:26:33 -0000      1.1
+++ datagram_receive_timeout.cpp        25 Jul 2006 11:04:03 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// datagram_receive_timeout.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 <boost/date_time/posix_time/posix_time_types.hpp>

Index: stream_receive_timeout.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/timeouts/stream_receive_timeout.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stream_receive_timeout.cpp  14 Jun 2006 22:26:33 -0000      1.1
+++ stream_receive_timeout.cpp  25 Jul 2006 11:04:03 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// stream_receive_timeout.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 <boost/date_time/posix_time/posix_time_types.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