$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53102 - trunk/libs/graph/test
From: asutton_at_[hidden]
Date: 2009-05-18 19:55:25
Author: asutton
Date: 2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
New Revision: 53102
URL: http://svn.boost.org/trac/boost/changeset/53102
Log:
Added copyright/licence infor to files.
Text files modified: 
   trunk/libs/graph/test/labeled_graph.cpp     |     2 +-                                      
   trunk/libs/graph/test/test_construction.hpp |     5 +++++                                   
   trunk/libs/graph/test/test_destruction.hpp  |     5 +++++                                   
   trunk/libs/graph/test/test_direction.hpp    |     5 +++++                                   
   trunk/libs/graph/test/test_graph.hpp        |     5 +++++                                   
   trunk/libs/graph/test/test_graphs.cpp       |     2 +-                                      
   trunk/libs/graph/test/test_iteration.hpp    |     5 +++++                                   
   trunk/libs/graph/test/test_properties.hpp   |     5 +++++                                   
   trunk/libs/graph/test/typestr.hpp           |     5 +++++                                   
   9 files changed, 37 insertions(+), 2 deletions(-)
Modified: trunk/libs/graph/test/labeled_graph.cpp
==============================================================================
--- trunk/libs/graph/test/labeled_graph.cpp	(original)
+++ trunk/libs/graph/test/labeled_graph.cpp	2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
@@ -1,4 +1,4 @@
-// (C) Copyright 2007-2009 Andrew Sutton
+// (C) Copyright 2009 Andrew Sutton
 //
 // Use, modification and distribution are subject to the
 // Boost Software License, Version 1.0 (See accompanying file
Modified: trunk/libs/graph/test/test_construction.hpp
==============================================================================
--- trunk/libs/graph/test/test_construction.hpp	(original)
+++ trunk/libs/graph/test/test_construction.hpp	2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
@@ -1,3 +1,8 @@
+// (C) Copyright 2009 Andrew Sutton
+//
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0 (See accompanying file
+// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef TEST_CONSTRUCTION_HPP
 #define TEST_CONSTRUCTION_HPP
Modified: trunk/libs/graph/test/test_destruction.hpp
==============================================================================
--- trunk/libs/graph/test/test_destruction.hpp	(original)
+++ trunk/libs/graph/test/test_destruction.hpp	2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
@@ -1,3 +1,8 @@
+// (C) Copyright 2009 Andrew Sutton
+//
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0 (See accompanying file
+// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef TEST_DESTRUCTION_HPP
 #define TEST_DESTRUCTION_HPP
Modified: trunk/libs/graph/test/test_direction.hpp
==============================================================================
--- trunk/libs/graph/test/test_direction.hpp	(original)
+++ trunk/libs/graph/test/test_direction.hpp	2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
@@ -1,3 +1,8 @@
+// (C) Copyright 2009 Andrew Sutton
+//
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0 (See accompanying file
+// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef TEST_DIRECTION_HPP
 #define TEST_DIRECTION_HPP
Modified: trunk/libs/graph/test/test_graph.hpp
==============================================================================
--- trunk/libs/graph/test/test_graph.hpp	(original)
+++ trunk/libs/graph/test/test_graph.hpp	2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
@@ -1,3 +1,8 @@
+// (C) Copyright 2009 Andrew Sutton
+//
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0 (See accompanying file
+// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef TEST_GRAPH_HPP
 #define TEST_GRAPH_HPP
Modified: trunk/libs/graph/test/test_graphs.cpp
==============================================================================
--- trunk/libs/graph/test/test_graphs.cpp	(original)
+++ trunk/libs/graph/test/test_graphs.cpp	2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
@@ -1,4 +1,4 @@
-// (C) Copyright 2007-2009 Andrew Sutton
+// (C) Copyright 2009 Andrew Sutton
 //
 // Use, modification and distribution are subject to the
 // Boost Software License, Version 1.0 (See accompanying file
Modified: trunk/libs/graph/test/test_iteration.hpp
==============================================================================
--- trunk/libs/graph/test/test_iteration.hpp	(original)
+++ trunk/libs/graph/test/test_iteration.hpp	2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
@@ -1,3 +1,8 @@
+// (C) Copyright 2009 Andrew Sutton
+//
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0 (See accompanying file
+// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef TEST_ITERATION_HPP
 #define TEST_ITERATION_HPP
Modified: trunk/libs/graph/test/test_properties.hpp
==============================================================================
--- trunk/libs/graph/test/test_properties.hpp	(original)
+++ trunk/libs/graph/test/test_properties.hpp	2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
@@ -1,3 +1,8 @@
+// (C) Copyright 2009 Andrew Sutton
+//
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0 (See accompanying file
+// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef TEST_PROPERTIES_HPP
 #define TEST_PROPERTIES_HPP
Modified: trunk/libs/graph/test/typestr.hpp
==============================================================================
--- trunk/libs/graph/test/typestr.hpp	(original)
+++ trunk/libs/graph/test/typestr.hpp	2009-05-18 19:55:22 EDT (Mon, 18 May 2009)
@@ -1,3 +1,8 @@
+// (C) Copyright 2009 Andrew Sutton
+//
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0 (See accompanying file
+// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef ORIGIN_TYPESTR_HPP
 #define ORIGIN_TYPESTR_HPP