mirror of
https://github.com/boostorg/crc.git
synced 2026-01-19 04:12:07 +00:00
Moved some of my stuff to the Boost Software License, Version 1.0
[SVN r20681]
This commit is contained in:
9
crc.html
9
crc.html
@@ -633,11 +633,10 @@ interface, algorithms, and bug reports:</p>
|
||||
|
||||
<p>Revised: 15 June 2003</p>
|
||||
|
||||
<p>Copyright © Daryle Walker 2001, 2003. 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.</p>
|
||||
<p>Copyright 2001, 2003 Daryle Walker. 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>
|
||||
</html>
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
// Boost CRC example program 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/crc/> for the library's home page.
|
||||
|
||||
// Revision History
|
||||
// 17 Jun 2003 Initial version (Daryle Walker)
|
||||
|
||||
10
crc_test.cpp
10
crc_test.cpp
@@ -1,10 +1,10 @@
|
||||
// Boost CRC test program file ---------------------------------------------//
|
||||
|
||||
// Copyright (C) Daryle Walker 2001, 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 2001, 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/crc/> for the library's home page.
|
||||
|
||||
// Revision History
|
||||
// 23 Aug 2003 Adjust to updated Test framework (Daryle Walker)
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
// Boost CRC library crc.hpp header file -----------------------------------//
|
||||
|
||||
// (C) Copyright Daryle Walker 2001. 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 2001 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/crc for documentation.
|
||||
// See <http://www.boost.org/libs/crc/> for the library's home page.
|
||||
|
||||
#ifndef BOOST_CRC_HPP
|
||||
#define BOOST_CRC_HPP
|
||||
|
||||
@@ -52,11 +52,10 @@ a CRC that directly follows its data.</p>
|
||||
|
||||
<p>Revised: 14 May 2001</p>
|
||||
|
||||
<p>Copyright © Daryle Walker 2001. 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.</p>
|
||||
<p>Copyright 2001 Daryle Walker. 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>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user