diff --git a/shared_iterator_example1.cpp b/shared_iterator_example1.cpp index a6a8235..f88e094 100644 --- a/shared_iterator_example1.cpp +++ b/shared_iterator_example1.cpp @@ -1,7 +1,8 @@ -// (C) Copyright Ronald Garcia 2002. 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 2003 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) #include "boost/shared_container_iterator.hpp" #include "boost/shared_ptr.hpp" diff --git a/shared_iterator_example2.cpp b/shared_iterator_example2.cpp index 10659f7..a957707 100644 --- a/shared_iterator_example2.cpp +++ b/shared_iterator_example2.cpp @@ -1,7 +1,8 @@ -// (C) Copyright Ronald Garcia 2002. 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 2003 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) #include "boost/shared_container_iterator.hpp" #include "boost/shared_ptr.hpp" diff --git a/shared_iterator_example3.cpp b/shared_iterator_example3.cpp index 9a492f8..5615d45 100644 --- a/shared_iterator_example3.cpp +++ b/shared_iterator_example3.cpp @@ -1,7 +1,8 @@ -// (C) Copyright Ronald Garcia 2002. 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 2003 The Trustees of Indiana University. + +// Use, modification and distribution is subject to 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) #include "boost/shared_container_iterator.hpp" #include "boost/shared_ptr.hpp"