diff --git a/compress.c b/compress.c index 467f5fe..f10ea95 100755 --- a/compress.c +++ b/compress.c @@ -1,3 +1,6 @@ +//---------------------------------------------------------------------------------------------------------------------- +// Copyright © 2021 by Brett Kuntz. All rights reserved. +//---------------------------------------------------------------------------------------------------------------------- #include "compress.h" #define CUTS_LENGTH 8 static ui CHAIN_CUTS[CUTS_LENGTH] = { 37, 23, 17, 14, 11, 9, 8, -1 }; diff --git a/compress.h b/compress.h index 4098674..768c98c 100755 --- a/compress.h +++ b/compress.h @@ -1,3 +1,5 @@ +//---------------------------------------------------------------------------------------------------------------------- +// Copyright © 2021 by Brett Kuntz. All rights reserved. //--NOV-26-2018--------------------------------------------------------------------------------------------------------- #include #include