Removing copyright. This software is now entirely in the public domain.

This commit is contained in:
richgel999
2020-09-15 14:12:38 -04:00
parent 44c8402e24
commit 57353fa9ac
137 changed files with 186 additions and 245 deletions
+1 -31
View File
@@ -1,6 +1,5 @@
// File: crn_decomp.h - Fast CRN->DXTc texture transcoder header file library
// Copyright (c) 2010-2016 Richard Geldreich, Jr. All rights reserved.
// See Copyright Notice and license at the end of this file.
// This software is in the public domain. Please see license.txt.
//
// This single header file contains *all* of the code necessary to unpack .CRN files to raw DXTn bits.
// It does NOT depend on the crn compression library.
@@ -4811,33 +4810,4 @@ namespace crnd
#endif // CRND_HEADER_FILE_ONLY
//------------------------------------------------------------------------------
//
// crunch/crnlib uses a modified ZLIB license. Specifically, it's the same as zlib except that
// public credits for using the library are *required*.
//
// Copyright (c) 2010-2016 Richard Geldreich, Jr. All rights reserved.
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
// arising from the use of this software.
//
// Permission is granted to anyone to use this software for any purpose,
// including commercial applications, and to alter it and redistribute it
// freely, subject to the following restrictions:
//
// 1. The origin of this software must not be misrepresented; you must not
// claim that you wrote the original software.
//
// 2. If you use this software in a product, this acknowledgment in the product
// documentation or credits is required:
//
// "Crunch Library Copyright (c) 2010-2016 Richard Geldreich, Jr."
//
// 3. Altered source versions must be plainly marked as such, and must not be
// misrepresented as being the original software.
//
// 4. This notice may not be removed or altered from any source distribution.
//
//------------------------------------------------------------------------------
+1 -31
View File
@@ -1,6 +1,5 @@
// File: crnlib.h - Advanced DXTn texture compression library.
// Copyright (c) 2010-2016 Richard Geldreich, Jr. All rights reserved.
// See copyright notice and license at the end of this file.
// This software is in the public domain. Please see license.txt.
//
// This header file contains the public crnlib declarations for DXTn,
// clustered DXTn, and CRN compression/decompression.
@@ -614,32 +613,3 @@ bool crn_decompress_block(const void *pSrc_block, crn_uint32 *pDst_pixels, crn_f
#endif // CRNLIB_H
//------------------------------------------------------------------------------
//
// crunch/crnlib uses a modified ZLIB license. Specifically, it's the same as zlib except that
// public credits for using the library are *required*.
//
// Copyright (c) 2010-2016 Richard Geldreich, Jr. All rights reserved.
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
// arising from the use of this software.
//
// Permission is granted to anyone to use this software for any purpose,
// including commercial applications, and to alter it and redistribute it
// freely, subject to the following restrictions:
//
// 1. The origin of this software must not be misrepresented; you must not
// claim that you wrote the original software.
//
// 2. If you use this software in a product, this acknowledgment in the product
// documentation or credits is required:
//
// "Crunch Library Copyright (c) 2010-2016 Richard Geldreich, Jr."
//
// 3. Altered source versions must be plainly marked as such, and must not be
// misrepresented as being the original software.
//
// 4. This notice may not be removed or altered from any source distribution.
//
//------------------------------------------------------------------------------