Change copyright header for 2018

This commit is contained in:
Michael Insel 2018-01-02 12:06:00 +01:00
parent ec061a9538
commit 158ae2188e
731 changed files with 731 additions and 731 deletions

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
PROG="`basename $0`" PROG="`basename $0`"
ICINGA2HOST="`hostname`" ICINGA2HOST="`hostname`"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
PROG="`basename $0`" PROG="`basename $0`"
ICINGA2HOST="`hostname`" ICINGA2HOST="`hostname`"

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
#/****************************************************************************** #/******************************************************************************
# * Icinga 2 * # * Icinga 2 *
# * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * # * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
# * * # * *
# * This program is free software; you can redistribute it and/or * # * This program is free software; you can redistribute it and/or *
# * modify it under the terms of the GNU General Public License * # * modify it under the terms of the GNU General Public License *

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

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