summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jpeg.c')
-rw-r--r--apps/plugins/jpeg.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c
index 4daecd934a..a17c6d7729 100644
--- a/apps/plugins/jpeg.c
+++ b/apps/plugins/jpeg.c
@@ -15,8 +15,10 @@
15* Heavily borrowed from the IJG implementation (C) Thomas G. Lane 15* Heavily borrowed from the IJG implementation (C) Thomas G. Lane
16* Small & fast downscaling IDCT (C) 2002 by Guido Vollbeding JPEGclub.org 16* Small & fast downscaling IDCT (C) 2002 by Guido Vollbeding JPEGclub.org
17* 17*
18* All files in this archive are subject to the GNU General Public License. 18* This program is free software; you can redistribute it and/or
19* See the file COPYING in the source tree root for full license agreement. 19* modify it under the terms of the GNU General Public License
20* as published by the Free Software Foundation; either version 2
21* of the License, or (at your option) any later version.
20* 22*
21* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
22* KIND, either express or implied. 24* KIND, either express or implied.