summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/epstopdf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-19 23:15:30 +0000
committerKarl Berry <karl@freefriends.org>2009-10-19 23:15:30 +0000
commitca23e3a619d89ce3fb814e065005f2585800c24c (patch)
tree52e2030b1d65f0f534355a1dfbf8b3a455ab1ed6 /Master/texmf-dist/scripts/epstopdf
parentb375450c6edee29aeb73380c081d8237543a1ae6 (diff)
doc changes
git-svn-id: svn://tug.org/texlive/trunk@15844 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/epstopdf')
-rwxr-xr-xMaster/texmf-dist/scripts/epstopdf/epstopdf.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl
index 8254f2a5c42..9e80225d665 100755
--- a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl
+++ b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl
@@ -2,7 +2,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $
if 0;
use strict;
-# $Id: epstopdf.pl 15569 2009-09-30 00:21:49Z karl $
+# $Id: epstopdf.pl 15843 2009-10-19 23:14:41Z karl $
# (Copyright lines below.)
#
# Redistribution and use in source and binary forms, with or without
@@ -47,12 +47,12 @@ use strict;
#
# emacs-page
# History
-# 2009/10/18 v2.13 (Manuel Pégourié-Gonnard)
+# 2009/10/18 v2.13 (Manuel P\'egouri\'e-Gonnard)
# * Better argument validation, from Alexander Cherepanov.
# * Use the list form of pipe open() (resp. system()) to prevent injection.
# Since Perl's fork() emulation doesn't work on Windows with Perl 5.8.8 from
# TeX Live 2009, use a temporary file instead of a pipe on Windows.
-# 2009/10/14 v2.12 (Manuel Pégourié-Gonnard)
+# 2009/10/14 v2.12 (Manuel P\'egouri\'e-Gonnard)
# * Added restricted mode.
# 2009/09/27 v2.11 (Karl Berry)
# * Fixed two bugs in the (atend) handling code (Martin von Gagern)
@@ -129,7 +129,7 @@ use strict;
### program identification
my $program = "epstopdf";
-my $ident = '($Id: epstopdf.pl 15569 2009-09-30 00:21:49Z karl $) 2.11';
+my $ident = '($Id: epstopdf.pl 15843 2009-10-19 23:14:41Z karl $) 2.11';
my $copyright = <<END_COPYRIGHT ;
Copyright 1998-2001 Sebastian Rahtz et al.
Copyright 2002-2009 Gerben Wierda et al.