Update of /cvsroot/boost/boost/boost/date_time
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13575

Modified Files:
      Tag: RC_1_34_0
        period.hpp 
Log Message:
use new license reference text; silence inspect tool false positives about 
min/max

Index: period.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/date_time/period.hpp,v
retrieving revision 1.14
retrieving revision 1.14.6.1
diff -u -d -r1.14 -r1.14.6.1
--- period.hpp  24 Jul 2005 23:47:50 -0000      1.14
+++ period.hpp  17 Jul 2006 03:56:05 -0000      1.14.6.1
@@ -1,10 +1,13 @@
 #ifndef DATE_TIME_PERIOD_HPP___
 #define DATE_TIME_PERIOD_HPP___
 
-/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
- * Use, modification and distribution is subject to the 
- * Boost Software License, Version 1.0. (See accompanying
- * file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
+/*    Copyright (c) 2002,2003 CrystalClear Software, Inc.
+ *
+ * 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)
+ *
+ *
  * Author: Jeff Garland, Bart Garst 
  * $Date$
  */
@@ -322,8 +325,8 @@
 
   //! Combine two periods with earliest start and latest end.
   /*! Combines two periods and any gap between them such that 
-   *  start = min(p1.start, p2.start)
-   *  end   = max(p1.end  , p2.end)
+   *  start = minimum(p1.start, p2.start)
+   *  end   = maximum(p1.end  , p2.end)
    [EMAIL PROTECTED]
    *        [---p1---)
    *                       [---p2---)



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to