aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-24 14:18:00 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-24 14:18:00 -0500
commitef92cb0f5c7c5249576da8a9fb656adbced2e58c (patch)
tree3aec01a36756890f96d6d5bbcb5d8070cfc4351c /lib
parent547737b85b628191fadb35ef64730ccfb3b8eb8f (diff)
downloadrails-ef92cb0f5c7c5249576da8a9fb656adbced2e58c.tar.gz
rails-ef92cb0f5c7c5249576da8a9fb656adbced2e58c.tar.bz2
rails-ef92cb0f5c7c5249576da8a9fb656adbced2e58c.zip
Follow the same copyright format as the other Rails frameworks
Diffstat (limited to 'lib')
-rw-r--r--lib/active_storage.rb23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/active_storage.rb b/lib/active_storage.rb
index 4032fd59a7..9cccc4ddd1 100644
--- a/lib/active_storage.rb
+++ b/lib/active_storage.rb
@@ -1,3 +1,26 @@
+#--
+# Copyright (c) 2017 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.
+#++
+
require "active_record"
require "active_storage/engine"