diff --git a/quicktex/Color.cpp b/quicktex/Color.cpp index 5ebe072..a80802a 100644 --- a/quicktex/Color.cpp +++ b/quicktex/Color.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 53bc3ef..618c60c 100644 --- a/quicktex/Color.h +++ b/quicktex/Color.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 28dcc87..32e0fff 100644 --- a/quicktex/ColorBlock.h +++ b/quicktex/ColorBlock.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 fee4726..94892d9 100644 --- a/quicktex/Decoder.h +++ b/quicktex/Decoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 47fdb2a..abe44b4 100644 --- a/quicktex/Encoder.h +++ b/quicktex/Encoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 d25a53c..16e28a1 100644 --- a/quicktex/Matrix4x4.cpp +++ b/quicktex/Matrix4x4.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 9feec5a..86b9be7 100644 --- a/quicktex/Matrix4x4.h +++ b/quicktex/Matrix4x4.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 8975e28..27cb856 100644 --- a/quicktex/Texture.h +++ b/quicktex/Texture.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 f2ad50d..e060490 100644 --- a/quicktex/Vector4.h +++ b/quicktex/Vector4.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 9829a93..915337a 100644 --- a/quicktex/Vector4Int.h +++ b/quicktex/Vector4Int.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 988df5b..9988fe0 100644 --- a/quicktex/_bindings.cpp +++ b/quicktex/_bindings.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/_bindings.h b/quicktex/_bindings.h index 11ca831..80db078 100644 --- a/quicktex/_bindings.h +++ b/quicktex/_bindings.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 57b0dc5..b5174f0 100644 --- a/quicktex/bitwiseEnums.h +++ b/quicktex/bitwiseEnums.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 7a593d9..22dd70f 100644 --- a/quicktex/s3tc/_bindings.cpp +++ b/quicktex/s3tc/_bindings.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc1/BC1Block.cpp b/quicktex/s3tc/bc1/BC1Block.cpp index 53f3d86..4a73644 100644 --- a/quicktex/s3tc/bc1/BC1Block.cpp +++ b/quicktex/s3tc/bc1/BC1Block.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 9aa6dbf..3e8beee 100644 --- a/quicktex/s3tc/bc1/BC1Block.h +++ b/quicktex/s3tc/bc1/BC1Block.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 57fd379..e1c840a 100644 --- a/quicktex/s3tc/bc1/BC1Decoder.cpp +++ b/quicktex/s3tc/bc1/BC1Decoder.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 f1a82b2..a215923 100644 --- a/quicktex/s3tc/bc1/BC1Decoder.h +++ b/quicktex/s3tc/bc1/BC1Decoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 5951c2c..396f6e4 100644 --- a/quicktex/s3tc/bc1/BC1Encoder.cpp +++ b/quicktex/s3tc/bc1/BC1Encoder.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 bcf3fc2..e42f6ef 100644 --- a/quicktex/s3tc/bc1/BC1Encoder.h +++ b/quicktex/s3tc/bc1/BC1Encoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 e30dc50..1a70cd2 100644 --- a/quicktex/s3tc/bc1/Histogram.h +++ b/quicktex/s3tc/bc1/Histogram.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 843ddd8..7f69200 100644 --- a/quicktex/s3tc/bc1/OrderTable.cpp +++ b/quicktex/s3tc/bc1/OrderTable.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 9d29d1f..6d4b564 100644 --- a/quicktex/s3tc/bc1/OrderTable.h +++ b/quicktex/s3tc/bc1/OrderTable.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 df9dabe..19dcede 100644 --- a/quicktex/s3tc/bc1/OrderTable4.cpp +++ b/quicktex/s3tc/bc1/OrderTable4.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 627695d..bf8a341 100644 --- a/quicktex/s3tc/bc1/SingleColorTable.h +++ b/quicktex/s3tc/bc1/SingleColorTable.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 9880059..9f85486 100644 --- a/quicktex/s3tc/bc1/_bindings.cpp +++ b/quicktex/s3tc/bc1/_bindings.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 c91ac0b..6c921ab 100644 --- a/quicktex/s3tc/bc3/BC3Block.h +++ b/quicktex/s3tc/bc3/BC3Block.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 c13327f..528975b 100644 --- a/quicktex/s3tc/bc3/BC3Decoder.cpp +++ b/quicktex/s3tc/bc3/BC3Decoder.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 eb4df24..32bd957 100644 --- a/quicktex/s3tc/bc3/BC3Decoder.h +++ b/quicktex/s3tc/bc3/BC3Decoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 e218f13..4694e08 100644 --- a/quicktex/s3tc/bc3/BC3Encoder.cpp +++ b/quicktex/s3tc/bc3/BC3Encoder.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 fa90d06..5ea98a8 100644 --- a/quicktex/s3tc/bc3/BC3Encoder.h +++ b/quicktex/s3tc/bc3/BC3Encoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 43cf2ff..c1715fa 100644 --- a/quicktex/s3tc/bc3/_bindings.cpp +++ b/quicktex/s3tc/bc3/_bindings.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain diff --git a/quicktex/s3tc/bc4/BC4Block.cpp b/quicktex/s3tc/bc4/BC4Block.cpp index 75ed739..478c90d 100644 --- a/quicktex/s3tc/bc4/BC4Block.cpp +++ b/quicktex/s3tc/bc4/BC4Block.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 f51fb12..88d268e 100644 --- a/quicktex/s3tc/bc4/BC4Block.h +++ b/quicktex/s3tc/bc4/BC4Block.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 de6bf0b..fe6bb4e 100644 --- a/quicktex/s3tc/bc4/BC4Decoder.cpp +++ b/quicktex/s3tc/bc4/BC4Decoder.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 7b88c3c..69027fb 100644 --- a/quicktex/s3tc/bc4/BC4Decoder.h +++ b/quicktex/s3tc/bc4/BC4Decoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 a443315..1e968b9 100644 --- a/quicktex/s3tc/bc4/BC4Encoder.cpp +++ b/quicktex/s3tc/bc4/BC4Encoder.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 f8579f1..6d41466 100644 --- a/quicktex/s3tc/bc4/BC4Encoder.h +++ b/quicktex/s3tc/bc4/BC4Encoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 4b5e3eb..466029d 100644 --- a/quicktex/s3tc/bc4/_bindings.cpp +++ b/quicktex/s3tc/bc4/_bindings.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 ba5807a..f6a6e0b 100644 --- a/quicktex/s3tc/bc5/BC5Block.h +++ b/quicktex/s3tc/bc5/BC5Block.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 3b86390..2086fc9 100644 --- a/quicktex/s3tc/bc5/BC5Decoder.cpp +++ b/quicktex/s3tc/bc5/BC5Decoder.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 5ffded6..55ffd92 100644 --- a/quicktex/s3tc/bc5/BC5Decoder.h +++ b/quicktex/s3tc/bc5/BC5Decoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 2852c56..5cdd5dd 100644 --- a/quicktex/s3tc/bc5/BC5Encoder.cpp +++ b/quicktex/s3tc/bc5/BC5Encoder.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 71b07d1..e7896e2 100644 --- a/quicktex/s3tc/bc5/BC5Encoder.h +++ b/quicktex/s3tc/bc5/BC5Encoder.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 edcaaab..35a96c9 100644 --- a/quicktex/s3tc/bc5/_bindings.cpp +++ b/quicktex/s3tc/bc5/_bindings.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 f1d97eb..f126b3c 100644 --- a/quicktex/s3tc/interpolator/Interpolator.cpp +++ b/quicktex/s3tc/interpolator/Interpolator.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 60242b3..7324dae 100644 --- a/quicktex/s3tc/interpolator/Interpolator.h +++ b/quicktex/s3tc/interpolator/Interpolator.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 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 a983d81..92ad277 100644 --- a/quicktex/s3tc/interpolator/_bindings.cpp +++ b/quicktex/s3tc/interpolator/_bindings.cpp @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain This program is free software: you can redistribute it and/or modify diff --git a/quicktex/util.h b/quicktex/util.h index 5e94fe1..421b978 100644 --- a/quicktex/util.h +++ b/quicktex/util.h @@ -1,5 +1,5 @@ /* Quicktex Texture Compression Library - Copyright (C) 2021 Andrew Cassidy + Copyright (C) 2021-2022 Andrew Cassidy Partially derived from rgbcx.h written by Richard Geldreich and licenced under the public domain