summaryrefslogtreecommitdiff
path: root/src/decode.h
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2012-11-22 13:46:44 +0100
committerThomas Jahns <jahns@dkrz.de>2013-02-19 11:33:00 +0100
commitaaa258e174cd72df3b74fdbe2429b007233e4119 (patch)
tree15abbff12749057202a8da1d859896a151bac127 /src/decode.h
parente4924f2c34ab7e61660278a194551b47c3bc7401 (diff)
downloadlibaec-aaa258e174cd72df3b74fdbe2429b007233e4119.tar.gz
libaec-aaa258e174cd72df3b74fdbe2429b007233e4119.tar.bz2
libaec-aaa258e174cd72df3b74fdbe2429b007233e4119.zip
Add license to source files
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h
index 230e8f3..d17165c 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -1,3 +1,56 @@
+/**
+ * @file decode.c
+ *
+ * @author Mathis Rosenhauer, Deutsches Klimarechenzentrum
+ * @author Moritz Hanke, Deutsches Klimarechenzentrum
+ * @author Joerg Behrens, Deutsches Klimarechenzentrum
+ * @author Luis Kornblueh, Max-Planck-Institut fuer Meteorologie
+ *
+ * @section LICENSE
+ * Copyright 2012
+ *
+ * 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
+ *
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above
+ * copyright notice, this list of conditions and the following
+ * disclaimer in the documentation and/or other materials provided
+ * with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * @section DESCRIPTION
+ *
+ * Adaptive Entropy Decoder
+ * Based on CCSDS documents 121.0-B-2 and 120.0-G-2
+ *
+ */
+
#ifndef DECODE_H
#define DECODE_H