Skip to content

Commit

Permalink
Add license header to controller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
juanSTIC committed Dec 26, 2024
1 parent fdd8d7a commit e2e05e0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions custom/modules/Home/controller.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<?php
/**
* This file is part of SinergiaCRM.
* SinergiaCRM is a work developed by SinergiaTIC Association, based on SuiteCRM.
* Copyright (C) 2013 - 2023 SinergiaTIC Association
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation.
*
* This program 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
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SinergiaTIC Association at email address info@sinergiacrm.org.
*/

require_once 'modules/Home/controller.php';
class CustomHomeController extends HomeController
{

0 comments on commit e2e05e0

Please sign in to comment.