]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/progress.hpp
How about if we write a script to do some of this and stop doing it
[lyx.git] / boost / boost / progress.hpp
index 9655fe800ce020881357eb0674fa47bfde60d642..fbbf04a7f2a4a833b75ceed60602217444b97ec0 100644 (file)
@@ -1,7 +1,8 @@
 //  boost progress.hpp header file  ------------------------------------------//
 
-//  Copyright Beman Dawes 1994-99.
-//  See accompanying license for terms and conditions of use.
+//  Copyright Beman Dawes 1994-99.  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)
 
 //  See http://www.boost.org/libs/timer for documentation.
 
@@ -50,7 +51,7 @@ class progress_timer : public timer, private noncopyable
       std::istream::fmtflags old_flags = m_os.setf( std::istream::fixed,
                                                    std::istream::floatfield );
       std::streamsize old_prec = m_os.precision( 2 );
-      m_os << elapsed() << " s\n" // "s" is System International d'Unités std
+      m_os << elapsed() << " s\n" // "s" is System International d'Unites std
                         << std::endl;
       m_os.flags( old_flags );
       m_os.precision( old_prec );