diff genshi/filters/i18n.py @ 531:9ce91447fc6b trunk

Add missing copyright header to i18n.py.
author cmlenz
date Wed, 20 Jun 2007 10:00:03 +0000
parents 24df908da22d
children 35a413f3f1dd
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:
Copyright (C) 2012-2017 Edgewall Software