Skip to main content Link Search Menu Expand Document (external link)

License Text Templates

  1. PHP Files
  2. INI Files

We license all our extensions and templates under GPL v2 and higher. All php and ini files in our extensions should use the texts below as file headers.

PHP Files

/**
 * @package   ${PROJECT_NAME}
 * @contact   www.joomlashack.com, help@joomlashack.com
 * @copyright ${YEAR} Joomlashack.com. All rights reserved
 * @license   https://www.gnu.org/licenses/gpl.html GNU/GPL 
 *
 * This file is part of ${PROJECT_NAME}.
 *
 * ${PROJECT_NAME} is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * ${PROJECT_NAME} 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 General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with ${PROJECT_NAME}.  If not, see <https://www.gnu.org/licenses/>.
 */

INI Files

; @package   ${PROJECT_NAME}
; @contact   www.joomlashack.com, help@joomlashack.com
; @copyright ${YEAR} Joomlashack.com. All rights reserved
; @license   https://www.gnu.org/licenses/gpl.html GNU/GPL 
;
; This file is part of ${PROJECT_NAME}.
;
; ${PROJECT_NAME} is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 2 of the License, or
; (at your option) any later version.
;
; ${PROJECT_NAME} 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 General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with ${PROJECT_NAME}.  If not, see <https://www.gnu.org/licenses/>.
;
; Note : All ini files need to be saved as UTF-8 - No BOM

Copyright © 2020-2022 Joomlashack. License GPL