diff --git a/README.md b/README.md index a5efc28..817a8ce 100644 --- a/README.md +++ b/README.md @@ -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 . diff --git a/inc/crnlib.h b/inc/crnlib.h index 1c3e078..abcb0e2 100644 --- a/inc/crnlib.h +++ b/inc/crnlib.h @@ -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 diff --git a/license.txt b/license.txt index d336fbc..a24f762 100644 --- a/license.txt +++ b/license.txt @@ -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.