aboutsummaryrefslogtreecommitdiff
path: root/jcmainct.c
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2014-05-18 18:33:44 +0000
committerDRC <dcommander@users.sourceforge.net>2014-05-18 18:33:44 +0000
commit5033f3e19a31e8ad40c1a79700365aefe5664494 (patch)
tree2dc442fb73c4d0ebcb848a5538fb73f470c2511b /jcmainct.c
parent7f4a81b7692ee22606524a71baa9f45e9355ef3a (diff)
downloadlibjpeg-turbo-5033f3e19a31e8ad40c1a79700365aefe5664494.tar.gz
Remove MS-DOS code and information, and adjust copyright headers to reflect the removal of features in r1307 and r1308. libjpeg-turbo has never supported MS-DOS, nor is it even possible for us to do so.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1312 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jcmainct.c')
-rw-r--r--jcmainct.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/jcmainct.c b/jcmainct.c
index 62f13c98..20ef398b 100644
--- a/jcmainct.c
+++ b/jcmainct.c
@@ -1,8 +1,10 @@
/*
* jcmainct.c
*
+ * This file was part of the Independent JPEG Group's software:
* Copyright (C) 1994-1996, Thomas G. Lane.
- * This file is part of the Independent JPEG Group's software.
+ * It was modified by The libjpeg-turbo Project to include only code relevant
+ * to libjpeg-turbo.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains the main buffer controller for compression.