From d2a3948ab9a40e39d533ff14ee8c50f50f47b4bd Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Wed, 15 Jun 2016 22:59:25 -0700 Subject: [PATCH] Updating license/copyright/email contact info --- crunch/crunch.cpp | 6 +++--- license.txt | 2 +- readme.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/crunch/crunch.cpp b/crunch/crunch.cpp index 8d9709a..1f5f91f 100644 --- a/crunch/crunch.cpp +++ b/crunch/crunch.cpp @@ -176,7 +176,7 @@ public: console::printf("-%s", pixel_format_helpers::get_pixel_format_string(fmt)); } - console::printf("\nFor bugs, support, or feedback: richgel99@gmail.com"); + console::printf("\nFor bugs, support, or feedback: info@binomial.info"); } bool convert(const char* pCommand_line) @@ -1253,8 +1253,8 @@ static bool check_for_option(int argc, char *argv[], const char *pOption) static void print_title() { - console::printf("crunch: Advanced DXTn Texture Compressor - http://code.google.com/p/crunch"); - console::printf("Copyright (c) 2010-2012 Rich Geldreich and Tenacious Software LLC"); + console::printf("crunch: Advanced DXTn Texture Compressor - https://github.com/richgel999/crunch"); + console::printf("Copyright (c) 2010-2016 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/license.txt b/license.txt index 11a8abb..a0c25e9 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-2012 Rich Geldreich and Tenacious Software LLC +Copyright (c) 2010-2016 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/readme.txt b/readme.txt index 2687720..59ad747 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ crunch/crnlib v1.04 - Advanced DXTn texture compression library -Copyright (C) 2010-2016 Rich Geldreich and Tenacious Software LLC +Copyright (C) 2010-2016 Binomial LLC -For bugs or support contact Rich Geldreich . +For bugs or support contact Binomial . This software uses the ZLIB license, which is located in license.txt. http://opensource.org/licenses/Zlib