Correcting crunch's copyright messages.

This commit is contained in:
richgel999
2019-06-15 00:59:38 -07:00
parent e6e5f0de2b
commit 44c8402e24
7 changed files with 37 additions and 33 deletions
+1 -1
View File
@@ -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 Richard Geldreich, Jr. and Binomial LLC\n");
printf("Copyright (c) 2010-2016 Richard Geldreich, Jr. All rights reserved.\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");