Ticket #9567: 2011.patch
| File 2011.patch, 1.3 KB (added by thijstriemstra, 16 months ago) |
|---|
-
trac/admin/console.py
1 1 #!/usr/bin/env python 2 2 # -*- coding: utf-8 -*- 3 3 # 4 # Copyright (C) 2003-201 0Edgewall Software4 # Copyright (C) 2003-2011 Edgewall Software 5 5 # All rights reserved. 6 6 # 7 7 # This software is licensed as described in the file COPYING, which … … 129 129 self.interactive = True 130 130 printout(_("""Welcome to trac-admin %(version)s 131 131 Interactive Trac administration console. 132 Copyright (c) 2003-201 0Edgewall Software132 Copyright (c) 2003-2011 Edgewall Software 133 133 134 134 Type: '?' or 'help' for help on commands. 135 135 """, version=TRAC_VERSION)) -
trac/templates/about.html
43 43 </a> 44 44 <p i18n:msg="">Please visit the Trac open source project: 45 45 <a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a></p> 46 <p class="copyright" xml:lang="en" i18n:msg="">Copyright © 2003-201 046 <p class="copyright" xml:lang="en" i18n:msg="">Copyright © 2003-2011 47 47 <a href="http://www.edgewall.org/">Edgewall Software</a> 48 48 </p> 49 49
