-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
15 lines (13 loc) · 829 Bytes
/
NOTICE
File metadata and controls
15 lines (13 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
================================================================================
=== NOTICE file for use with the Apache License, Version 2. ===
================================================================================
Jonathan Gillett
Copyright (C) 2013 Jonathan Gillett
This software contains code derived from the video compression library
kanzi, written by Frederic Langlet, which is a collection of video compression
and processing utility classes in Java. While it is inteded for video
compression, kanzi contains a large collections of sorting and compression
algorithms written in Java. In particular we make use of and extended the
Burrows Wheeler Transform (BWT) implementation as it is optimized for
performance. The original software is available from
http://code.google.com/p/kanzi/