diff --git a/doc/index.html b/doc/index.html index a67b629..a58ad6a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -58,5 +58,11 @@ with/for the standard I/O library.


Revised: 26 Feb 2002

+ +

Copyright 2002 Boost.org. Use, +modification, and distribution are subject to the Boost Software +License, Version 1.0. (See accompanying file LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.

\ No newline at end of file diff --git a/doc/ios_state.html b/doc/ios_state.html index 379ec3f..cabc7a2 100644 --- a/doc/ios_state.html +++ b/doc/ios_state.html @@ -428,10 +428,9 @@ int main()

Revised: 13 March 2002

-

Copyright © Daryle Walker 2002. Permission to copy, use, -modify, sell and distribute this document is granted provided this -copyright notice appears in all copies. This document is provided -"as is" without express or implied warranty, and with no claim -as to its suitability for any purpose.

+

Copyright 2002 Daryle Walker. Use, modification, and distribution +are subject to the Boost Software License, Version 1.0. (See accompanying +file LICENSE_1_0.txt or a copy at +<http://www.boost.org/LICENSE_1_0.txt>.

- \ No newline at end of file + diff --git a/include/boost/io/ios_state.hpp b/include/boost/io/ios_state.hpp index c39c7a1..5dbcfcb 100644 --- a/include/boost/io/ios_state.hpp +++ b/include/boost/io/ios_state.hpp @@ -1,11 +1,10 @@ // Boost io/ios_state.hpp header file --------------------------------------// -// (C) Copyright Daryle Walker 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 2002 Daryle Walker. Use, modification, and distribution are +// subject to the Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or a copy at .) -// See http://www.boost.org for updates, documentation, and revision history. +// See for the library's home page. #ifndef BOOST_IO_IOS_STATE_HPP #define BOOST_IO_IOS_STATE_HPP diff --git a/include/boost/io_fwd.hpp b/include/boost/io_fwd.hpp index a00fc96..7a1d5c2 100644 --- a/include/boost/io_fwd.hpp +++ b/include/boost/io_fwd.hpp @@ -1,11 +1,10 @@ // Boost io_fwd.hpp header file --------------------------------------------// -// (C) Copyright boost.org 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 2002 Boost.org. Use, modification, and distribution are subject +// to the Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or a copy at .) -// See http://www.boost.org/libs/io for documentation. +// See for the library's home page. #ifndef BOOST_IO_FWD_HPP #define BOOST_IO_FWD_HPP diff --git a/test/Jamfile b/test/Jamfile index 3bae547..9710f71 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,12 +1,11 @@ # Boost.IO Library test Jamfile # -# Copyright (c) 2003 Daryle Walker +# Copyright 2003 Daryle Walker. Use, modification, and distribution +# are subject to the Boost Software License, Version 1.0. (See +# accompanying file LICENSE_1_0.txt or a copy at +# .) # -# 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. - +# See for the library's home page. subproject libs/io/test ; import testing ; diff --git a/test/ios_state_test.cpp b/test/ios_state_test.cpp index 3fe5bb8..1f7fa84 100644 --- a/test/ios_state_test.cpp +++ b/test/ios_state_test.cpp @@ -1,9 +1,10 @@ // Boost ios_state_test.cpp test file --------------------------------------// -// (C) Copyright Daryle Walker 2002, 2003. 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 2002, 2003 Daryle Walker. Use, modification, and distribution are +// subject to the Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or a copy at .) + +// See for the library's home page. // Revision History // 15 Jun 2003 Adjust to changes in Boost.Test (Daryle Walker) diff --git a/test/ios_state_unit_test.cpp b/test/ios_state_unit_test.cpp index 272c1f9..72ce7b5 100644 --- a/test/ios_state_unit_test.cpp +++ b/test/ios_state_unit_test.cpp @@ -1,9 +1,10 @@ // Boost ios_state_unit_test.cpp test file ---------------------------------// -// (C) Copyright Daryle Walker 2003. 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 Daryle Walker. Use, modification, and distribution are +// subject to the Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or a copy at .) + +// See for the library's home page. // Revision History // 12 Sep 2003 Initial version (Daryle Walker)