mirror of
https://github.com/boostorg/io.git
synced 2025-07-30 12:27:13 +02:00
Moved some of my stuff to the Boost Software License, Version 1.0
[SVN r20681]
This commit is contained in:
@ -58,5 +58,11 @@ with/for the standard I/O library.</p>
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<p>Revised: 26 Feb 2002</p>
|
<p>Revised: 26 Feb 2002</p>
|
||||||
|
|
||||||
|
<p>Copyright 2002 <a href="http://www.boost.org/">Boost.org</a>. Use,
|
||||||
|
modification, and distribution are subject to the Boost Software
|
||||||
|
License, Version 1.0. (See accompanying file <a
|
||||||
|
href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or a copy at <<a
|
||||||
|
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -428,10 +428,9 @@ int main()
|
|||||||
|
|
||||||
<p>Revised: 13 March 2002</p>
|
<p>Revised: 13 March 2002</p>
|
||||||
|
|
||||||
<p>Copyright © Daryle Walker 2002. Permission to copy, use,
|
<p>Copyright 2002 Daryle Walker. Use, modification, and distribution
|
||||||
modify, sell and distribute this document is granted provided this
|
are subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
copyright notice appears in all copies. This document is provided
|
file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or a copy at
|
||||||
"as is" without express or implied warranty, and with no claim
|
<<a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>>.</p>
|
||||||
as to its suitability for any purpose.</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
// Boost io/ios_state.hpp header file --------------------------------------//
|
// Boost io/ios_state.hpp header file --------------------------------------//
|
||||||
|
|
||||||
// (C) Copyright Daryle Walker 2002. Permission to copy, use, modify, sell and
|
// Copyright 2002 Daryle Walker. Use, modification, and distribution are
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// subject to the Boost Software License, Version 1.0. (See accompanying file
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
|
||||||
|
|
||||||
// See http://www.boost.org for updates, documentation, and revision history.
|
// See <http://www.boost.org/libs/io/> for the library's home page.
|
||||||
|
|
||||||
#ifndef BOOST_IO_IOS_STATE_HPP
|
#ifndef BOOST_IO_IOS_STATE_HPP
|
||||||
#define BOOST_IO_IOS_STATE_HPP
|
#define BOOST_IO_IOS_STATE_HPP
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
// Boost io_fwd.hpp header file --------------------------------------------//
|
// Boost io_fwd.hpp header file --------------------------------------------//
|
||||||
|
|
||||||
// (C) Copyright boost.org 2002. Permission to copy, use, modify, sell and
|
// Copyright 2002 Boost.org. Use, modification, and distribution are subject
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// to the Boost Software License, Version 1.0. (See accompanying file
|
||||||
// in all copies. This software is provided "as is" without express or
|
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||||
// implied warranty, and with no claim as to its suitability for any purpose.
|
|
||||||
|
|
||||||
// See http://www.boost.org/libs/io for documentation.
|
// See <http://www.boost.org/libs/io/> for the library's home page.
|
||||||
|
|
||||||
#ifndef BOOST_IO_FWD_HPP
|
#ifndef BOOST_IO_FWD_HPP
|
||||||
#define BOOST_IO_FWD_HPP
|
#define BOOST_IO_FWD_HPP
|
||||||
|
11
test/Jamfile
11
test/Jamfile
@ -1,12 +1,11 @@
|
|||||||
# Boost.IO Library test Jamfile
|
# 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
|
||||||
|
# <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||||
#
|
#
|
||||||
# Permission to copy, use, modify, sell and distribute this software
|
# See <http://www.boost.org/libs/io/> for the library's home page.
|
||||||
# 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.
|
|
||||||
|
|
||||||
subproject libs/io/test ;
|
subproject libs/io/test ;
|
||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
// Boost ios_state_test.cpp test file --------------------------------------//
|
// Boost ios_state_test.cpp test file --------------------------------------//
|
||||||
|
|
||||||
// (C) Copyright Daryle Walker 2002, 2003. Permission to copy, use, modify,
|
// Copyright 2002, 2003 Daryle Walker. Use, modification, and distribution are
|
||||||
// sell and distribute this software is granted provided this copyright notice
|
// subject to the Boost Software License, Version 1.0. (See accompanying file
|
||||||
// appears in all copies. This software is provided "as is" without express or
|
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||||
// implied warranty, and with no claim as to its suitability for any purpose.
|
|
||||||
|
// See <http://www.boost.org/libs/io/> for the library's home page.
|
||||||
|
|
||||||
// Revision History
|
// Revision History
|
||||||
// 15 Jun 2003 Adjust to changes in Boost.Test (Daryle Walker)
|
// 15 Jun 2003 Adjust to changes in Boost.Test (Daryle Walker)
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
// Boost ios_state_unit_test.cpp test file ---------------------------------//
|
// Boost ios_state_unit_test.cpp test file ---------------------------------//
|
||||||
|
|
||||||
// (C) Copyright Daryle Walker 2003. Permission to copy, use, modify, sell and
|
// Copyright 2003 Daryle Walker. Use, modification, and distribution are
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// subject to the Boost Software License, Version 1.0. (See accompanying file
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
|
||||||
|
// See <http://www.boost.org/libs/io/> for the library's home page.
|
||||||
|
|
||||||
// Revision History
|
// Revision History
|
||||||
// 12 Sep 2003 Initial version (Daryle Walker)
|
// 12 Sep 2003 Initial version (Daryle Walker)
|
||||||
|
Reference in New Issue
Block a user