##// END OF EJS Templates
highlight: add copyright and license header
Martin Geisler -
r8251:7fc30044 default
parent child Browse files
Show More
@@ -1,3 +1,13 b''
1 # highlight - syntax highlighting in hgweb, based on Pygments
2 #
3 # Copyright 2008, 2009 Patrick Mezard <pmezard@gmail.com> and others
4 #
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2, incorporated herein by reference.
7 #
8 # The original module was split in an interface and an implementation
9 # file to defer pygments loading and speedup extension setup.
10
1 """syntax highlighting in hgweb, based on Pygments
11 """syntax highlighting in hgweb, based on Pygments
2
12
3 It depends on the pygments syntax highlighting library:
13 It depends on the pygments syntax highlighting library:
@@ -1,4 +1,9 b''
1 # highlight extension implementation file
1 # highlight.py - highlight extension implementation file
2 #
3 # Copyright 2007-2009 Adam Hupp <adam@hupp.org> and others
4 #
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2, incorporated herein by reference.
2 #
7 #
3 # The original module was split in an interface and an implementation
8 # The original module was split in an interface and an implementation
4 # file to defer pygments loading and speedup extension setup.
9 # file to defer pygments loading and speedup extension setup.
General Comments 0
You need to be logged in to leave comments. Login now