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

Modified Files:
        Jamfile client.cpp connection.hpp server.cpp stock.hpp 
Log Message:
Add copyright notices.

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

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

Index: server.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/serialization/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:33 -0000      1.1
+++ server.cpp  25 Jul 2006 11:04:02 -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 <boost/asio.hpp>
 #include <boost/bind.hpp>
 #include <boost/lexical_cast.hpp>

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