comparison markup/plugin.py @ 66:59eb24184e9c trunk

Switch copyright to Edgewall and URLs to markup.edgewall.org.
author cmlenz
date Sun, 09 Jul 2006 17:46:12 +0000
parents ab8703fa68b8
children ee092ccb3af1
comparison
equal deleted inserted replaced
65:b3fdf93057ab 66:59eb24184e9c
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # 2 #
3 # Copyright (C) 2006 Edgewall Software
3 # Copyright (C) 2006 Matthew Good 4 # Copyright (C) 2006 Matthew Good
4 # Copyright (C) 2006 Christopher Lenz
5 # All rights reserved. 5 # All rights reserved.
6 # 6 #
7 # This software is licensed as described in the file COPYING, which 7 # This software is licensed as described in the file COPYING, which
8 # you should have received as part of this distribution. The terms 8 # you should have received as part of this distribution. The terms
9 # are also available at http://markup.cmlenz.net/wiki/License. 9 # are also available at http://markup.edgewall.org/wiki/License.
10 # 10 #
11 # This software consists of voluntary contributions made by many 11 # This software consists of voluntary contributions made by many
12 # individuals. For the exact contribution history, see the revision 12 # individuals. For the exact contribution history, see the revision
13 # history and logs, available at http://markup.cmlenz.net/log/. 13 # history and logs, available at http://markup.edgewall.org/log/.
14 14
15 """Basic support for the template engine plugin API used by TurboGears and 15 """Basic support for the template engine plugin API used by TurboGears and
16 CherryPy/Buffet. 16 CherryPy/Buffet.
17 """ 17 """
18 18
Copyright (C) 2012-2017 Edgewall Software