1
0
forked from boostorg/io

Moved some of my stuff to the Boost Software License, Version 1.0

[SVN r20681]
This commit is contained in:
Daryle Walker
2003-11-05 07:04:53 +00:00
parent 4e999873c5
commit 30431241e2
7 changed files with 34 additions and 30 deletions
+5 -4
View File
@@ -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 <http://www.boost.org/LICENSE_1_0.txt>.)
// See <http://www.boost.org/libs/io/> for the library's home page.
// Revision History
// 12 Sep 2003 Initial version (Daryle Walker)