From 3e05fa06c5d8bfd491f0ac5af44f75b72be34f28 Mon Sep 17 00:00:00 2001 From: kuntz <54650746+kun1z@users.noreply.github.com> Date: Thu, 28 Jan 2021 18:47:31 -0600 Subject: [PATCH] whoops copyright went missing --- compress.c | 3 +++ compress.h | 2 ++ 2 files changed, 5 insertions(+) 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