summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2012-06-21 19:44:34 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2012-06-21 19:44:34 +0200
commitef4dbe053349ba0a52b8396d4f494c23119cb39e (patch)
treef0b2f77649c20f5f51b1803cff613ba94f40051b /lib/coderay/helpers
parentc91e35e65c5c1551a7a10538d690405dd8ebfa96 (diff)
downloadcoderay-ef4dbe053349ba0a52b8396d4f494c23119cb39e.tar.gz
replace LGPL license with MIT [GH-25]
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r--lib/coderay/helpers/word_list.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/coderay/helpers/word_list.rb b/lib/coderay/helpers/word_list.rb
index ea969c3..4a42c4a 100644
--- a/lib/coderay/helpers/word_list.rb
+++ b/lib/coderay/helpers/word_list.rb
@@ -4,11 +4,6 @@ module CodeRay
#
# <b>A Hash subclass designed for mapping word lists to token types.</b>
#
- # Copyright (c) 2006-2011 by murphy (Kornelius Kalnbach) <murphy rubychan de>
- #
- # License:: LGPL / ask the author
- # Version:: 2.0 (2011-05-08)
- #
# A WordList is a Hash with some additional features.
# It is intended to be used for keyword recognition.
#