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:
@@ -1,8 +1,6 @@
|
|||||||
crunch/crnlib v1.04 - Advanced DXTn texture compression library
|
crunch/crnlib v1.04 - Advanced DXTn texture compression library
|
||||||
Copyright (C) 2010-2017 Richard Geldreich, Jr., Tenacious Software, and Binomial LLC http://binomial.info
|
Copyright (C) 2010-2017 Richard Geldreich, Jr. All rights reserved.
|
||||||
|
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.
|
|
||||||
|
|
||||||
For bugs or support contact Binomial <info@binomial.info>.
|
For bugs or support contact Binomial <info@binomial.info>.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -619,7 +619,7 @@ bool crn_decompress_block(const void *pSrc_block, crn_uint32 *pDst_pixels, crn_f
|
|||||||
// crnlib uses the ZLIB license:
|
// crnlib uses the ZLIB license:
|
||||||
// http://opensource.org/licenses/Zlib
|
// 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
|
// This software is provided 'as-is', without any express or implied
|
||||||
// warranty. In no event will the authors be held liable for any damages
|
// warranty. In no event will the authors be held liable for any damages
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
crunch/crnlib uses a modified ZLIB license. Specifically, it's the same as zlib except that
|
crunch/crnlib uses a modified ZLIB license. Specifically, it's the same as zlib except that
|
||||||
public credits for using the library are *required*.
|
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
|
This software is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the authors be held liable for any damages
|
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
|
2. If you use this software in a product, this acknowledgment in the product
|
||||||
documentation or credits is required:
|
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
|
3. Altered source versions must be plainly marked as such, and must not be
|
||||||
misrepresented as being the original software.
|
misrepresented as being the original software.
|
||||||
|
|||||||
Reference in New Issue
Block a user