comparison markup/output.py @ 66:822089ae65ce

Switch copyright to Edgewall and URLs to markup.edgewall.org.
author cmlenz
date Sun, 09 Jul 2006 17:46:12 +0000
parents b8456279c444
children e9a3930f8823
comparison
equal deleted inserted replaced
65:5c024cf58ecb 66:822089ae65ce
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # 2 #
3 # Copyright (C) 2006 Christopher Lenz 3 # Copyright (C) 2006 Edgewall Software
4 # All rights reserved. 4 # All rights reserved.
5 # 5 #
6 # This software is licensed as described in the file COPYING, which 6 # This software is licensed as described in the file COPYING, which
7 # you should have received as part of this distribution. The terms 7 # you should have received as part of this distribution. The terms
8 # are also available at http://markup.cmlenz.net/wiki/License. 8 # are also available at http://markup.edgewall.org/wiki/License.
9 # 9 #
10 # This software consists of voluntary contributions made by many 10 # This software consists of voluntary contributions made by many
11 # individuals. For the exact contribution history, see the revision 11 # individuals. For the exact contribution history, see the revision
12 # history and logs, available at http://markup.cmlenz.net/log/. 12 # history and logs, available at http://markup.edgewall.org/log/.
13 13
14 """This module provides different kinds of serialization methods for XML event 14 """This module provides different kinds of serialization methods for XML event
15 streams. 15 streams.
16 """ 16 """
17 17
Copyright (C) 2012-2017 Edgewall Software