From 2fa4f5910447fc2b9040f3b566e804353d5cf772 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Wed, 7 Apr 2021 23:26:28 -0700 Subject: [PATCH] License comment update --- quicktex/Color.cpp | 2 +- quicktex/Color.h | 2 +- quicktex/ColorBlock.h | 2 +- quicktex/Decoder.h | 2 +- quicktex/Encoder.h | 2 +- quicktex/Matrix4x4.cpp | 2 +- quicktex/Matrix4x4.h | 2 +- quicktex/Texture.h | 2 +- quicktex/Vector4.h | 2 +- quicktex/Vector4Int.h | 2 +- quicktex/_bindings.cpp | 2 +- quicktex/bitwiseEnums.h | 2 +- quicktex/s3tc/_bindings.cpp | 2 +- quicktex/s3tc/bc1/BC1Block.h | 2 +- quicktex/s3tc/bc1/BC1Decoder.cpp | 2 +- quicktex/s3tc/bc1/BC1Decoder.h | 2 +- quicktex/s3tc/bc1/BC1Encoder.cpp | 2 +- quicktex/s3tc/bc1/BC1Encoder.h | 2 +- quicktex/s3tc/bc1/Histogram.h | 2 +- quicktex/s3tc/bc1/OrderTable.cpp | 2 +- quicktex/s3tc/bc1/OrderTable.h | 2 +- quicktex/s3tc/bc1/OrderTable4.cpp | 2 +- quicktex/s3tc/bc1/SingleColorTable.h | 2 +- quicktex/s3tc/bc1/_bindings.cpp | 2 +- quicktex/s3tc/bc3/BC3Block.h | 2 +- quicktex/s3tc/bc3/BC3Decoder.cpp | 2 +- quicktex/s3tc/bc3/BC3Decoder.h | 2 +- quicktex/s3tc/bc3/BC3Encoder.cpp | 2 +- quicktex/s3tc/bc3/BC3Encoder.h | 2 +- quicktex/s3tc/bc3/_bindings.cpp | 2 +- quicktex/s3tc/bc4/BC4Block.h | 2 +- quicktex/s3tc/bc4/BC4Decoder.cpp | 2 +- quicktex/s3tc/bc4/BC4Decoder.h | 2 +- quicktex/s3tc/bc4/BC4Encoder.cpp | 2 +- quicktex/s3tc/bc4/BC4Encoder.h | 2 +- quicktex/s3tc/bc4/_bindings.cpp | 2 +- quicktex/s3tc/bc5/BC5Block.h | 2 +- quicktex/s3tc/bc5/BC5Decoder.cpp | 2 +- quicktex/s3tc/bc5/BC5Decoder.h | 2 +- quicktex/s3tc/bc5/BC5Encoder.cpp | 2 +- quicktex/s3tc/bc5/BC5Encoder.h | 2 +- quicktex/s3tc/bc5/_bindings.cpp | 2 +- quicktex/s3tc/interpolator/Interpolator.cpp | 2 +- quicktex/s3tc/interpolator/Interpolator.h | 2 +- quicktex/s3tc/interpolator/_bindings.cpp | 2 +- quicktex/util.h | 2 +- tests/__init__.py | 1 - tests/images | 2 +- tests/run_tests.cpp | 2 +- 49 files changed, 48 insertions(+), 49 deletions(-) diff --git a/quicktex/Color.cpp b/quicktex/Color.cpp index 242da76..15eeac3 100644 --- a/quicktex/Color.cpp +++ b/quicktex/Color.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/Color.h b/quicktex/Color.h index c9cf2f1..e4b0b84 100644 --- a/quicktex/Color.h +++ b/quicktex/Color.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/ColorBlock.h b/quicktex/ColorBlock.h index e2f178d..28dcc87 100644 --- a/quicktex/ColorBlock.h +++ b/quicktex/ColorBlock.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/Decoder.h b/quicktex/Decoder.h index 47066a3..fee4726 100644 --- a/quicktex/Decoder.h +++ b/quicktex/Decoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich 2020 and licenced under the public domain diff --git a/quicktex/Encoder.h b/quicktex/Encoder.h index 8cd7ae1..47fdb2a 100644 --- a/quicktex/Encoder.h +++ b/quicktex/Encoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich 2020 and licenced under the public domain diff --git a/quicktex/Matrix4x4.cpp b/quicktex/Matrix4x4.cpp index 68f63cf..d25a53c 100644 --- a/quicktex/Matrix4x4.cpp +++ b/quicktex/Matrix4x4.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/Matrix4x4.h b/quicktex/Matrix4x4.h index 444aeda..9feec5a 100644 --- a/quicktex/Matrix4x4.h +++ b/quicktex/Matrix4x4.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/Texture.h b/quicktex/Texture.h index 2f2a6f5..20b55cf 100644 --- a/quicktex/Texture.h +++ b/quicktex/Texture.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/Vector4.h b/quicktex/Vector4.h index ba368f8..f2ad50d 100644 --- a/quicktex/Vector4.h +++ b/quicktex/Vector4.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/Vector4Int.h b/quicktex/Vector4Int.h index 939dad8..9829a93 100644 --- a/quicktex/Vector4Int.h +++ b/quicktex/Vector4Int.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/_bindings.cpp b/quicktex/_bindings.cpp index bee195e..c2c228c 100644 --- a/quicktex/_bindings.cpp +++ b/quicktex/_bindings.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/bitwiseEnums.h b/quicktex/bitwiseEnums.h index 2929eb8..57b0dc5 100644 --- a/quicktex/bitwiseEnums.h +++ b/quicktex/bitwiseEnums.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich 2020 and licenced under the public domain diff --git a/quicktex/s3tc/_bindings.cpp b/quicktex/s3tc/_bindings.cpp index bb7e689..7a593d9 100644 --- a/quicktex/s3tc/_bindings.cpp +++ b/quicktex/s3tc/_bindings.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/BC1Block.h b/quicktex/s3tc/bc1/BC1Block.h index 2b48640..15966a9 100644 --- a/quicktex/s3tc/bc1/BC1Block.h +++ b/quicktex/s3tc/bc1/BC1Block.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/BC1Decoder.cpp b/quicktex/s3tc/bc1/BC1Decoder.cpp index 3cd36e3..57fd379 100644 --- a/quicktex/s3tc/bc1/BC1Decoder.cpp +++ b/quicktex/s3tc/bc1/BC1Decoder.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/BC1Decoder.h b/quicktex/s3tc/bc1/BC1Decoder.h index 95195c4..f1a82b2 100644 --- a/quicktex/s3tc/bc1/BC1Decoder.h +++ b/quicktex/s3tc/bc1/BC1Decoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/BC1Encoder.cpp b/quicktex/s3tc/bc1/BC1Encoder.cpp index 31974e9..40c858a 100644 --- a/quicktex/s3tc/bc1/BC1Encoder.cpp +++ b/quicktex/s3tc/bc1/BC1Encoder.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/BC1Encoder.h b/quicktex/s3tc/bc1/BC1Encoder.h index 4e98265..ae26b7e 100644 --- a/quicktex/s3tc/bc1/BC1Encoder.h +++ b/quicktex/s3tc/bc1/BC1Encoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/Histogram.h b/quicktex/s3tc/bc1/Histogram.h index 61fcf67..e30dc50 100644 --- a/quicktex/s3tc/bc1/Histogram.h +++ b/quicktex/s3tc/bc1/Histogram.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/OrderTable.cpp b/quicktex/s3tc/bc1/OrderTable.cpp index 6e41ce5..843ddd8 100644 --- a/quicktex/s3tc/bc1/OrderTable.cpp +++ b/quicktex/s3tc/bc1/OrderTable.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/OrderTable.h b/quicktex/s3tc/bc1/OrderTable.h index dbe6a3d..9d29d1f 100644 --- a/quicktex/s3tc/bc1/OrderTable.h +++ b/quicktex/s3tc/bc1/OrderTable.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/OrderTable4.cpp b/quicktex/s3tc/bc1/OrderTable4.cpp index cb2d938..df9dabe 100644 --- a/quicktex/s3tc/bc1/OrderTable4.cpp +++ b/quicktex/s3tc/bc1/OrderTable4.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/SingleColorTable.h b/quicktex/s3tc/bc1/SingleColorTable.h index f9424de..627695d 100644 --- a/quicktex/s3tc/bc1/SingleColorTable.h +++ b/quicktex/s3tc/bc1/SingleColorTable.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/_bindings.cpp b/quicktex/s3tc/bc1/_bindings.cpp index efa2e0a..9880059 100644 --- a/quicktex/s3tc/bc1/_bindings.cpp +++ b/quicktex/s3tc/bc1/_bindings.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc3/BC3Block.h b/quicktex/s3tc/bc3/BC3Block.h index ed35d92..db64637 100644 --- a/quicktex/s3tc/bc3/BC3Block.h +++ b/quicktex/s3tc/bc3/BC3Block.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc3/BC3Decoder.cpp b/quicktex/s3tc/bc3/BC3Decoder.cpp index 6dc8e63..c13327f 100644 --- a/quicktex/s3tc/bc3/BC3Decoder.cpp +++ b/quicktex/s3tc/bc3/BC3Decoder.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc3/BC3Decoder.h b/quicktex/s3tc/bc3/BC3Decoder.h index c72de41..eb4df24 100644 --- a/quicktex/s3tc/bc3/BC3Decoder.h +++ b/quicktex/s3tc/bc3/BC3Decoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc3/BC3Encoder.cpp b/quicktex/s3tc/bc3/BC3Encoder.cpp index 4fdddfd..e218f13 100644 --- a/quicktex/s3tc/bc3/BC3Encoder.cpp +++ b/quicktex/s3tc/bc3/BC3Encoder.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc3/BC3Encoder.h b/quicktex/s3tc/bc3/BC3Encoder.h index 98fe648..fa90d06 100644 --- a/quicktex/s3tc/bc3/BC3Encoder.h +++ b/quicktex/s3tc/bc3/BC3Encoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc3/_bindings.cpp b/quicktex/s3tc/bc3/_bindings.cpp index 2d82318..43cf2ff 100644 --- a/quicktex/s3tc/bc3/_bindings.cpp +++ b/quicktex/s3tc/bc3/_bindings.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc4/BC4Block.h b/quicktex/s3tc/bc4/BC4Block.h index 2ead4c0..a6a500e 100644 --- a/quicktex/s3tc/bc4/BC4Block.h +++ b/quicktex/s3tc/bc4/BC4Block.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc4/BC4Decoder.cpp b/quicktex/s3tc/bc4/BC4Decoder.cpp index c4e4294..de6bf0b 100644 --- a/quicktex/s3tc/bc4/BC4Decoder.cpp +++ b/quicktex/s3tc/bc4/BC4Decoder.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc4/BC4Decoder.h b/quicktex/s3tc/bc4/BC4Decoder.h index 6e815aa..7b88c3c 100644 --- a/quicktex/s3tc/bc4/BC4Decoder.h +++ b/quicktex/s3tc/bc4/BC4Decoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc4/BC4Encoder.cpp b/quicktex/s3tc/bc4/BC4Encoder.cpp index 07eb2a1..7ee22e9 100644 --- a/quicktex/s3tc/bc4/BC4Encoder.cpp +++ b/quicktex/s3tc/bc4/BC4Encoder.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc4/BC4Encoder.h b/quicktex/s3tc/bc4/BC4Encoder.h index 5ab87c2..f8579f1 100644 --- a/quicktex/s3tc/bc4/BC4Encoder.h +++ b/quicktex/s3tc/bc4/BC4Encoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc4/_bindings.cpp b/quicktex/s3tc/bc4/_bindings.cpp index 71a6cf3..4b5e3eb 100644 --- a/quicktex/s3tc/bc4/_bindings.cpp +++ b/quicktex/s3tc/bc4/_bindings.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc5/BC5Block.h b/quicktex/s3tc/bc5/BC5Block.h index 52487cf..429f2ae 100644 --- a/quicktex/s3tc/bc5/BC5Block.h +++ b/quicktex/s3tc/bc5/BC5Block.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc5/BC5Decoder.cpp b/quicktex/s3tc/bc5/BC5Decoder.cpp index 1ebb103..3b86390 100644 --- a/quicktex/s3tc/bc5/BC5Decoder.cpp +++ b/quicktex/s3tc/bc5/BC5Decoder.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc5/BC5Decoder.h b/quicktex/s3tc/bc5/BC5Decoder.h index 4c6599a..5ffded6 100644 --- a/quicktex/s3tc/bc5/BC5Decoder.h +++ b/quicktex/s3tc/bc5/BC5Decoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc5/BC5Encoder.cpp b/quicktex/s3tc/bc5/BC5Encoder.cpp index 0c96247..2852c56 100644 --- a/quicktex/s3tc/bc5/BC5Encoder.cpp +++ b/quicktex/s3tc/bc5/BC5Encoder.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc5/BC5Encoder.h b/quicktex/s3tc/bc5/BC5Encoder.h index c0c027d..71b07d1 100644 --- a/quicktex/s3tc/bc5/BC5Encoder.h +++ b/quicktex/s3tc/bc5/BC5Encoder.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc5/_bindings.cpp b/quicktex/s3tc/bc5/_bindings.cpp index 7d85ae7..edcaaab 100644 --- a/quicktex/s3tc/bc5/_bindings.cpp +++ b/quicktex/s3tc/bc5/_bindings.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/interpolator/Interpolator.cpp b/quicktex/s3tc/interpolator/Interpolator.cpp index 79e5081..f1d97eb 100644 --- a/quicktex/s3tc/interpolator/Interpolator.cpp +++ b/quicktex/s3tc/interpolator/Interpolator.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/interpolator/Interpolator.h b/quicktex/s3tc/interpolator/Interpolator.h index 0c948a1..60242b3 100644 --- a/quicktex/s3tc/interpolator/Interpolator.h +++ b/quicktex/s3tc/interpolator/Interpolator.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/interpolator/_bindings.cpp b/quicktex/s3tc/interpolator/_bindings.cpp index f7a7fe7..a983d81 100644 --- a/quicktex/s3tc/interpolator/_bindings.cpp +++ b/quicktex/s3tc/interpolator/_bindings.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/util.h b/quicktex/util.h index a775213..5e94fe1 100644 --- a/quicktex/util.h +++ b/quicktex/util.h @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/tests/__init__.py b/tests/__init__.py index 57da5a9..e46ad30 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,4 @@ import unittest -import nose.tools import os.path tests_path = os.path.dirname(os.path.realpath(__file__)) diff --git a/tests/images b/tests/images index dd5ebb7..bd0689e 160000 --- a/tests/images +++ b/tests/images @@ -1 +1 @@ -Subproject commit dd5ebb79412f097a80391ab9975f611cbb85d0e1 +Subproject commit bd0689ec4b841440713c3d8ff94fde71ddd4417f diff --git a/tests/run_tests.cpp b/tests/run_tests.cpp index bd0dc7c..c78d5ad 100644 --- a/tests/run_tests.cpp +++ b/tests/run_tests.cpp @@ -1,4 +1,4 @@ -/* Python-rgbcx Texture Compression Library +/* Quicktex Texture Compression Library Copyright (C) 2021 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain