Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk/about: bump copyright year to 2008

Changeset a1ef8d133b7b

Parent 75916e3fe2f2

by Steve Borho

Changes to one file · Browse files at a1ef8d133b7b Showing diff from parent 75916e3fe2f2 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​about.py Stacked
 
59
60
61
62
 
63
64
65
 
59
60
61
 
62
63
64
65
@@ -59,7 +59,7 @@
  self.set_version("(version %s)" % tortoise.version.get_version())   if hasattr(self, 'set_wrap_license'):   self.set_wrap_license(True) - self.set_copyright("Copyright 2007 TK Soh and others") + self.set_copyright("Copyright 2008 TK Soh and others")     hg_icon = os.path.normpath(shlib.get_tortoise_icon('hg.ico'))   prog_root = os.path.dirname(os.path.dirname(os.path.dirname(hg_icon)))