Adding rails license to the rails file.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/179bbc32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/179bbc32 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/179bbc32 Branch: refs/heads/master Commit: 179bbc32d0964ee9851566f136fd0667b1bda757 Parents: 8e7a98f Author: Aaron McCurry <[email protected]> Authored: Mon Sep 9 14:57:03 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Mon Sep 9 14:57:03 2013 -0400 ---------------------------------------------------------------------- contrib/blur-console/blur-admin/script/rails | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/179bbc32/contrib/blur-console/blur-admin/script/rails ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/script/rails b/contrib/blur-console/blur-admin/script/rails index f8da2cf..058f674 100755 --- a/contrib/blur-console/blur-admin/script/rails +++ b/contrib/blur-console/blur-admin/script/rails @@ -1,4 +1,25 @@ #!/usr/bin/env ruby +# Copyright (c) 2004-2013 David Heinemeier Hansson + +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated documentation files (the +# "Software"), to deal in the Software without restriction, including +# without limitation the rights to use, copy, modify, merge, publish, +# distribute, sublicense, and/or sell copies of the Software, and to +# permit persons to whom the Software is furnished to do so, subject to +# the following conditions: +# +# The above copyright notice and this permission notice shall be +# included in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. APP_PATH = File.expand_path('../../config/application', __FILE__)
