X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fprogress.hpp;h=bac280b0e159315f1188a79d40983fdcecf1f946;hb=b01a9dc187d9cd396a57463ad27511379dcdc9cd;hp=94aad0d2ca562a95a168317598811935bca2c70e;hpb=59b6a4701a8d2b5155af08cf758b4ca120201282;p=lyx.git diff --git a/boost/boost/progress.hpp b/boost/boost/progress.hpp index 94aad0d2ca..bac280b0e1 100644 --- a/boost/boost/progress.hpp +++ b/boost/boost/progress.hpp @@ -1,11 +1,10 @@ // boost progress.hpp header file ------------------------------------------// -// (C) Copyright Beman Dawes 1994-99. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// 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 for most recent version including documentation. +// See http://www.boost.org/libs/timer for documentation. // Revision History // 1 Dec 01 Add leading progress display strings (suggested by Toon Knapen)