aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode_normalize.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/unicode_normalize.rb b/lib/unicode_normalize.rb
index a1a1149d72..7dec2f723d 100644
--- a/lib/unicode_normalize.rb
+++ b/lib/unicode_normalize.rb
@@ -1,10 +1,8 @@
# coding: utf-8
-# Copyright 2010-2013 Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
-# available under the same licence as Ruby itself
-# (see http://www.ruby-lang.org/en/LICENSE.txt)
+# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
-require File.dirname(__FILE__) + '/normalize'
+require 'unicode_normalize/normalize.rb'
class String
def normalize(form = :nfc)