shared_container_iterator library: - updated Copyright and License notices - Added shared_iterator_test to the iterator test suite.

[SVN r22140]
This commit is contained in:
Ronald Garcia
2004-02-02 22:16:36 +00:00
committed by Peter Dimov
parent f86cd29f52
commit 67ac957273
3 changed files with 15 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
// (C) Copyright Ronald Garcia 2002. Permission to copy, use, modify, sell and // Copyright 2003 The Trustees of Indiana University.
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provided "as is" without express or implied // Use, modification and distribution is subject to the Boost Software
// warranty, and with no claim as to its suitability for any purpose. // 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_container_iterator.hpp"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"

View File

@@ -1,7 +1,8 @@
// (C) Copyright Ronald Garcia 2002. Permission to copy, use, modify, sell and // Copyright 2003 The Trustees of Indiana University.
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provided "as is" without express or implied // Use, modification and distribution is subject to the Boost Software
// warranty, and with no claim as to its suitability for any purpose. // 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_container_iterator.hpp"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"

View File

@@ -1,7 +1,8 @@
// (C) Copyright Ronald Garcia 2002. Permission to copy, use, modify, sell and // Copyright 2003 The Trustees of Indiana University.
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provided "as is" without express or implied // Use, modification and distribution is subject to the Boost Software
// warranty, and with no claim as to its suitability for any purpose. // 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_container_iterator.hpp"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"