Skip to content

Commit

Permalink
Add license header
Browse files Browse the repository at this point in the history
fixes #7788
  • Loading branch information
lippserd committed Feb 3, 2015
1 parent d996699 commit 338d067
Show file tree
Hide file tree
Showing 590 changed files with 652 additions and 1,165 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- mode: 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"
VAGRANT_REQUIRED_VERSION = "1.5.0"

Expand Down
3 changes: 1 addition & 2 deletions application/clicommands/AutocompleteCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Clicommands;

Expand Down
3 changes: 1 addition & 2 deletions application/clicommands/HelpCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Clicommands;

Expand Down
3 changes: 1 addition & 2 deletions application/clicommands/ModuleCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Clicommands;

Expand Down
3 changes: 1 addition & 2 deletions application/clicommands/WebCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Clicommands;

Expand Down
3 changes: 1 addition & 2 deletions application/controllers/AuthenticationController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

# namespace Icinga\Application\Controllers;

Expand Down
1 change: 1 addition & 0 deletions application/controllers/ConfigController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?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\Icinga;
Expand Down
3 changes: 1 addition & 2 deletions application/controllers/DashboardController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use \Exception;
use Icinga\Exception\ProgrammingError;
Expand Down
1 change: 1 addition & 0 deletions application/controllers/ErrorController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?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\Logger;
Expand Down
3 changes: 1 addition & 2 deletions application/controllers/FilterController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use Icinga\Web\Controller\ActionController;
use Icinga\Filter\Filter;
Expand Down
3 changes: 1 addition & 2 deletions application/controllers/IndexController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

# namespace Icinga\Application\Controllers;

Expand Down
3 changes: 1 addition & 2 deletions application/controllers/LayoutController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use Icinga\Web\MenuRenderer;
use Icinga\Web\Controller\ActionController;
Expand Down
3 changes: 1 addition & 2 deletions application/controllers/ListController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use Icinga\Module\Monitoring\Controller;
use Icinga\Web\Url;
Expand Down
3 changes: 1 addition & 2 deletions application/controllers/PreferenceController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use Icinga\Web\Controller\BasePreferenceController;
use Icinga\Web\Url;
Expand Down
1 change: 1 addition & 0 deletions application/controllers/RolesController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?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\Forms\ConfirmRemovalForm;
Expand Down
3 changes: 1 addition & 2 deletions application/controllers/SearchController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use Icinga\Web\Controller\ActionController;
use Icinga\Web\Widget;
Expand Down
3 changes: 1 addition & 2 deletions application/controllers/StaticController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use Icinga\Web\Controller\ActionController;
use Icinga\Application\Icinga;
Expand Down
3 changes: 1 addition & 2 deletions application/forms/Authentication/LoginForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Authentication;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/Authentication/DbBackendForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config\Authentication;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config\Authentication;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/Authentication/LdapBackendForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config\Authentication;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/AuthenticationBackendConfigForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/General/ApplicationConfigForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config\General;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/General/LoggingConfigForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config\General;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/GeneralConfigForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/Resource/DbResourceForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config\Resource;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/Resource/FileResourceForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config\Resource;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/Resource/LdapResourceForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config\Resource;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/Resource/LivestatusResourceForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config\Resource;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Config/ResourceConfigForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Config;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/ConfigForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/ConfirmRemovalForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Dashboard/DashletForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Dashboard;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/LdapDiscoveryForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/PreferenceForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms;

Expand Down
3 changes: 1 addition & 2 deletions application/forms/Security/RoleForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

namespace Icinga\Forms\Security;

Expand Down
3 changes: 1 addition & 2 deletions application/views/helpers/DateFormat.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use Icinga\Application\Icinga;
use Icinga\Util\DateTimeFactory;
Expand Down
3 changes: 1 addition & 2 deletions application/views/helpers/FormDateTime.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

/**
* Render date-and-time input controls
Expand Down
3 changes: 1 addition & 2 deletions application/views/helpers/FormNumber.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use \Zend_View_Helper_FormElement;

Expand Down
3 changes: 1 addition & 2 deletions application/views/helpers/FormTriStateCheckbox.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

use \Zend_View_Helper_FormElement;

Expand Down
3 changes: 1 addition & 2 deletions application/views/helpers/Util.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

/**
* Class Zend_View_Helper_Util
Expand Down
3 changes: 1 addition & 2 deletions bin/icingacli
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/php
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */

require_once dirname(__DIR__) . '/library/Icinga/Application/Cli.php';

Expand Down
3 changes: 1 addition & 2 deletions bin/license_writer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/python

# {{{ICINGA_LICENSE_HEADER}}}
# {{{ICINGA_LICENSE_HEADER}}}
# Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt

import sys
import logging
Expand Down
3 changes: 0 additions & 3 deletions etc/bash_completion.d/icingacli
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

_icingacli_completion()
{
local cur opts
Expand All @@ -9,5 +8,3 @@ _icingacli_completion()
}

complete -F _icingacli_completion icingacli


2 changes: 2 additions & 0 deletions etc/schema/mysql.schema.sql
Original file line number Diff line number Diff line change
@@ -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`(
`name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`parent` varchar(64) COLLATE utf8_unicode_ci NULL DEFAULT NULL,
Expand Down
Loading

0 comments on commit 338d067

Please sign in to comment.