diff rhodecode/lib/middleware/https_fixup.py @ 902:07a6e8c65526 beta

fixed copyright year to 2011
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 31 Dec 2010 19:46:56 +0100
parents 1e757ac98988
children 04c9bb9ca6d6
line wrap: on
line diff
--- a/rhodecode/lib/middleware/https_fixup.py	Fri Dec 31 19:30:44 2010 +0100
+++ b/rhodecode/lib/middleware/https_fixup.py	Fri Dec 31 19:46:56 2010 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # encoding: utf-8
 # middleware to handle https correctly
-# Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
+# Copyright (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
  
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License