Correcting crunch's copyright. An IP Release Agreement was never signed by Richard Geldreich, Jr. to release this intellectual property to "Tenacious Software LLC" (a now long defunct Texas LLC), so I am removing this entity from the copyright. The proper crunch library copyright message is "Copyright (c) 2010-2016 Richard Geldreich, Jr. All rights reserved."

This commit is contained in:
richgel999
2019-06-15 00:35:13 -07:00
parent ea72a1df7c
commit 7c54efc80e
3 changed files with 5 additions and 7 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
crunch/crnlib v1.04 - Advanced DXTn texture compression library
Copyright (C) 2010-2017 Richard Geldreich, Jr., Tenacious Software, and Binomial LLC http://binomial.info
Note: Crunch was originally released with a copyright of "Richard Geldreich, Jr. and Tenacious Software LLC".
Tenacious Software LLC as an entity no longer exists.
Copyright (C) 2010-2017 Richard Geldreich, Jr. All rights reserved.
http://binomial.info
For bugs or support contact Binomial <info@binomial.info>.
+1 -1
View File
@@ -619,7 +619,7 @@ bool crn_decompress_block(const void *pSrc_block, crn_uint32 *pDst_pixels, crn_f
// crnlib uses the ZLIB license:
// http://opensource.org/licenses/Zlib
//
// Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC
// 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
+2 -2
View File
@@ -1,7 +1,7 @@
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., Tenacious Software, and Binomial LLC
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
@@ -17,7 +17,7 @@ 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., Tenacious Software, and Binomial LLC"
"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.