summaryrefslogtreecommitdiff
path: root/firmware/decompressor/decompressor.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/decompressor/decompressor.c')
-rw-r--r--firmware/decompressor/decompressor.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/decompressor/decompressor.c b/firmware/decompressor/decompressor.c
index d368c79538..acc8868f16 100644
--- a/firmware/decompressor/decompressor.c
+++ b/firmware/decompressor/decompressor.c
@@ -13,8 +13,10 @@
13 * for archos player and recorder v1 13 * for archos player and recorder v1
14 * Decompresses a built-in UCL-compressed image (method 2e) and executes it. 14 * Decompresses a built-in UCL-compressed image (method 2e) and executes it.
15 * 15 *
16 * All files in this archive are subject to the GNU General Public License. 16 * This program is free software; you can redistribute it and/or
17 * See the file COPYING in the source tree root for full license agreement. 17 * modify it under the terms of the GNU General Public License
18 * as published by the Free Software Foundation; either version 2
19 * of the License, or (at your option) any later version.
18 * 20 *
19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20 * KIND, either express or implied. 22 * KIND, either express or implied.