$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: chris_at_[hidden]
Date: 2008-06-27 01:38:16
Author: chris_kohlhoff
Date: 2008-06-27 01:38:16 EDT (Fri, 27 Jun 2008)
New Revision: 46766
URL: http://svn.boost.org/trac/boost/changeset/46766
Log:
Add missing copyright notices.
Text files modified: 
   trunk/libs/asio/example/porthopper/client.cpp   |    10 ++++++++++                              
   trunk/libs/asio/example/porthopper/protocol.hpp |    10 ++++++++++                              
   trunk/libs/asio/example/porthopper/server.cpp   |    10 ++++++++++                              
   3 files changed, 30 insertions(+), 0 deletions(-)
Modified: trunk/libs/asio/example/porthopper/client.cpp
==============================================================================
--- trunk/libs/asio/example/porthopper/client.cpp	(original)
+++ trunk/libs/asio/example/porthopper/client.cpp	2008-06-27 01:38:16 EDT (Fri, 27 Jun 2008)
@@ -1,3 +1,13 @@
+//
+// client.cpp
+// ~~~~~~~~~~
+//
+// Copyright (c) 2003-2008 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/lambda/lambda.hpp>
 #include <boost/lambda/bind.hpp>
Modified: trunk/libs/asio/example/porthopper/protocol.hpp
==============================================================================
--- trunk/libs/asio/example/porthopper/protocol.hpp	(original)
+++ trunk/libs/asio/example/porthopper/protocol.hpp	2008-06-27 01:38:16 EDT (Fri, 27 Jun 2008)
@@ -1,3 +1,13 @@
+//
+// protocol.hpp
+// ~~~~~~~~~~~~
+//
+// Copyright (c) 2003-2008 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 PORTHOPPER_PROTOCOL_HPP
 #define PORTHOPPER_PROTOCOL_HPP
 
Modified: trunk/libs/asio/example/porthopper/server.cpp
==============================================================================
--- trunk/libs/asio/example/porthopper/server.cpp	(original)
+++ trunk/libs/asio/example/porthopper/server.cpp	2008-06-27 01:38:16 EDT (Fri, 27 Jun 2008)
@@ -1,3 +1,13 @@
+//
+// server.cpp
+// ~~~~~~~~~~
+//
+// Copyright (c) 2003-2008 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/shared_ptr.hpp>