changeset 531:9ce91447fc6b trunk

Add missing copyright header to i18n.py.
author cmlenz
date Wed, 20 Jun 2007 10:00:03 +0000
parents 78039a4c2f57
children 4d486f15c986
files genshi/filters/i18n.py genshi/filters/transform.py
diffstat 2 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genshi/filters/i18n.py
+++ b/genshi/filters/i18n.py
@@ -1,3 +1,16 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2007 Edgewall Software
+# All rights reserved.
+#
+# This software is licensed as described in the file COPYING, which
+# you should have received as part of this distribution. The terms
+# are also available at http://genshi.edgewall.org/wiki/License.
+#
+# This software consists of voluntary contributions made by many
+# individuals. For the exact contribution history, see the revision
+# history and logs, available at http://genshi.edgewall.org/log/.
+
 """Utilities for internationalization and localization of templates."""
 
 try:
--- a/genshi/filters/transform.py
+++ b/genshi/filters/transform.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2006-2007 Edgewall Software
+# Copyright (C) 2007 Edgewall Software
 # All rights reserved.
 #
 # This software is licensed as described in the file COPYING, which
Copyright (C) 2012-2017 Edgewall Software