diff options
author | DRC <information@libjpeg-turbo.org> | 2015-10-10 10:25:46 -0500 |
---|---|---|
committer | DRC <information@libjpeg-turbo.org> | 2015-10-10 10:31:33 -0500 |
commit | 7e3acc0e0a35cbbcb6091ec640f1842e7deebe1a (patch) | |
tree | 48d9bacb5750ca26aec63e252346b4d7d9af1296 /jcmaster.c | |
parent | ac85335cd8a41d8cf233902a6816ef281338bb19 (diff) |
Rename README, LICENSE, BUILDING text files
The IJG README file has been renamed to README.ijg, in order to avoid
confusion (many people were assuming that that was our project's README
file and weren't reading README-turbo.txt) and to lay the groundwork for
markdown versions of the libjpeg-turbo README and build instructions.
Diffstat (limited to 'jcmaster.c')
-rw-r--r-- | jcmaster.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ * Modified 2003-2010 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains master control logic for the JPEG compressor. * These routines are concerned with parameter validation, initial setup, |