$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: Frank.Birbacher_at_[hidden]
Date: 2007-08-28 12:42:09
Author: birbacher
Date: 2007-08-28 12:42:08 EDT (Tue, 28 Aug 2007)
New Revision: 39042
URL: http://svn.boost.org/trac/boost/changeset/39042
Log:
added copyright notice to new source file
Text files modified: 
   sandbox-branches/birbacher/fix_iostreams/libs/iostreams/test/error_test.cpp |     6 ++++++                                  
   1 files changed, 6 insertions(+), 0 deletions(-)
Modified: sandbox-branches/birbacher/fix_iostreams/libs/iostreams/test/error_test.cpp
==============================================================================
--- sandbox-branches/birbacher/fix_iostreams/libs/iostreams/test/error_test.cpp	(original)
+++ sandbox-branches/birbacher/fix_iostreams/libs/iostreams/test/error_test.cpp	2007-08-28 12:42:08 EDT (Tue, 28 Aug 2007)
@@ -1,3 +1,9 @@
+// (C) Copyright Frank Birbacher 2007
+// 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.)
+
+// See http://www.boost.org/libs/iostreams for documentation.
+
 #include <boost/iostreams/categories.hpp>  // tags.
 #include <boost/iostreams/detail/ios.hpp>  // openmode, seekdir, int types.
 #include <boost/iostreams/detail/error.hpp>