diff --git a/app/controllers/concerns/submission_controller.rb b/app/controllers/concerns/submission_controller.rb index 72481197cdd61dfc99497301c94f427f2cc0dc94..0d1ade4070ad3e502be875793d06976e62c113c6 100644 --- a/app/controllers/concerns/submission_controller.rb +++ b/app/controllers/concerns/submission_controller.rb @@ -1,3 +1,21 @@ + +# Copyright (C) 2015 Centro de Computacao Cientifica e Software Livre +# Departamento de Informatica - Universidade Federal do Parana +# +# This file is part of portalmec. +# +# portalmec 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. +# +# portalmec 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 portalmec. If not, see <http://www.gnu.org/licenses/>. module SubmissionController extend ActiveSupport::Concern include ::Paginator diff --git a/app/policies/submission_policy.rb b/app/policies/submission_policy.rb index c4c03d41abc73fce0ef1d59544cf0de7cad572a9..8290e6fb315e97632707665f252621f50381a31d 100644 --- a/app/policies/submission_policy.rb +++ b/app/policies/submission_policy.rb @@ -1,3 +1,21 @@ + +# Copyright (C) 2015 Centro de Computacao Cientifica e Software Livre +# Departamento de Informatica - Universidade Federal do Parana +# +# This file is part of portalmec. +# +# portalmec 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. +# +# portalmec 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 portalmec. If not, see <http://www.gnu.org/licenses/>. module SubmissionPolicy def submit?