Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable about, run: bump copyright year

Changeset 08b75032f01b

Parent d9823cd4f915

by Steve Borho

Changes to 2 files · Browse files at 08b75032f01b Showing diff from parent d9823cd4f915 Diff from another changeset...

 
57
58
59
60
 
61
62
63
 
57
58
59
 
60
61
62
63
@@ -57,7 +57,7 @@
  self.copyright_lbl = QLabel()   self.copyright_lbl.setAlignment(Qt.AlignCenter)   self.copyright_lbl.setText('\n' - + _('Copyright 2008-2010 Steve Borho and others')) + + _('Copyright 2008-2011 Steve Borho and others'))   self.vbox.addWidget(self.copyright_lbl)   self.courtesy_lbl = QLabel()   self.courtesy_lbl.setAlignment(Qt.AlignCenter)
 
7
8
9
10
 
11
12
13
 
7
8
9
 
10
11
12
13
@@ -7,7 +7,7 @@
 # GNU General Public License version 2, incorporated herein by reference.    shortlicense = ''' -Copyright (C) 2008-2010 Steve Borho <steve@borho.org> and others. +Copyright (C) 2008-2011 Steve Borho <steve@borho.org> and others.  This is free software; see the source for copying conditions. There is NO  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  '''