Boost logo

Boost-Commit :

From: igaztanaga_at_[hidden]
Date: 2008-05-12 15:38:38


Author: igaztanaga
Date: 2008-05-12 15:38:37 EDT (Mon, 12 May 2008)
New Revision: 45306
URL: http://svn.boost.org/trac/boost/changeset/45306

Log:
Replaced non-ascii characters, ticket 1736
Text files modified:
   trunk/libs/interprocess/doc/Jamfile.v2 | 2 +-
   trunk/libs/interprocess/example/Jamfile.v2 | 2 +-
   trunk/libs/interprocess/test/Jamfile.v2 | 2 +-
   trunk/libs/intrusive/doc/Jamfile.v2 | 2 +-
   trunk/libs/intrusive/doc/intrusive.qbk | 4 ++--
   trunk/libs/intrusive/example/Jamfile.v2 | 2 +-
   trunk/libs/intrusive/perf/Jamfile.v2 | 2 +-
   trunk/libs/intrusive/test/Jamfile.v2 | 2 +-
   8 files changed, 9 insertions(+), 9 deletions(-)

Modified: trunk/libs/interprocess/doc/Jamfile.v2
==============================================================================
--- trunk/libs/interprocess/doc/Jamfile.v2 (original)
+++ trunk/libs/interprocess/doc/Jamfile.v2 2008-05-12 15:38:37 EDT (Mon, 12 May 2008)
@@ -1,6 +1,6 @@
 # Boost.Interprocess library documentation Jamfile ---------------------------------
 #
-# Copyright Ion Gaztañaga 2005-2007. Use, modification and
+# Copyright Ion Gaztanaga 2005-2007. Use, modification and
 # distribution is subject to 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/interprocess/example/Jamfile.v2
==============================================================================
--- trunk/libs/interprocess/example/Jamfile.v2 (original)
+++ trunk/libs/interprocess/example/Jamfile.v2 2008-05-12 15:38:37 EDT (Mon, 12 May 2008)
@@ -1,6 +1,6 @@
 # Boost Interprocess Library Example Jamfile
 
-# (C) Copyright Ion Gaztañaga 2006.
+# (C) Copyright Ion Gaztanaga 2006.
 # Use, modification and distribution are subject to 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/interprocess/test/Jamfile.v2
==============================================================================
--- trunk/libs/interprocess/test/Jamfile.v2 (original)
+++ trunk/libs/interprocess/test/Jamfile.v2 2008-05-12 15:38:37 EDT (Mon, 12 May 2008)
@@ -1,6 +1,6 @@
 # Boost Interprocess Library Test Jamfile
 
-# (C) Copyright Ion Gaztañaga 2006.
+# (C) Copyright Ion Gaztanaga 2006.
 # Use, modification and distribution are subject to 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/intrusive/doc/Jamfile.v2
==============================================================================
--- trunk/libs/intrusive/doc/Jamfile.v2 (original)
+++ trunk/libs/intrusive/doc/Jamfile.v2 2008-05-12 15:38:37 EDT (Mon, 12 May 2008)
@@ -1,6 +1,6 @@
 # Boost.Intrusive library documentation Jamfile
 #
-# Copyright Ion Gaztañaga 2006.
+# Copyright Ion Gaztanaga 2006.
 # 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/intrusive/doc/intrusive.qbk
==============================================================================
--- trunk/libs/intrusive/doc/intrusive.qbk (original)
+++ trunk/libs/intrusive/doc/intrusive.qbk 2008-05-12 15:38:37 EDT (Mon, 12 May 2008)
@@ -3473,10 +3473,10 @@
 
 * [*Olaf Krzikalla] for the permission to continue his great work.
 
-* [*Joaquín M. López Muñoz] for his thorough review, help, and ideas.
+* [*Joaquin M. Lopez Munoz] for his thorough review, help, and ideas.
 
 * [*Cory Nelson], [*Daniel James], [*Dave Harris], [*Guillaume Melquiond],
- [*Henri Bavestrello], [*Hervé Brönnimann], [*Kai Brüning], [*Kevin Sopp],
+ [*Henri Bavestrello], [*Herve Bronnimann], [*Kai Bruning], [*Kevin Sopp],
    [*Paul Rose], [*Pavel Vozelinek], [*Howard Hinnant], [*Olaf Krzikalla],
    [*Samuel Debionne], [*Stjepan Rajko], [*Thorsten Ottosen], [*Tobias Schwinger],
    [*Tom Brinkman] and [*Steven Watanabe]

Modified: trunk/libs/intrusive/example/Jamfile.v2
==============================================================================
--- trunk/libs/intrusive/example/Jamfile.v2 (original)
+++ trunk/libs/intrusive/example/Jamfile.v2 2008-05-12 15:38:37 EDT (Mon, 12 May 2008)
@@ -1,6 +1,6 @@
 # Boost Intrusive Library Example Jamfile
 
-# (C) Copyright Ion Gaztañaga 2006-2007.
+# (C) Copyright Ion Gaztanaga 2006-2007.
 # Use, modification and distribution are subject to 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/intrusive/perf/Jamfile.v2
==============================================================================
--- trunk/libs/intrusive/perf/Jamfile.v2 (original)
+++ trunk/libs/intrusive/perf/Jamfile.v2 2008-05-12 15:38:37 EDT (Mon, 12 May 2008)
@@ -1,6 +1,6 @@
 # Boost Intrusive Library Performance test Jamfile
 
-# (C) Copyright Ion Gaztañaga 2006-2007.
+# (C) Copyright Ion Gaztanaga 2006-2007.
 # Use, modification and distribution are subject to 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/intrusive/test/Jamfile.v2
==============================================================================
--- trunk/libs/intrusive/test/Jamfile.v2 (original)
+++ trunk/libs/intrusive/test/Jamfile.v2 2008-05-12 15:38:37 EDT (Mon, 12 May 2008)
@@ -1,5 +1,5 @@
 # Boost Intrusive Library Test Jamfile
-# (C) Copyright Ion Gaztañaga 2006.
+# (C) Copyright Ion Gaztanaga 2006.
 # Use, modification and distribution are subject to 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)


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