diff --git a/crnlib/crn_core.cpp b/crnlib/crn_core.cpp index 6143593..8dca8c5 100644 --- a/crnlib/crn_core.cpp +++ b/crnlib/crn_core.cpp @@ -8,7 +8,7 @@ namespace crnlib { - const char *g_copyright_str = "Copyright (c) 2010-2016 Binomial LLC"; + const char *g_copyright_str = "Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC"; const char *g_sig_str = "C8cfRlaorj0wLtnMSxrBJxTC85rho2L9hUZKHcBL"; } // namespace crnlib diff --git a/crunch/crunch.cpp b/crunch/crunch.cpp index 1851434..782f6da 100644 --- a/crunch/crunch.cpp +++ b/crunch/crunch.cpp @@ -1254,7 +1254,7 @@ static bool check_for_option(int argc, char *argv[], const char *pOption) static void print_title() { console::printf("crunch: Advanced DXTn Texture Compressor - https://github.com/BinomialLLC/crunch"); - console::printf("Copyright (c) 2010-2016 Binomial LLC"); + console::printf("Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC"); console::printf("crnlib version v%u.%02u %s Built %s, %s", CRNLIB_VERSION / 100U, CRNLIB_VERSION % 100U, crnlib_is_x64() ? "x64" : "x86", __DATE__, __TIME__); console::printf(""); } diff --git a/example1/example1.cpp b/example1/example1.cpp index f6ac785..69d1a89 100644 --- a/example1/example1.cpp +++ b/example1/example1.cpp @@ -33,7 +33,7 @@ const int cDefaultCRNQualityLevel = 128; static int print_usage() { printf("Description: Simple crnlib API example program.\n"); - printf("Copyright (c) 2010-2016 Binomial LLC\n"); + printf("Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC\n"); printf("Usage: example1 [mode: i/c/d] [source_file] [options]\n"); printf("\nModes:\n"); printf("c: Compress to .DDS or .CRN using the crn_compress() func. in crnlib.h\n"); diff --git a/example2/example2.cpp b/example2/example2.cpp index 003d2f3..63c46ba 100644 --- a/example2/example2.cpp +++ b/example2/example2.cpp @@ -24,7 +24,7 @@ using namespace crnlib; static int print_usage() { printf("Description: Transcodes .CRN to .DDS files using crn_decomp.h.\n"); - printf("Copyright (c) 2010-2016 Binomial LLC\n"); + printf("Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC\n"); printf("Usage: example2 [source_file] [options]\n"); printf("\nOptions:\n"); printf("-out filename - Force output filename.\n"); diff --git a/inc/crn_decomp.h b/inc/crn_decomp.h index b2968e4..4d81928 100644 --- a/inc/crn_decomp.h +++ b/inc/crn_decomp.h @@ -1,5 +1,5 @@ // File: crn_decomp.h - Fast CRN->DXTc texture transcoder header file library -// Copyright (c) 2010-2016 Binomial LLC +// Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC // See Copyright Notice and license at the end of this file. // // This single header file contains *all* of the code necessary to unpack .CRN files to raw DXTn bits. @@ -4812,7 +4812,7 @@ namespace crnd // crn_decomp.h uses the ZLIB license: // http://opensource.org/licenses/Zlib // -// Copyright (c) 2010-2016 Binomial LLC +// Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC // // 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/inc/crnlib.h b/inc/crnlib.h index 6d0d7b6..1c3e078 100644 --- a/inc/crnlib.h +++ b/inc/crnlib.h @@ -1,5 +1,5 @@ // File: crnlib.h - Advanced DXTn texture compression library. -// Copyright (c) 2010-2016 Binomial LLC +// Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC // See copyright notice and license at the end of this file. // // This header file contains the public crnlib declarations for DXTn, @@ -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 Binomial LLC +// Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC // // 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 a0c25e9..c6ce4f8 100644 --- a/license.txt +++ b/license.txt @@ -1,7 +1,7 @@ crunch/crnlib uses the ZLIB license: http://opensource.org/licenses/Zlib -Copyright (c) 2010-2016 Binomial LLC +Copyright (c) 2010-2016 Richard Geldreich, Jr. and Binomial LLC This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages