Add license header

fixes #7788
This commit is contained in:
Eric Lippmann 2015-02-03 15:49:34 +01:00
parent d9966995d8
commit 338d067aba
590 changed files with 652 additions and 1165 deletions

2
Vagrantfile vendored
View File

@ -1,6 +1,8 @@
# -*- mode: ruby -*- # -*- mode: ruby -*-
# vi: set ft=ruby : # vi: set ft=ruby :
# Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt
VAGRANTFILE_API_VERSION = "2" VAGRANTFILE_API_VERSION = "2"
VAGRANT_REQUIRED_VERSION = "1.5.0" VAGRANT_REQUIRED_VERSION = "1.5.0"

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Clicommands; namespace Icinga\Clicommands;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Clicommands; namespace Icinga\Clicommands;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Clicommands; namespace Icinga\Clicommands;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Clicommands; namespace Icinga\Clicommands;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
# namespace Icinga\Application\Controllers; # namespace Icinga\Application\Controllers;

View File

@ -1,4 +1,5 @@
<?php <?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
use Icinga\Application\Config; use Icinga\Application\Config;
use Icinga\Application\Icinga; use Icinga\Application\Icinga;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use \Exception; use \Exception;
use Icinga\Exception\ProgrammingError; use Icinga\Exception\ProgrammingError;

View File

@ -1,4 +1,5 @@
<?php <?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
use Icinga\Application\Icinga; use Icinga\Application\Icinga;
use Icinga\Application\Logger; use Icinga\Application\Logger;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Web\Controller\ActionController; use Icinga\Web\Controller\ActionController;
use Icinga\Filter\Filter; use Icinga\Filter\Filter;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
# namespace Icinga\Application\Controllers; # namespace Icinga\Application\Controllers;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Web\MenuRenderer; use Icinga\Web\MenuRenderer;
use Icinga\Web\Controller\ActionController; use Icinga\Web\Controller\ActionController;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Module\Monitoring\Controller; use Icinga\Module\Monitoring\Controller;
use Icinga\Web\Url; use Icinga\Web\Url;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Web\Controller\BasePreferenceController; use Icinga\Web\Controller\BasePreferenceController;
use Icinga\Web\Url; use Icinga\Web\Url;

View File

@ -1,4 +1,5 @@
<?php <?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
use Icinga\Application\Config; use Icinga\Application\Config;
use Icinga\Forms\ConfirmRemovalForm; use Icinga\Forms\ConfirmRemovalForm;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Web\Controller\ActionController; use Icinga\Web\Controller\ActionController;
use Icinga\Web\Widget; use Icinga\Web\Widget;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Web\Controller\ActionController; use Icinga\Web\Controller\ActionController;
use Icinga\Application\Icinga; use Icinga\Application\Icinga;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Authentication; namespace Icinga\Forms\Authentication;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config\Authentication; namespace Icinga\Forms\Config\Authentication;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config\Authentication; namespace Icinga\Forms\Config\Authentication;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config\Authentication; namespace Icinga\Forms\Config\Authentication;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config; namespace Icinga\Forms\Config;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config; namespace Icinga\Forms\Config;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config\General; namespace Icinga\Forms\Config\General;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config\General; namespace Icinga\Forms\Config\General;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config; namespace Icinga\Forms\Config;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config\Resource; namespace Icinga\Forms\Config\Resource;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config\Resource; namespace Icinga\Forms\Config\Resource;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config\Resource; namespace Icinga\Forms\Config\Resource;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config\Resource; namespace Icinga\Forms\Config\Resource;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Config; namespace Icinga\Forms\Config;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms; namespace Icinga\Forms;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms; namespace Icinga\Forms;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Dashboard; namespace Icinga\Forms\Dashboard;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms; namespace Icinga\Forms;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms; namespace Icinga\Forms;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Forms\Security; namespace Icinga\Forms\Security;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Application\Icinga; use Icinga\Application\Icinga;
use Icinga\Util\DateTimeFactory; use Icinga\Util\DateTimeFactory;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
/** /**
* Render date-and-time input controls * Render date-and-time input controls

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use \Zend_View_Helper_FormElement; use \Zend_View_Helper_FormElement;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use \Zend_View_Helper_FormElement; use \Zend_View_Helper_FormElement;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
/** /**
* Class Zend_View_Helper_Util * Class Zend_View_Helper_Util

View File

@ -1,7 +1,6 @@
#!/usr/bin/php #!/usr/bin/php
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
require_once dirname(__DIR__) . '/library/Icinga/Application/Cli.php'; require_once dirname(__DIR__) . '/library/Icinga/Application/Cli.php';

View File

@ -1,7 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# {{{ICINGA_LICENSE_HEADER}}} # Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt
# {{{ICINGA_LICENSE_HEADER}}}
import sys import sys
import logging import logging

View File

@ -1,4 +1,3 @@
_icingacli_completion() _icingacli_completion()
{ {
local cur opts local cur opts
@ -9,5 +8,3 @@ _icingacli_completion()
} }
complete -F _icingacli_completion icingacli complete -F _icingacli_completion icingacli

View File

@ -1,3 +1,5 @@
# Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt
CREATE TABLE `icingaweb_group`( CREATE TABLE `icingaweb_group`(
`name` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`parent` varchar(64) COLLATE utf8_unicode_ci NULL DEFAULT NULL, `parent` varchar(64) COLLATE utf8_unicode_ci NULL DEFAULT NULL,

View File

@ -1,6 +1,5 @@
/** /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
* Table "icingaweb_group"
*/
CREATE TABLE "icingaweb_group" ( CREATE TABLE "icingaweb_group" (
"name" character varying(64) NOT NULL, "name" character varying(64) NOT NULL,
"parent" character varying(64) NULL DEFAULT NULL, "parent" character varying(64) NULL DEFAULT NULL,
@ -20,10 +19,6 @@ CREATE UNIQUE INDEX idx_icingaweb_group
lower((name)::text) lower((name)::text)
); );
/**
* Table "icingaweb_group_membership"
*/
CREATE TABLE "icingaweb_group_membership" ( CREATE TABLE "icingaweb_group_membership" (
"group_name" character varying(64) NOT NULL, "group_name" character varying(64) NOT NULL,
"username" character varying(64) NOT NULL, "username" character varying(64) NOT NULL,
@ -45,10 +40,6 @@ CREATE UNIQUE INDEX idx_icingaweb_group_membership
lower((username)::text) lower((username)::text)
); );
/**
* Table "icingaweb_user"
*/
CREATE TABLE "icingaweb_user" ( CREATE TABLE "icingaweb_user" (
"name" character varying(64) NOT NULL, "name" character varying(64) NOT NULL,
"active" smallint NOT NULL, "active" smallint NOT NULL,
@ -69,10 +60,6 @@ CREATE UNIQUE INDEX idx_icingaweb_user
lower((name)::text) lower((name)::text)
); );
/**
* Table "icingaweb_user_preference"
*/
CREATE TABLE "icingaweb_user_preference" ( CREATE TABLE "icingaweb_user_preference" (
"username" character varying(64) NOT NULL, "username" character varying(64) NOT NULL,
"name" character varying(64) NOT NULL, "name" character varying(64) NOT NULL,
@ -96,4 +83,4 @@ CREATE UNIQUE INDEX idx_icingaweb_user_preference
lower((username)::text), lower((username)::text),
lower((section)::text), lower((section)::text),
lower((name)::text) lower((name)::text)
); );

View File

@ -1,3 +1,5 @@
# Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt
%define revision 1.beta2 %define revision 1.beta2
Name: icingaweb2 Name: icingaweb2

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
/** /**
* Icinga\Application\Benchmark class * Icinga\Application\Benchmark class

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application\Logger; namespace Icinga\Application\Logger;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application\Logger\Writer; namespace Icinga\Application\Logger\Writer;

View File

@ -1,5 +1,5 @@
<?php <?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
namespace Icinga\Application\Logger\Writer; namespace Icinga\Application\Logger\Writer;
use Icinga\Cli\Screen; use Icinga\Cli\Screen;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application\Logger\Writer; namespace Icinga\Application\Logger\Writer;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application\Modules; namespace Icinga\Application\Modules;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application\Modules; namespace Icinga\Application\Modules;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Util\Translator; use Icinga\Util\Translator;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application; namespace Icinga\Application;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */}
// {{{ICINGA_LICENSE_HEADER}}}}
namespace Icinga\Authentication; namespace Icinga\Authentication;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Authentication; namespace Icinga\Authentication;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Authentication\Backend; namespace Icinga\Authentication\Backend;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Authentication\Backend; namespace Icinga\Authentication\Backend;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Authentication\Backend; namespace Icinga\Authentication\Backend;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Authentication\Backend; namespace Icinga\Authentication\Backend;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Authentication\Backend; namespace Icinga\Authentication\Backend;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Authentication; namespace Icinga\Authentication;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */}
// {{{ICINGA_LICENSE_HEADER}}}}
namespace Icinga\Authentication; namespace Icinga\Authentication;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */}
// {{{ICINGA_LICENSE_HEADER}}}}
namespace Icinga\Authentication; namespace Icinga\Authentication;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart; namespace Icinga\Chart;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart; namespace Icinga\Chart;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart; namespace Icinga\Chart;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Graph; namespace Icinga\Chart\Graph;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Graph; namespace Icinga\Chart\Graph;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Graph; namespace Icinga\Chart\Graph;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Graph; namespace Icinga\Chart\Graph;
@ -141,4 +140,4 @@ class Tooltip
{ {
return strip_tags($this->render($order, $data, $format)); return strip_tags($this->render($order, $data, $format));
} }
} }

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart; namespace Icinga\Chart;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Inline; namespace Icinga\Chart\Inline;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Inline; namespace Icinga\Chart\Inline;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart; namespace Icinga\Chart;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart; namespace Icinga\Chart;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart; namespace Icinga\Chart;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

View File

@ -1,6 +1,5 @@
<?php <?php
// {{{ICINGA_LICENSE_HEADER}}} /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Chart\Primitive; namespace Icinga\Chart\Primitive;

Some files were not shown because too many files have changed in this diff Show More