[PATCH 2 of 2] Update Copyright year in install script

Lee Cantey lcantey at gmail.com
Fri Apr 27 11:02:51 CDT 2007


# HG changeset patch
# User Lee Cantey <lcantey at gmail.com>
# Date 1177657151 25200
# Node ID 987c150efb09a72922d021f779ca1b700e764816
# Parent  d42b818a5a7d8dbc909f2a860598eb19544e9ec1
Update Copyright year in install script

diff -r d42b818a5a7d -r 987c150efb09 contrib/win32/mercurial.iss
--- a/contrib/win32/mercurial.iss	Thu Apr 26 23:58:18 2007 -0700
+++ b/contrib/win32/mercurial.iss	Thu Apr 26 23:59:11 2007 -0700
@@ -2,7 +2,7 @@
 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
 
 [Setup]
-AppCopyright=Copyright 2005, 2006 Matt Mackall and others
+AppCopyright=Copyright 2005, 2007 Matt Mackall and others
 AppName=Mercurial
 AppVerName=Mercurial snapshot
 InfoAfterFile=contrib/win32/postinstall.txt
@@ -18,7 +18,7 @@ DefaultDirName={sd}\Mercurial
 DefaultDirName={sd}\Mercurial
 SourceDir=C:\hg\hg-release
 VersionInfoDescription=Mercurial distributed SCM
-VersionInfoCopyright=Copyright 2005, 2006 Matt Mackall and others
+VersionInfoCopyright=Copyright 2005, 2007 Matt Mackall and others
 VersionInfoCompany=Matt Mackall and others
 InternalCompressLevel=max
 SolidCompression=true


More information about the Mercurial-devel mailing list