Removing copyright. This software is now entirely in the public domain.

This commit is contained in:
richgel999
2020-09-15 14:12:38 -04:00
parent 44c8402e24
commit 57353fa9ac
137 changed files with 186 additions and 245 deletions
+1 -2
View File
@@ -3,7 +3,7 @@
// so it's not going to be fast.
// Also note that this sample only demonstrates traditional/vanilla 4x4 DXTn block compression (not CRN).
// See Copyright Notice and license at the end of inc/crnlib.h
// This software is in the public domain. Please see license.txt.
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
@@ -29,7 +29,6 @@ const uint cDXTBlockSize = 4;
static int print_usage()
{
printf("Description: Simple .DDS DXTn block compression using crnlib.\n");
printf("Copyright (c) 2010-2016 Richard Geldreich, Jr. All rights reserved.\n");
printf("Usage: example3 [source_file] [options]\n");
printf("\n");
printf("Note: This simple example is not multithreaded, so it's not going to be\n");