Formatted text files to 80 cpl and added license.txt to dist
authorMathis Rosenhauer <rosenhauer@dkrz.de>
Thu, 25 Oct 2012 09:25:17 +0000 (11:25 +0200)
committerThomas Jahns <jahns@dkrz.de>
Tue, 19 Feb 2013 10:33:00 +0000 (11:33 +0100)
AUTHORS
COPYING
INSTALL
Makefile.am
README

diff --git a/AUTHORS b/AUTHORS
index e69de29..d1aa111 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1,14 @@
+Mathis Rosenhauer,
+Moritz Hanke,
+Joerg Behrens
+
+Deutsches Klimarechenzentrum GmbH
+Bundesstr. 45a
+20146 Hamburg
+Germany
+
+Luis Kornblueh
+Max-Planck-Institut fuer Meteorologie
+Bundesstr. 53
+20146 Hamburg
+Germany
diff --git a/COPYING b/COPYING
index ae656db..283d07e 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,11 +1,13 @@
-Copyright 2012 
+Copyright 2012
 
-Mathis Rosenhauer, Moritz Hanke, Jörg Behrens             Luis Kornblueh
+Mathis Rosenhauer,                 Luis Kornblueh
+Moritz Hanke,
+Joerg Behrens
 
-Deutsches Klimarechenzentrum GmbH                         Max Planck Institute for Meteorology 
-Bundesstr. 45a                                            Bundesstr. 53
-D-20146 Hamburg                                           D-20146 Hamburg               
-Germany                                                   Germany
+Deutsches Klimarechenzentrum GmbH  Max-Planck-Institut fuer Meteorologie
+Bundesstr. 45a                     Bundesstr. 53
+20146 Hamburg                      20146 Hamburg
+Germany                            Germany
 
 All rights reserved.
 
diff --git a/INSTALL b/INSTALL
index e69de29..0ff0d32 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,6 @@
+The most common installation procedure looks as follows.
+
+Unpack the tar archive and change into the unpacked directory.
+
+  ./configure
+  make check install
index 16e75b5..20a66d6 100644 (file)
@@ -1,2 +1,3 @@
 ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = src tests
+EXTRA_DIST = doc/license.txt
\ No newline at end of file
diff --git a/README b/README
index 13037f1..cd869b7 100644 (file)
--- a/README
+++ b/README
@@ -1,36 +1,32 @@
-libae - Adaptive entropy encoding library
-----------------------------------------------------------------------------------------------
-Copyright 2012 
+libaec - Adaptive Entropy Coding library
 
-Mathis Rosenhauer, Moritz Hanke, Joerg Behrens           Luis Kornblueh
+--------------------------------------------------------------------------------
+Copyright 2012
 
-Deutsches Klimarechenzentrum GmbH                        Max-Planck-Institut fuer Meteorologie 
-Bundesstr. 45a                                           Bundesstr. 53
-D-20146 Hamburg                                          D-20146 Hamburg               
-Germany                                                  Germany
-----------------------------------------------------------------------------------------------
+Mathis Rosenhauer,                 Luis Kornblueh
+Moritz Hanke,
+Joerg Behrens
+
+Deutsches Klimarechenzentrum GmbH  Max-Planck-Institut fuer Meteorologie
+Bundesstr. 45a                     Bundesstr. 53
+20146 Hamburg                      20146 Hamburg
+Germany                            Germany
+--------------------------------------------------------------------------------
 
 The implementation is based on:
 
-Consultative Committee for Space Data Systems. Lossless Data Compression. 
-Recommendation for Space Data System Standards, CCSDS 121.0-B-2. Blue Book. Issue 2. 
-Washington, D.C.: CCSDS, May 2012.
+Consultative Committee for Space Data Systems. Lossless Data
+Compression. Recommendation for Space Data System Standards, CCSDS
+121.0-B-2. Blue Book. Issue 2. Washington, D.C.: CCSDS, May 2012.
 
 http://public.ccsds.org/publications/archive/121x0b2.pdf
 
-Consultative Committee for Space Data Systems. Lossless Data Compression. 
-Recommendation for Space Data System Standards, CCSDS 120.0-G-2. Green Book. Issue 2. 
-Washington, D.C.: CCSDS, December 2006.
+Consultative Committee for Space Data Systems. Lossless Data
+Compression.  Recommendation for Space Data System Standards, CCSDS
+120.0-G-2. Green Book. Issue 2. Washington, D.C.: CCSDS, December
+2006.
 
 http://public.ccsds.org/publications/archive/120x0g2.pdf
 
-Aaron B. Kiely. Selecting the golomb parameter in rice coding. 
-IPN Progress Report, 42-159:18+, November 2004.
-
-http://ipnpr.jpl.nasa.gov/progress_report/42-159/159E.pdf
-
-Copies are made available with some additional documents in the docs directory.
-Additional, in doc/license.txt a clarification on eventually applying intellectual
+In doc/license.txt a clarification on eventually applying intellectual
 property rights is given.
-
-----------------------------------------------------------------------------------------------
\ No newline at end of file