diff options
author | gbrandl <devnull@localhost> | 2009-09-15 19:26:32 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2009-09-15 19:26:32 +0200 |
commit | 103d45d2fde775e335ed890a177f70dc04ad055f (patch) | |
tree | 181bd05f8ea1b7622708548ff89b5c1db579f3b7 | |
parent | 92c9e2f7695aac8bf1ed9bef9f00bfa0f8daa3da (diff) | |
download | pygments-103d45d2fde775e335ed890a177f70dc04ad055f.tar.gz |
Remove pseudo license statements from test.html.
-rw-r--r-- | tests/examplefiles/test.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/examplefiles/test.html b/tests/examplefiles/test.html index 39365c0e..b22f0c61 100644 --- a/tests/examplefiles/test.html +++ b/tests/examplefiles/test.html @@ -6,16 +6,6 @@ } </script> <style> -/* - * Pocoo highlight package "green" style - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * - * based on the pyte vim theme - * - * :copyright: 2006-2007 by Georg Brandl. - * :license: GNU GPL, see LICENSE for more details. - */ - .syntax { border: 1px solid #d0d0d0; background-color: #f0f0f0; margin-left: 10px; margin-right: 10px; } @@ -71,8 +61,6 @@ pre.syntax { padding: 5px; margin-top: 0px; } Pocoo ACL System. - :copyright: 2006-2007 by Armin Ronacher. - :license: GNU GPL, see LICENSE for more details. </span><span class="st st-db">"""</span> <span class="kw">from </span><span class="cls">pocoo.db</span><span class="kw"> import</span> <span class="name">meta</span> |