From 560bde3c5c21f5926acd7c177d6957a0ba3fef7a Mon Sep 17 00:00:00 2001 From: Heiko Bernloehr Date: Wed, 28 Feb 2018 21:35:37 +0100 Subject: Add GPL. --- app/models/auth.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 . + class Auth < ActiveRecord::Base belongs_to :message -- cgit v1.2.3