Update of /cvsroot/boost/boost/boost/graph/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7269/detail

Modified Files:
      Tag: RC_1_34_0
        adjacency_list.hpp indexed_properties.hpp 
        read_graphviz_spirit.hpp 
Log Message:
(merge from head)
fixed almost all issues reported by the inspect tool in boost/graph/

Index: adjacency_list.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/graph/detail/adjacency_list.hpp,v
retrieving revision 1.138
retrieving revision 1.138.2.1
diff -u -d -r1.138 -r1.138.2.1
--- adjacency_list.hpp  27 Feb 2006 18:17:56 -0000      1.138
+++ adjacency_list.hpp  25 Jul 2006 23:12:38 -0000      1.138.2.1
@@ -59,11 +59,10 @@
 
 
   Note: it would be nice to merge some of the undirected and
-  bidirectional code... it is aweful similar.
+  bidirectional code... it is awful similar.
  */
 
 
-
 namespace boost {
 
   namespace detail {

Index: indexed_properties.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/graph/detail/indexed_properties.hpp,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- indexed_properties.hpp      9 Mar 2006 19:52:39 -0000       1.2
+++ indexed_properties.hpp      25 Jul 2006 23:12:38 -0000      1.2.2.1
@@ -1,7 +1,7 @@
 // Copyright 2005 The Trustees of Indiana University.
 
-// Use, modification and distribution is subject to the Boost Software
-// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// 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)
 
 //  Authors: Jeremiah Willcock

Index: read_graphviz_spirit.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/graph/detail/read_graphviz_spirit.hpp,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- read_graphviz_spirit.hpp    9 Mar 2006 16:16:09 -0000       1.12
+++ read_graphviz_spirit.hpp    25 Jul 2006 23:12:38 -0000      1.12.2.1
@@ -1,7 +1,7 @@
 // Copyright 2004-5 Trustees of Indiana University
 
-// Use, modification and distribution is subject to the Boost Software
-// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// 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)
 
 //


-------------------------------------------------------------------------
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