summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2018-02-28 21:35:37 +0100
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2018-02-28 21:35:37 +0100
commit560bde3c5c21f5926acd7c177d6957a0ba3fef7a (patch)
tree7b7a875195da542123dfe447dc6b7894b048ef89
parent8a12eb464e61604528d30a4db81e2b07061507d3 (diff)
downloadecs-560bde3c5c21f5926acd7c177d6957a0ba3fef7a.tar.gz
ecs-560bde3c5c21f5926acd7c177d6957a0ba3fef7a.zip
Add GPL.
-rw-r--r--app/models/auth.rb17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/models/auth.rb b/app/models/auth.rb
index 14f2831..1ac5c3c 100644
--- a/app/models/auth.rb
+++ b/app/models/auth.rb
@@ -1,3 +1,20 @@
+# Copyright (C) 2018 Heiko Bernloehr (FreeIT.de).
+#
+# This file is part of ECS.
+#
+# ECS 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.
+#
+# ECS 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 ECS. If not, see <http://www.gnu.org/licenses/>.
+
class Auth < ActiveRecord::Base
belongs_to :message