2
0
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:
Daryle Walker
2003-11-05 07:04:53 +00:00
parent eed54008fe
commit a3092c7d33
5 changed files with 22 additions and 24 deletions

View File

@@ -633,11 +633,10 @@ interface, algorithms, and bug reports:</p>
<p>Revised: 15 June 2003</p>
<p>Copyright &copy; 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
&quot;as is&quot; 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
&lt;<a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>&gt;.</p>
</body>
</html>

View File

@@ -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)

View File

@@ -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)

View File

@@ -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

View File

@@ -52,11 +52,10 @@ a CRC that directly follows its data.</p>
<p>Revised: 14 May 2001</p>
<p>Copyright &copy; 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
&quot;as is&quot; 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
&lt;<a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>&gt;.</p>
</body>
</html>