Skip to content

Commit

Permalink
added missing licence in the source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm committed Mar 1, 2024
1 parent 33785d8 commit f122bf3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arithmetic_codec.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
// Ported in C from on FastAC by Amir Said's
// https://github.com/richgel999/FastAC

// The only purpose of this program is to demonstrate the basic principles -
// of arithmetic coding. It is provided as is, without any express or -
// implied warranty, without even the warranty of fitness for any particular -
// purpose, or that the implementations are correct. -
// -
// Permission to copy and redistribute this code is hereby granted, provided -
// that this warning and copyright notices are not removed or altered. -
// -
// Copyright (c) 2004 by Amir Said (said@ieee.org) & -
// William A. Pearlman (pearlw@ecse.rpi.edu)

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
Binary file removed tests/test
Binary file not shown.

0 comments on commit f122bf3

Please sign in to comment.