summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--pygments/__init__.py3
2 files changed, 1 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 687b8482..6573f9a7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006 by the respective authors (see AUTHORS file).
+opyright (c) 2006 by the respective authors (see AUTHORS file).
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 4c9086bc..7783443e 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -16,9 +16,6 @@
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!
- The `Pygments trunk <http://trac.pocoo.org/repos/pygments/trunk#egg=Pygments-dev>`__
- is installable via *easy_install* with ``easy_install Pygments==dev``.
-
:copyright: 2006-2007 by Georg Brandl, Armin Ronacher and others.
:license: BSD, see LICENSE for more details.
"""