Skip to content

Commit

Permalink
0.12.3dev: update copyright dates to 2012 (#9567)
Browse files Browse the repository at this point in the history
git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/0.12-stable@10917 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
cboos committed Jan 18, 2012
1 parent 0e27bff commit 326f911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2003-2011 Edgewall Software
Copyright (C) 2003-2012 Edgewall Software
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion trac/admin/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def run(self):
self.interactive = True
printout(_("""Welcome to trac-admin %(version)s
Interactive Trac administration console.
Copyright (C) 2003-2011 Edgewall Software
Copyright (C) 2003-2012 Edgewall Software
Type: '?' or 'help' for help on commands.
""", version=TRAC_VERSION))
Expand Down
2 changes: 1 addition & 1 deletion trac/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>About Trac</h1>
</a>
<p i18n:msg="">Please visit the Trac open source project:
<a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a></p>
<p class="copyright" xml:lang="en" i18n:msg="">Copyright &copy; 2003-2011
<p class="copyright" xml:lang="en" i18n:msg="">Copyright &copy; 2003-2012
<a href="http://www.edgewall.org/">Edgewall Software</a>
</p>

Expand Down

0 comments on commit 326f911

Please sign in to comment.