From c755b032608299adaef3d5e3611cd4c072e6077d Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Sun, 23 Nov 2003 03:37:47 +0000 Subject: [PATCH] license update [SVN r20914] --- src/gregorian/date_generators.cpp | 22 +++++++--------------- src/gregorian/greg_month.cpp | 22 +++++++--------------- src/gregorian/greg_weekday.cpp | 22 +++++++--------------- src/gregorian/gregorian_types.cpp | 20 ++++++-------------- 4 files changed, 27 insertions(+), 59 deletions(-) diff --git a/src/gregorian/date_generators.cpp b/src/gregorian/date_generators.cpp index b0359fe..21f781a 100644 --- a/src/gregorian/date_generators.cpp +++ b/src/gregorian/date_generators.cpp @@ -1,10 +1,13 @@ - - -/* Copyright (c) 2003 CrystalClear Software, Inc. - * Disclaimer & Full Copyright at end of file +/* 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) * Author: Jeff Garland, Bart Garst + * $Date$ */ + + #ifndef BOOST_DATE_TIME_SOURCE #define BOOST_DATE_TIME_SOURCE #endif @@ -32,15 +35,4 @@ namespace date_time { -/* Copyright (c) 2003 - * CrystalClear Software, Inc. - * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. CrystalClear Software makes no - * representations about the suitability of this software for any - * purpose. It is provided "as is" without express or implied warranty. - */ diff --git a/src/gregorian/greg_month.cpp b/src/gregorian/greg_month.cpp index 1eb9485..9512910 100644 --- a/src/gregorian/greg_month.cpp +++ b/src/gregorian/greg_month.cpp @@ -1,10 +1,13 @@ - - -/* Copyright (c) 2000 CrystalClear Software, Inc. - * Disclaimer & Full Copyright at end of file +/* 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) * Author: Jeff Garland, Bart Garst + * $Date$ */ + + #ifndef BOOST_DATE_TIME_SOURCE #define BOOST_DATE_TIME_SOURCE #endif @@ -69,16 +72,5 @@ namespace gregorian { -/* Copyright (c) 2000 - * CrystalClear Software, Inc. - * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. CrystalClear Software makes no - * representations about the suitability of this software for any - * purpose. It is provided "as is" without express or implied warranty. - */ diff --git a/src/gregorian/greg_weekday.cpp b/src/gregorian/greg_weekday.cpp index a5cc4ba..3f6d731 100644 --- a/src/gregorian/greg_weekday.cpp +++ b/src/gregorian/greg_weekday.cpp @@ -1,10 +1,13 @@ - - -/* Copyright (c) 2000 CrystalClear Software, Inc. - * Disclaimer & Full Copyright at end of file +/* 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) * Author: Jeff Garland, Bart Garst + * $Date$ */ + + #ifndef BOOST_DATE_TIME_SOURCE #define BOOST_DATE_TIME_SOURCE #endif @@ -35,14 +38,3 @@ namespace gregorian { } } //namespace gregorian -/* Copyright (c) 2000 - * CrystalClear Software, Inc. - * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. CrystalClear Software makes no - * representations about the suitability of this software for any - * purpose. It is provided "as is" without express or implied warranty. - */ diff --git a/src/gregorian/gregorian_types.cpp b/src/gregorian/gregorian_types.cpp index c4f9e4a..118e00d 100644 --- a/src/gregorian/gregorian_types.cpp +++ b/src/gregorian/gregorian_types.cpp @@ -1,9 +1,12 @@ - -/* Copyright (c) 2002 CrystalClear Software, Inc. - * Disclaimer & Full Copyright at end of file +/* 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) * Author: Jeff Garland + * $Date$ */ + /** @defgroup date_basics Date Basics This page summarizes some of the key user types and functions needed to write programs using the gregorian date system. This is not a @@ -57,14 +60,3 @@ -/* Copyright (c) 2002 - * CrystalClear Software, Inc. - * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. CrystalClear Software makes no - * representations about the suitability of this software for any - * purpose. It is provided "as is" without express or implied warranty. - */