aboutsummaryrefslogtreecommitdiffstats
path: root/lib/abbrev.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/abbrev.rb')
-rw-r--r--lib/abbrev.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/abbrev.rb b/lib/abbrev.rb
index 6530679681..60dfd3a6d8 100644
--- a/lib/abbrev.rb
+++ b/lib/abbrev.rb
@@ -1,6 +1,5 @@
#!/usr/bin/env ruby
-=begin
-#
+#--
# Copyright (c) 2001,2003 Akinori MUSHA <knu@iDaemons.org>
#
# All rights reserved. You can redistribute and/or modify it under
@@ -9,7 +8,7 @@
# $Idaemons: /home/cvs/rb/abbrev.rb,v 1.2 2001/05/30 09:37:45 knu Exp $
# $RoughId: abbrev.rb,v 1.4 2003/10/14 19:45:42 knu Exp $
# $Id$
-=end
+#++
# Calculate the set of unique abbreviations for a given set of strings.
#