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

Modified Files:
        Jamfile async_tcp_echo_server.cpp async_udp_echo_server.cpp 
        blocking_tcp_echo_client.cpp blocking_tcp_echo_server.cpp 
        blocking_udp_echo_client.cpp blocking_udp_echo_server.cpp 
Log Message:
Add copyright notices.

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

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

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

Index: blocking_tcp_echo_client.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/echo/blocking_tcp_echo_client.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- blocking_tcp_echo_client.cpp        14 Jun 2006 22:26:32 -0000      1.1
+++ blocking_tcp_echo_client.cpp        25 Jul 2006 11:03:59 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// blocking_tcp_echo_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 <cstdlib>
 #include <cstring>
 #include <iostream>

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

Index: blocking_udp_echo_client.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/echo/blocking_udp_echo_client.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- blocking_udp_echo_client.cpp        14 Jun 2006 22:26:32 -0000      1.1
+++ blocking_udp_echo_client.cpp        25 Jul 2006 11:03:59 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// blocking_udp_echo_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 <cstdlib>
 #include <cstring>
 #include <iostream>

Index: blocking_udp_echo_server.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/asio/example/echo/blocking_udp_echo_server.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- blocking_udp_echo_server.cpp        14 Jun 2006 22:26:32 -0000      1.1
+++ blocking_udp_echo_server.cpp        25 Jul 2006 11:03:59 -0000      1.2
@@ -1,3 +1,13 @@
+//
+// blocking_udp_echo_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 <cstdlib>
 #include <iostream>
 #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