]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/multi_array/algorithm.hpp
* src/MenuBackend.[Ch]: the specialMenu is now a real menu, not a
[lyx.git] / boost / boost / multi_array / algorithm.hpp
index 0d1d423f34f873ff87087c57224c7c1f892bfd2b..c749c3f974715cc63bcaf393bf49cf98b10bccc8 100644 (file)
 // representations about the suitability of this software for any
 // purpose.  It is provided "as is" without express or implied warranty.
 //
-// Copyright (C) 2002 Ronald Garcia
-//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies. 
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice 
-// that the code was modified is included with the copyright notice.
-//
-// This software is provided "as is" without express or implied warranty, 
-// and with no claim as to its suitability for any purpose.
-//
+
+// Copyright 2002 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)
+
+//  Boost.MultiArray Library
+//  Authors: Ronald Garcia
+//           Jeremy Siek
+//           Andrew Lumsdaine
+//  See http://www.boost.org/libs/multi_array for documentation.
 
 
 #include "boost/iterator.hpp"
 
 namespace boost {
-
+namespace detail {
+namespace multi_array {
 //--------------------------------------------------
 // copy_n (not part of the C++ standard)
 #if 1
@@ -94,7 +96,8 @@ copy_n(InputIter first, Size count, OutputIter result) {
 }
 
 #endif // 1
-
+} // namespace multi_array
+} // namespace detail
 } // namespace boost
 
 #endif // BOOST_ALGORITHM_RG071801_HPP