Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vincent Grippi <Dan@SPEEDRACER.local>2010-09-14 01:23:50 +0400
committerDaniel Vincent Grippi <Dan@SPEEDRACER.local>2010-09-14 01:23:50 +0400
commit4c15b1a01c6f02dccf5a78f2593003a0dc7ce4fb (patch)
tree382ad2a3934cc94dc939029a7e245a812898a48e /app/uploaders
parent3be86c2b5cb47fa7b807e57be8e73045b728aa14 (diff)
added license to every single goddamn file. also, put one in the root dir.
Diffstat (limited to 'app/uploaders')
-rw-r--r--app/uploaders/image_uploader.rb19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/uploaders/image_uploader.rb b/app/uploaders/image_uploader.rb
index 0ae5ce446..6f05a68da 100644
--- a/app/uploaders/image_uploader.rb
+++ b/app/uploaders/image_uploader.rb
@@ -1,3 +1,22 @@
+# Copyright 2010 Diaspora Inc.
+#
+# This file is part of Diaspora.
+#
+# Diaspora is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Diaspora is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with Diaspora. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
class ImageUploader < CarrierWave::Uploader::Base
include CarrierWave::MiniMagick