From 20c35502cb6690fd1761e2df1e9cda4bb86cbb71 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 9 Oct 2008 18:05:35 +0000 Subject: [PATCH] Merged revisions 43283,43992,44388 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r43283 | bemandawes | 2008-02-16 18:01:32 -0800 (Sat, 16 Feb 2008) | 1 line Show output of example program ........ r43992 | marshall | 2008-04-01 18:42:32 -0700 (Tue, 01 Apr 2008) | 1 line Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages ........ r44388 | grafik | 2008-04-13 16:55:58 -0700 (Sun, 13 Apr 2008) | 1 line Move tokenizer tests into canonical test subdir structure. ........ [SVN r49216] --- include/boost/detail/utf8_codecvt_facet.hpp | 2 +- utf8_codecvt_facet.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/detail/utf8_codecvt_facet.hpp b/include/boost/detail/utf8_codecvt_facet.hpp index 3826ee6..ac7e7bf 100644 --- a/include/boost/detail/utf8_codecvt_facet.hpp +++ b/include/boost/detail/utf8_codecvt_facet.hpp @@ -1,4 +1,4 @@ -// Copyright © 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu) +// Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu) // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu). // Distributed under the Boost Software License, Version 1.0. (See accompany- // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/utf8_codecvt_facet.cpp b/utf8_codecvt_facet.cpp index 8a8c3ca..658ab6a 100644 --- a/utf8_codecvt_facet.cpp +++ b/utf8_codecvt_facet.cpp @@ -1,7 +1,7 @@ /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // utf8_codecvt_facet.cpp -// Copyright © 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu) +// Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu) // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu). // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at