Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52295 - in trunk: boost/graph libs/graph/example libs/graph/test
From: jewillco_at_[hidden]
Date: 2009-04-09 11:27:52


Author: jewillco
Date: 2009-04-09 11:27:50 EDT (Thu, 09 Apr 2009)
New Revision: 52295
URL: http://svn.boost.org/trac/boost/changeset/52295

Log:
Replaced non-ASCII names with ASCII approximations
Text files modified:
   trunk/boost/graph/adjacency_list_io.hpp | 2 +-
   trunk/boost/graph/property_iter_range.hpp | 2 +-
   trunk/libs/graph/example/adjacency_list_io.cpp | 2 +-
   trunk/libs/graph/example/property_iterator.cpp | 4 ++--
   trunk/libs/graph/test/property_iter.cpp | 2 +-
   5 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/boost/graph/adjacency_list_io.hpp
==============================================================================
--- trunk/boost/graph/adjacency_list_io.hpp (original)
+++ trunk/boost/graph/adjacency_list_io.hpp 2009-04-09 11:27:50 EDT (Thu, 09 Apr 2009)
@@ -1,6 +1,6 @@
 //=======================================================================
 // Copyright 2001 Universite Joseph Fourier, Grenoble.
-// Author: François Faure
+// Author: Francois Faure
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Modified: trunk/boost/graph/property_iter_range.hpp
==============================================================================
--- trunk/boost/graph/property_iter_range.hpp (original)
+++ trunk/boost/graph/property_iter_range.hpp 2009-04-09 11:27:50 EDT (Thu, 09 Apr 2009)
@@ -12,7 +12,7 @@
 // differentiate between const/mutable graphs and
 // added a workaround to avoid partial specialization.
 
-// 02 May 2001 François Faure
+// 02 May 2001 Francois Faure
 // Initial version.
 
 #ifndef BOOST_GRAPH_PROPERTY_ITER_RANGE_HPP

Modified: trunk/libs/graph/example/adjacency_list_io.cpp
==============================================================================
--- trunk/libs/graph/example/adjacency_list_io.cpp (original)
+++ trunk/libs/graph/example/adjacency_list_io.cpp 2009-04-09 11:27:50 EDT (Thu, 09 Apr 2009)
@@ -1,4 +1,4 @@
-// (C) Copyright François Faure 2001
+// (C) Copyright Francois Faure 2001
 // 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)

Modified: trunk/libs/graph/example/property_iterator.cpp
==============================================================================
--- trunk/libs/graph/example/property_iterator.cpp (original)
+++ trunk/libs/graph/example/property_iterator.cpp 2009-04-09 11:27:50 EDT (Thu, 09 Apr 2009)
@@ -1,5 +1,5 @@
 
-// (C) Copyright François Faure, iMAGIS-GRAVIR / UJF, 2001.
+// (C) Copyright Francois Faure, iMAGIS-GRAVIR / UJF, 2001.
 
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at
@@ -8,7 +8,7 @@
 // Revision History:
 // 03 May 2001 Jeremy Siek
 // Moved property iterator code to headers.
-// 02 May 2001 François Faure
+// 02 May 2001 Francois Faure
 // Initial version.
 
 #include <boost/graph/adjacency_list_io.hpp>

Modified: trunk/libs/graph/test/property_iter.cpp
==============================================================================
--- trunk/libs/graph/test/property_iter.cpp (original)
+++ trunk/libs/graph/test/property_iter.cpp 2009-04-09 11:27:50 EDT (Thu, 09 Apr 2009)
@@ -4,7 +4,7 @@
 // Railway Construction and Operation,
 // University of Hanover, Germany
 //
-// Author: Jürgen Hunold
+// Author: Juergen Hunold
 //
 // Use, modification and distribution are subject to the
 // Boost Software License, Version 1.0. (See accompanying file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk