whoops copyright went missing

This commit is contained in:
kuntz 2021-01-28 18:47:31 -06:00
parent f635538dba
commit 3e05fa06c5
2 changed files with 5 additions and 0 deletions

View File

@ -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 };

View File

@ -1,3 +1,5 @@
//----------------------------------------------------------------------------------------------------------------------
// Copyright © 2021 by Brett Kuntz. All rights reserved.
//--NOV-26-2018---------------------------------------------------------------------------------------------------------
#include <assert.h>
#include <limits.h>