diff --git a/library/Icinga/Application/Modules/Module.php b/library/Icinga/Application/Modules/Module.php index 5ee89e0d5..e732ba412 100644 --- a/library/Icinga/Application/Modules/Module.php +++ b/library/Icinga/Application/Modules/Module.php @@ -1,32 +1,12 @@ - * @license http://www.gnu.org/licenses/gpl-2.0.txt GPL, version 2 - * @author Icinga Development Team - * - */ -// {{{ICINGA_LICENSE_HEADER}}} +/** + * Icingaweb 2 + * + * @link https://git.icinga.org/icingaweb2.git/ for the official source repository + * @copyright Copyright (c) 2013-2014 Icinga Development Team (https://www.icinga.org) + * @license http://www.gnu.org/licenses/gpl-2.0.txt GPL, version 2 + */ namespace Icinga\Application\Modules; use Exception;