summary refs log tree commit
diff options
context:
space:
mode:
authorMichael Fellinger <m.fellinger@gmail.com>2009-06-12 11:08:49 +0900
committerMichael Fellinger <m.fellinger@gmail.com>2009-06-12 11:08:49 +0900
commit5ca8f82fb59f0bf0e8fd438e8e91c5acf3d98e44 (patch)
tree86123adb969f659f15f8d88a505ac769a0da2990
parent30b12906b89e9b7105927d7f81aabce0df40faa7 (diff)
downloadrack-5ca8f82fb59f0bf0e8fd438e8e91c5acf3d98e44.tar.gz
Forgot changing license of Rack::Reloader to MIT
-rw-r--r--lib/rack/reloader.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rack/reloader.rb b/lib/rack/reloader.rb
index a9c566f7..3b962c4a 100644
--- a/lib/rack/reloader.rb
+++ b/lib/rack/reloader.rb
@@ -1,5 +1,6 @@
 #          Copyright (c) 2009 Michael Fellinger m.fellinger@gmail.com
-# All files in this distribution are subject to the terms of the Ruby license.
+#       Rack::Reloader is subject to the terms of an MIT-style license.
+#      See COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 require 'pathname'