aboutsummaryrefslogtreecommitdiff
path: root/jpegtran.c
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2012-01-31 10:39:29 +0000
committerDRC <dcommander@users.sourceforge.net>2012-01-31 10:39:29 +0000
commit1d5b1cf32027c8eee6808ebaeed17cf26cfab4b3 (patch)
tree68354762a04452976bb9526dcf50dc0629ea0d81 /jpegtran.c
parentccd1bfdd31a5e682261740cc7b51817ea14c8f98 (diff)
downloadlibjpeg-turbo-1d5b1cf32027c8eee6808ebaeed17cf26cfab4b3.tar.gz
Merge copyright messages into one string and change the run-time messages to avoid confusion (we are not technically based on the latest libjpeg, although we do borrow some code from it)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@766 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jpegtran.c')
-rw-r--r--jpegtran.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/jpegtran.c b/jpegtran.c
index 9e49e44f..6a22ed28 100644
--- a/jpegtran.c
+++ b/jpegtran.c
@@ -204,9 +204,9 @@ parse_switches (j_compress_ptr cinfo, int argc, char **argv,
if (! printed_version) {
fprintf(stderr, "%s version %s (build %s)\n",
PACKAGE_NAME, VERSION, BUILD);
- fprintf(stderr, "%s\n\n", LJTCOPYRIGHT);
- fprintf(stderr, "Based on Independent JPEG Group's libjpeg, version %s\n%s\n\n",
- JVERSION, JCOPYRIGHT);
+ fprintf(stderr, "%s\n\n", JCOPYRIGHT);
+ fprintf(stderr, "Emulating The Independent JPEG Group's libjpeg, version %s\n\n",
+ JVERSION);
printed_version = TRUE;
}
cinfo->err->trace_level++;