diff --git a/CMakeLists.txt b/CMakeLists.txt index 849435500..bebda7145 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/checker/CMakeLists.txt b/components/checker/CMakeLists.txt index 8c669ef3a..7fe18cf9b 100644 --- a/components/checker/CMakeLists.txt +++ b/components/checker/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/checker/checker-type.conf b/components/checker/checker-type.conf index c64f8f553..5c02261a9 100644 --- a/components/checker/checker-type.conf +++ b/components/checker/checker-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/checker/checkercomponent.cpp b/components/checker/checkercomponent.cpp index bba18211d..67b9f7935 100644 --- a/components/checker/checkercomponent.cpp +++ b/components/checker/checkercomponent.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/checker/checkercomponent.h b/components/checker/checkercomponent.h index b82cea0a3..cb8570e14 100644 --- a/components/checker/checkercomponent.h +++ b/components/checker/checkercomponent.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/cluster/CMakeLists.txt b/components/cluster/CMakeLists.txt index 8695356de..883d50aac 100644 --- a/components/cluster/CMakeLists.txt +++ b/components/cluster/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/cluster/cluster-type.conf b/components/cluster/cluster-type.conf index b15a817d5..127927c71 100644 --- a/components/cluster/cluster-type.conf +++ b/components/cluster/cluster-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/cluster/clusterchecktask.cpp b/components/cluster/clusterchecktask.cpp index c6e73e82c..32b2e9915 100644 --- a/components/cluster/clusterchecktask.cpp +++ b/components/cluster/clusterchecktask.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/cluster/clusterchecktask.h b/components/cluster/clusterchecktask.h index 126159a61..c7c55ecbc 100644 --- a/components/cluster/clusterchecktask.h +++ b/components/cluster/clusterchecktask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/cluster/clusterlistener.cpp b/components/cluster/clusterlistener.cpp index 29a8b3a99..bcb707e3b 100644 --- a/components/cluster/clusterlistener.cpp +++ b/components/cluster/clusterlistener.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/cluster/clusterlistener.h b/components/cluster/clusterlistener.h index 9f8e3f40f..e1d5eb341 100644 --- a/components/cluster/clusterlistener.h +++ b/components/cluster/clusterlistener.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/cluster/endpoint.cpp b/components/cluster/endpoint.cpp index debaef2ee..adea27395 100644 --- a/components/cluster/endpoint.cpp +++ b/components/cluster/endpoint.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/cluster/endpoint.h b/components/cluster/endpoint.h index 5a3b3d07b..62925012e 100644 --- a/components/cluster/endpoint.h +++ b/components/cluster/endpoint.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/cluster/jsonrpc.cpp b/components/cluster/jsonrpc.cpp index a5d8b32cf..2eabf2df8 100644 --- a/components/cluster/jsonrpc.cpp +++ b/components/cluster/jsonrpc.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/cluster/jsonrpc.h b/components/cluster/jsonrpc.h index 22d95c5b6..61bd974b2 100644 --- a/components/cluster/jsonrpc.h +++ b/components/cluster/jsonrpc.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/compat/CMakeLists.txt b/components/compat/CMakeLists.txt index 398191e95..6c69f0ee9 100644 --- a/components/compat/CMakeLists.txt +++ b/components/compat/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/compat/checkresultreader.cpp b/components/compat/checkresultreader.cpp index 512190208..16088cb9d 100644 --- a/components/compat/checkresultreader.cpp +++ b/components/compat/checkresultreader.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/compat/checkresultreader.h b/components/compat/checkresultreader.h index 13586a6a5..4b0adb973 100644 --- a/components/compat/checkresultreader.h +++ b/components/compat/checkresultreader.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/compat/compat-type.conf b/components/compat/compat-type.conf index 577dedcda..d0a0271ca 100644 --- a/components/compat/compat-type.conf +++ b/components/compat/compat-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/compat/compatlogger.cpp b/components/compat/compatlogger.cpp index 44978b485..de138cb29 100644 --- a/components/compat/compatlogger.cpp +++ b/components/compat/compatlogger.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/compat/compatlogger.h b/components/compat/compatlogger.h index 0208cc1c4..13cb9e29c 100644 --- a/components/compat/compatlogger.h +++ b/components/compat/compatlogger.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/compat/externalcommandlistener.cpp b/components/compat/externalcommandlistener.cpp index a9f0e505a..c2eab5f50 100644 --- a/components/compat/externalcommandlistener.cpp +++ b/components/compat/externalcommandlistener.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/compat/externalcommandlistener.h b/components/compat/externalcommandlistener.h index 19070f64c..ba3f07ec6 100644 --- a/components/compat/externalcommandlistener.h +++ b/components/compat/externalcommandlistener.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/compat/statusdatawriter.cpp b/components/compat/statusdatawriter.cpp index da7aa6bc0..c61b55dbe 100644 --- a/components/compat/statusdatawriter.cpp +++ b/components/compat/statusdatawriter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/compat/statusdatawriter.h b/components/compat/statusdatawriter.h index 64b9c38c9..363e3b415 100644 --- a/components/compat/statusdatawriter.h +++ b/components/compat/statusdatawriter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/db_ido_mysql/CMakeLists.txt b/components/db_ido_mysql/CMakeLists.txt index 98f86545f..d048e707e 100644 --- a/components/db_ido_mysql/CMakeLists.txt +++ b/components/db_ido_mysql/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/db_ido_mysql/db_ido_mysql-type.conf b/components/db_ido_mysql/db_ido_mysql-type.conf index ade6ebb4e..7ffa3df9d 100644 --- a/components/db_ido_mysql/db_ido_mysql-type.conf +++ b/components/db_ido_mysql/db_ido_mysql-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/db_ido_mysql/idomysqlconnection.cpp b/components/db_ido_mysql/idomysqlconnection.cpp index bd8938f64..14e1d3eae 100644 --- a/components/db_ido_mysql/idomysqlconnection.cpp +++ b/components/db_ido_mysql/idomysqlconnection.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/db_ido_mysql/idomysqlconnection.h b/components/db_ido_mysql/idomysqlconnection.h index d935e0b12..4d778df39 100644 --- a/components/db_ido_mysql/idomysqlconnection.h +++ b/components/db_ido_mysql/idomysqlconnection.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/db_ido_pgsql/CMakeLists.txt b/components/db_ido_pgsql/CMakeLists.txt index 431b939f1..94e7f90a5 100644 --- a/components/db_ido_pgsql/CMakeLists.txt +++ b/components/db_ido_pgsql/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/db_ido_pgsql/db_ido_pgsql-type.conf b/components/db_ido_pgsql/db_ido_pgsql-type.conf index ac28175dd..125b70e78 100644 --- a/components/db_ido_pgsql/db_ido_pgsql-type.conf +++ b/components/db_ido_pgsql/db_ido_pgsql-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/db_ido_pgsql/idopgsqlconnection.cpp b/components/db_ido_pgsql/idopgsqlconnection.cpp index 43917dff0..3bdc29cd8 100644 --- a/components/db_ido_pgsql/idopgsqlconnection.cpp +++ b/components/db_ido_pgsql/idopgsqlconnection.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/db_ido_pgsql/idopgsqlconnection.h b/components/db_ido_pgsql/idopgsqlconnection.h index 06708652b..a30d3bec3 100644 --- a/components/db_ido_pgsql/idopgsqlconnection.h +++ b/components/db_ido_pgsql/idopgsqlconnection.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/demo/CMakeLists.txt b/components/demo/CMakeLists.txt index 322b32b31..2b1d0f3a0 100644 --- a/components/demo/CMakeLists.txt +++ b/components/demo/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/demo/demo-type.conf b/components/demo/demo-type.conf index 29f17088f..60a726126 100644 --- a/components/demo/demo-type.conf +++ b/components/demo/demo-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/demo/demo.cpp b/components/demo/demo.cpp index 6fc28b41b..abb91c0da 100644 --- a/components/demo/demo.cpp +++ b/components/demo/demo.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/demo/demo.h b/components/demo/demo.h index 379028d90..299b59faf 100644 --- a/components/demo/demo.h +++ b/components/demo/demo.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/CMakeLists.txt b/components/livestatus/CMakeLists.txt index fd998164d..babea8672 100644 --- a/components/livestatus/CMakeLists.txt +++ b/components/livestatus/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/livestatus/aggregator.cpp b/components/livestatus/aggregator.cpp index 027398cff..60a0dfa7b 100644 --- a/components/livestatus/aggregator.cpp +++ b/components/livestatus/aggregator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/aggregator.h b/components/livestatus/aggregator.h index 9435a6cbe..a1f4021c7 100644 --- a/components/livestatus/aggregator.h +++ b/components/livestatus/aggregator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/andfilter.cpp b/components/livestatus/andfilter.cpp index ede9e977a..955864672 100644 --- a/components/livestatus/andfilter.cpp +++ b/components/livestatus/andfilter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/andfilter.h b/components/livestatus/andfilter.h index 1071067e2..10c03f985 100644 --- a/components/livestatus/andfilter.h +++ b/components/livestatus/andfilter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/attributefilter.cpp b/components/livestatus/attributefilter.cpp index da3aeb88f..5c2790d4a 100644 --- a/components/livestatus/attributefilter.cpp +++ b/components/livestatus/attributefilter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/attributefilter.h b/components/livestatus/attributefilter.h index 4ed352c65..42670a2e6 100644 --- a/components/livestatus/attributefilter.h +++ b/components/livestatus/attributefilter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/avgaggregator.cpp b/components/livestatus/avgaggregator.cpp index 3344ffc6a..7737204dc 100644 --- a/components/livestatus/avgaggregator.cpp +++ b/components/livestatus/avgaggregator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/avgaggregator.h b/components/livestatus/avgaggregator.h index 64fd3ae08..d6e788914 100644 --- a/components/livestatus/avgaggregator.h +++ b/components/livestatus/avgaggregator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/column.cpp b/components/livestatus/column.cpp index 482016c86..18c9d14f5 100644 --- a/components/livestatus/column.cpp +++ b/components/livestatus/column.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/column.h b/components/livestatus/column.h index 26ffe7a7f..aafb2143e 100644 --- a/components/livestatus/column.h +++ b/components/livestatus/column.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/combinerfilter.cpp b/components/livestatus/combinerfilter.cpp index df908d62d..3755d699b 100644 --- a/components/livestatus/combinerfilter.cpp +++ b/components/livestatus/combinerfilter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/combinerfilter.h b/components/livestatus/combinerfilter.h index 4e547e218..52f791fb8 100644 --- a/components/livestatus/combinerfilter.h +++ b/components/livestatus/combinerfilter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/commandstable.cpp b/components/livestatus/commandstable.cpp index dc932d168..6861b7f77 100644 --- a/components/livestatus/commandstable.cpp +++ b/components/livestatus/commandstable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/commandstable.h b/components/livestatus/commandstable.h index 8145aad25..59469bf73 100644 --- a/components/livestatus/commandstable.h +++ b/components/livestatus/commandstable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/commentstable.cpp b/components/livestatus/commentstable.cpp index cf258a4bc..327fbfb72 100644 --- a/components/livestatus/commentstable.cpp +++ b/components/livestatus/commentstable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/commentstable.h b/components/livestatus/commentstable.h index 9301d7c54..309729f2d 100644 --- a/components/livestatus/commentstable.h +++ b/components/livestatus/commentstable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/contactgroupstable.cpp b/components/livestatus/contactgroupstable.cpp index 1581f2225..374b7a8c3 100644 --- a/components/livestatus/contactgroupstable.cpp +++ b/components/livestatus/contactgroupstable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/contactgroupstable.h b/components/livestatus/contactgroupstable.h index 3c4e06e73..98ab4302c 100644 --- a/components/livestatus/contactgroupstable.h +++ b/components/livestatus/contactgroupstable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/contactstable.cpp b/components/livestatus/contactstable.cpp index bd539f747..d18f12177 100644 --- a/components/livestatus/contactstable.cpp +++ b/components/livestatus/contactstable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/contactstable.h b/components/livestatus/contactstable.h index 9c0a54156..f96e1c5bf 100644 --- a/components/livestatus/contactstable.h +++ b/components/livestatus/contactstable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/countaggregator.cpp b/components/livestatus/countaggregator.cpp index fb5c10512..e33886758 100644 --- a/components/livestatus/countaggregator.cpp +++ b/components/livestatus/countaggregator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/countaggregator.h b/components/livestatus/countaggregator.h index 54454f881..003e19b84 100644 --- a/components/livestatus/countaggregator.h +++ b/components/livestatus/countaggregator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/downtimestable.cpp b/components/livestatus/downtimestable.cpp index 63f739a7a..b8647f9b1 100644 --- a/components/livestatus/downtimestable.cpp +++ b/components/livestatus/downtimestable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/downtimestable.h b/components/livestatus/downtimestable.h index 263b69b7b..cf0ddc822 100644 --- a/components/livestatus/downtimestable.h +++ b/components/livestatus/downtimestable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/filter.cpp b/components/livestatus/filter.cpp index 5eeef56a3..129c088fb 100644 --- a/components/livestatus/filter.cpp +++ b/components/livestatus/filter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/filter.h b/components/livestatus/filter.h index 746d37055..30b344922 100644 --- a/components/livestatus/filter.h +++ b/components/livestatus/filter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/historytable.cpp b/components/livestatus/historytable.cpp index eb6b2b5be..8c8270bae 100644 --- a/components/livestatus/historytable.cpp +++ b/components/livestatus/historytable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/historytable.h b/components/livestatus/historytable.h index 6eeb61c93..dcebb1a25 100644 --- a/components/livestatus/historytable.h +++ b/components/livestatus/historytable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/hostgroupstable.cpp b/components/livestatus/hostgroupstable.cpp index e7089b012..5ff8ad5be 100644 --- a/components/livestatus/hostgroupstable.cpp +++ b/components/livestatus/hostgroupstable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/hostgroupstable.h b/components/livestatus/hostgroupstable.h index 8c1af12b5..f8c28ca29 100644 --- a/components/livestatus/hostgroupstable.h +++ b/components/livestatus/hostgroupstable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/hoststable.cpp b/components/livestatus/hoststable.cpp index 1f70aa9e2..e5d5d5a8c 100644 --- a/components/livestatus/hoststable.cpp +++ b/components/livestatus/hoststable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/hoststable.h b/components/livestatus/hoststable.h index b89773838..77cfc4ee1 100644 --- a/components/livestatus/hoststable.h +++ b/components/livestatus/hoststable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/invavgaggregator.cpp b/components/livestatus/invavgaggregator.cpp index dc90a2496..3bea562f3 100644 --- a/components/livestatus/invavgaggregator.cpp +++ b/components/livestatus/invavgaggregator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/invavgaggregator.h b/components/livestatus/invavgaggregator.h index 18bed5bb8..a45461032 100644 --- a/components/livestatus/invavgaggregator.h +++ b/components/livestatus/invavgaggregator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/invsumaggregator.cpp b/components/livestatus/invsumaggregator.cpp index b2e7fd538..7e947d04e 100644 --- a/components/livestatus/invsumaggregator.cpp +++ b/components/livestatus/invsumaggregator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/invsumaggregator.h b/components/livestatus/invsumaggregator.h index 67d9c3007..e3950aa46 100644 --- a/components/livestatus/invsumaggregator.h +++ b/components/livestatus/invsumaggregator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/listener.cpp b/components/livestatus/listener.cpp index dd04eacf7..a3fae53b6 100644 --- a/components/livestatus/listener.cpp +++ b/components/livestatus/listener.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/listener.h b/components/livestatus/listener.h index 294e14e35..d157169c0 100644 --- a/components/livestatus/listener.h +++ b/components/livestatus/listener.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/livestatus-type.conf b/components/livestatus/livestatus-type.conf index f19615ec4..adeeff805 100644 --- a/components/livestatus/livestatus-type.conf +++ b/components/livestatus/livestatus-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/logtable.cpp b/components/livestatus/logtable.cpp index b3ba57cd5..695da7ac3 100644 --- a/components/livestatus/logtable.cpp +++ b/components/livestatus/logtable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/logtable.h b/components/livestatus/logtable.h index d1cc7aabb..4a3bd74ae 100644 --- a/components/livestatus/logtable.h +++ b/components/livestatus/logtable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/logutility.cpp b/components/livestatus/logutility.cpp index 49172f48a..d5113126c 100644 --- a/components/livestatus/logutility.cpp +++ b/components/livestatus/logutility.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/logutility.h b/components/livestatus/logutility.h index a67676fbb..153e43835 100644 --- a/components/livestatus/logutility.h +++ b/components/livestatus/logutility.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/maxaggregator.cpp b/components/livestatus/maxaggregator.cpp index 060d4b1b7..85fdbacde 100644 --- a/components/livestatus/maxaggregator.cpp +++ b/components/livestatus/maxaggregator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/maxaggregator.h b/components/livestatus/maxaggregator.h index 202e3b5b7..546e74150 100644 --- a/components/livestatus/maxaggregator.h +++ b/components/livestatus/maxaggregator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/minaggregator.cpp b/components/livestatus/minaggregator.cpp index 49684d1f8..123e563b2 100644 --- a/components/livestatus/minaggregator.cpp +++ b/components/livestatus/minaggregator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/minaggregator.h b/components/livestatus/minaggregator.h index e0cad8dbb..48d8841f1 100644 --- a/components/livestatus/minaggregator.h +++ b/components/livestatus/minaggregator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/negatefilter.cpp b/components/livestatus/negatefilter.cpp index dc4b67b78..483a95348 100644 --- a/components/livestatus/negatefilter.cpp +++ b/components/livestatus/negatefilter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/negatefilter.h b/components/livestatus/negatefilter.h index a9d1b7084..b3c6f11a3 100644 --- a/components/livestatus/negatefilter.h +++ b/components/livestatus/negatefilter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/orfilter.cpp b/components/livestatus/orfilter.cpp index 2d335fc16..4a657373f 100644 --- a/components/livestatus/orfilter.cpp +++ b/components/livestatus/orfilter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/orfilter.h b/components/livestatus/orfilter.h index c009be597..cf451ccc8 100644 --- a/components/livestatus/orfilter.h +++ b/components/livestatus/orfilter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/query.cpp b/components/livestatus/query.cpp index 522f993da..4b82b844c 100644 --- a/components/livestatus/query.cpp +++ b/components/livestatus/query.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/query.h b/components/livestatus/query.h index 7206ea524..1bfa2001a 100644 --- a/components/livestatus/query.h +++ b/components/livestatus/query.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/servicegroupstable.cpp b/components/livestatus/servicegroupstable.cpp index 351d42542..e3373d3cf 100644 --- a/components/livestatus/servicegroupstable.cpp +++ b/components/livestatus/servicegroupstable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/servicegroupstable.h b/components/livestatus/servicegroupstable.h index 33e78dac6..fcb283f3d 100644 --- a/components/livestatus/servicegroupstable.h +++ b/components/livestatus/servicegroupstable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/servicestable.cpp b/components/livestatus/servicestable.cpp index a2ed4441d..a057c072d 100644 --- a/components/livestatus/servicestable.cpp +++ b/components/livestatus/servicestable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/servicestable.h b/components/livestatus/servicestable.h index 5f83ff103..f74ad8944 100644 --- a/components/livestatus/servicestable.h +++ b/components/livestatus/servicestable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/statehisttable.cpp b/components/livestatus/statehisttable.cpp index 637026268..e016f1145 100644 --- a/components/livestatus/statehisttable.cpp +++ b/components/livestatus/statehisttable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/statehisttable.h b/components/livestatus/statehisttable.h index 58d913d87..c94e9eb8a 100644 --- a/components/livestatus/statehisttable.h +++ b/components/livestatus/statehisttable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/statustable.cpp b/components/livestatus/statustable.cpp index 5709f5555..f52523e9e 100644 --- a/components/livestatus/statustable.cpp +++ b/components/livestatus/statustable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/statustable.h b/components/livestatus/statustable.h index 4098899b9..9122f00ca 100644 --- a/components/livestatus/statustable.h +++ b/components/livestatus/statustable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/stdaggregator.cpp b/components/livestatus/stdaggregator.cpp index e137584ab..638ae415b 100644 --- a/components/livestatus/stdaggregator.cpp +++ b/components/livestatus/stdaggregator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/stdaggregator.h b/components/livestatus/stdaggregator.h index 672b7f315..4d1a8858a 100644 --- a/components/livestatus/stdaggregator.h +++ b/components/livestatus/stdaggregator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/sumaggregator.cpp b/components/livestatus/sumaggregator.cpp index eb1a46439..40aef1ab9 100644 --- a/components/livestatus/sumaggregator.cpp +++ b/components/livestatus/sumaggregator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/sumaggregator.h b/components/livestatus/sumaggregator.h index 43b874123..88668805f 100644 --- a/components/livestatus/sumaggregator.h +++ b/components/livestatus/sumaggregator.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/table.cpp b/components/livestatus/table.cpp index 74eb43a2f..6873faf74 100644 --- a/components/livestatus/table.cpp +++ b/components/livestatus/table.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/table.h b/components/livestatus/table.h index 591c486ad..1436fe7b1 100644 --- a/components/livestatus/table.h +++ b/components/livestatus/table.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/timeperiodstable.cpp b/components/livestatus/timeperiodstable.cpp index a1f36cae1..2b9c579dc 100644 --- a/components/livestatus/timeperiodstable.cpp +++ b/components/livestatus/timeperiodstable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/livestatus/timeperiodstable.h b/components/livestatus/timeperiodstable.h index 89d4a887c..cf48a74d6 100644 --- a/components/livestatus/timeperiodstable.h +++ b/components/livestatus/timeperiodstable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/notification/CMakeLists.txt b/components/notification/CMakeLists.txt index d5380850f..7d2ff0592 100644 --- a/components/notification/CMakeLists.txt +++ b/components/notification/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/notification/notification-type.conf b/components/notification/notification-type.conf index 89728872a..9acf6631f 100644 --- a/components/notification/notification-type.conf +++ b/components/notification/notification-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/notification/notificationcomponent.cpp b/components/notification/notificationcomponent.cpp index 7444b7c09..c9713d4da 100644 --- a/components/notification/notificationcomponent.cpp +++ b/components/notification/notificationcomponent.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/notification/notificationcomponent.h b/components/notification/notificationcomponent.h index 8b6d2a33c..360a469d2 100644 --- a/components/notification/notificationcomponent.h +++ b/components/notification/notificationcomponent.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/perfdata/CMakeLists.txt b/components/perfdata/CMakeLists.txt index 510f5991d..51a14cf59 100644 --- a/components/perfdata/CMakeLists.txt +++ b/components/perfdata/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/components/perfdata/graphitewriter.cpp b/components/perfdata/graphitewriter.cpp index 80550a3bb..dabb2386c 100644 --- a/components/perfdata/graphitewriter.cpp +++ b/components/perfdata/graphitewriter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/perfdata/graphitewriter.h b/components/perfdata/graphitewriter.h index 9a833ddcf..9c830f2a3 100644 --- a/components/perfdata/graphitewriter.h +++ b/components/perfdata/graphitewriter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/perfdata/perfdata-type.conf b/components/perfdata/perfdata-type.conf index e6689f0b0..739f22dba 100644 --- a/components/perfdata/perfdata-type.conf +++ b/components/perfdata/perfdata-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/perfdata/perfdatawriter.cpp b/components/perfdata/perfdatawriter.cpp index 385fd1a83..ca0634f02 100644 --- a/components/perfdata/perfdatawriter.cpp +++ b/components/perfdata/perfdatawriter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/components/perfdata/perfdatawriter.h b/components/perfdata/perfdatawriter.h index 73627815d..85edd0d12 100644 --- a/components/perfdata/perfdatawriter.h +++ b/components/perfdata/perfdatawriter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/contrib/GPLHeader b/contrib/GPLHeader index b076d70db..02122d721 100644 --- a/contrib/GPLHeader +++ b/contrib/GPLHeader @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/contrib/discover.py b/contrib/discover.py index 96d429cb3..ddbdaf3ec 100755 --- a/contrib/discover.py +++ b/contrib/discover.py @@ -2,7 +2,7 @@ #/****************************************************************************** # * Icinga 2 * -# * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * +# * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * # * * # * This program is free software; you can redistribute it and/or * # * modify it under the terms of the GNU General Public License * diff --git a/debian/CMakeLists.txt b/debian/CMakeLists.txt index 2192ef466..6dcf3f998 100644 --- a/debian/CMakeLists.txt +++ b/debian/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/debian/copyright b/debian/copyright index 0b55863c3..42d57b9fc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: Icinga 2 Source: http://www.icinga.org Files: * -Copyright: 2012-present Icinga Development Team (http://www.icinga.org) +Copyright: 2012-2014 Icinga Development Team (http://www.icinga.org) License: GPL-2+-with-exeception This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index def39c22c..d1ed805d2 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index be4c60b8d..2669b5619 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/icinga-app/CMakeLists.txt b/icinga-app/CMakeLists.txt index b8503f22e..74d0518e7 100644 --- a/icinga-app/CMakeLists.txt +++ b/icinga-app/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 33a87b9e2..37d0b4594 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -295,7 +295,7 @@ int main(int argc, char **argv) if (g_AppParams.count("version")) { std::cout << " (Version: " << Application::GetVersion() << ")"; std::cout << std::endl - << "Copyright (c) 2012-present Icinga Development Team (http://www.icinga.org)" << std::endl + << "Copyright (c) 2012-2014 Icinga Development Team (http://www.icinga.org)" << std::endl << "License GPLv2+: GNU GPL version 2 or later " << std::endl << "This is free software: you are free to change and redistribute it." << std::endl << "There is NO WARRANTY, to the extent permitted by law."; diff --git a/icinga2.spec b/icinga2.spec index bac8d914b..293066b7e 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -1,6 +1,6 @@ #/****************************************************************************** # * Icinga 2 * -# * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * +# * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * # * * # * This program is free software; you can redistribute it and/or * # * modify it under the terms of the GNU General Public License * diff --git a/itl/CMakeLists.txt b/itl/CMakeLists.txt index 79705fdca..c156b97e7 100644 --- a/itl/CMakeLists.txt +++ b/itl/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/itl/command-common.conf b/itl/command-common.conf index 943b2ca84..3e0087573 100644 --- a/itl/command-common.conf +++ b/itl/command-common.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/itl/command.conf b/itl/command.conf index 0dcbe84f2..507f976d0 100644 --- a/itl/command.conf +++ b/itl/command.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/itl/itl.conf b/itl/itl.conf index b089ac5fd..597fde139 100644 --- a/itl/itl.conf +++ b/itl/itl.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/itl/timeperiod.conf b/itl/timeperiod.conf index 95d839d63..2c6b6a667 100644 --- a/itl/timeperiod.conf +++ b/itl/timeperiod.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 4df3eabcc..2945e539a 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/base/CMakeLists.txt b/lib/base/CMakeLists.txt index ae8b67391..746355002 100644 --- a/lib/base/CMakeLists.txt +++ b/lib/base/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/base/application.cpp b/lib/base/application.cpp index df6ebc0b4..d42d7ee90 100644 --- a/lib/base/application.cpp +++ b/lib/base/application.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/application.h b/lib/base/application.h index 38d55000f..be617ebe5 100644 --- a/lib/base/application.h +++ b/lib/base/application.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/array.cpp b/lib/base/array.cpp index fdc655549..4adb5316d 100644 --- a/lib/base/array.cpp +++ b/lib/base/array.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/array.h b/lib/base/array.h index 240ff688a..0cd528aaf 100644 --- a/lib/base/array.h +++ b/lib/base/array.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/bufferedstream.cpp b/lib/base/bufferedstream.cpp index ba2864729..1b879afb0 100644 --- a/lib/base/bufferedstream.cpp +++ b/lib/base/bufferedstream.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/bufferedstream.h b/lib/base/bufferedstream.h index d51e11efe..5f34a4d4c 100644 --- a/lib/base/bufferedstream.h +++ b/lib/base/bufferedstream.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/context.cpp b/lib/base/context.cpp index 5502ecd18..95086ffec 100644 --- a/lib/base/context.cpp +++ b/lib/base/context.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/context.h b/lib/base/context.h index 9ab1e5112..8b2718129 100644 --- a/lib/base/context.h +++ b/lib/base/context.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/convert.cpp b/lib/base/convert.cpp index ae3e2c0e4..dbe8d8ed3 100644 --- a/lib/base/convert.cpp +++ b/lib/base/convert.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/convert.h b/lib/base/convert.h index 2a0f007fd..6e55ebf12 100644 --- a/lib/base/convert.h +++ b/lib/base/convert.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/debug.h b/lib/base/debug.h index 49810a9c2..964c81d93 100644 --- a/lib/base/debug.h +++ b/lib/base/debug.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/dictionary.cpp b/lib/base/dictionary.cpp index 8f9cd3800..eada298fb 100644 --- a/lib/base/dictionary.cpp +++ b/lib/base/dictionary.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/dictionary.h b/lib/base/dictionary.h index a687fde41..66c0e1ee3 100644 --- a/lib/base/dictionary.h +++ b/lib/base/dictionary.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/dynamicobject.cpp b/lib/base/dynamicobject.cpp index fe93751d7..65c831096 100644 --- a/lib/base/dynamicobject.cpp +++ b/lib/base/dynamicobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/dynamicobject.h b/lib/base/dynamicobject.h index 830f8f05e..c2b433797 100644 --- a/lib/base/dynamicobject.h +++ b/lib/base/dynamicobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/dynamictype.cpp b/lib/base/dynamictype.cpp index 4b9dce593..0b955c6ad 100644 --- a/lib/base/dynamictype.cpp +++ b/lib/base/dynamictype.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/dynamictype.h b/lib/base/dynamictype.h index bcf9605c1..cbd1117b7 100644 --- a/lib/base/dynamictype.h +++ b/lib/base/dynamictype.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/exception.cpp b/lib/base/exception.cpp index 7737934d9..79f082cf5 100644 --- a/lib/base/exception.cpp +++ b/lib/base/exception.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/exception.h b/lib/base/exception.h index 47a7f1157..3cec78b18 100644 --- a/lib/base/exception.h +++ b/lib/base/exception.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/fifo.cpp b/lib/base/fifo.cpp index 1159e9fff..78925c170 100644 --- a/lib/base/fifo.cpp +++ b/lib/base/fifo.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/fifo.h b/lib/base/fifo.h index 6e7e607ee..e32d35dba 100644 --- a/lib/base/fifo.h +++ b/lib/base/fifo.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/filelogger.cpp b/lib/base/filelogger.cpp index c1f55549d..c46c3b1c4 100644 --- a/lib/base/filelogger.cpp +++ b/lib/base/filelogger.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/filelogger.h b/lib/base/filelogger.h index 00416b898..b55b248b6 100644 --- a/lib/base/filelogger.h +++ b/lib/base/filelogger.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/i2-base.h b/lib/base/i2-base.h index e976c41fd..e2f74a041 100644 --- a/lib/base/i2-base.h +++ b/lib/base/i2-base.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/initialize.h b/lib/base/initialize.h index 2d2e11224..83bf4bddc 100644 --- a/lib/base/initialize.h +++ b/lib/base/initialize.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/logger.cpp b/lib/base/logger.cpp index 91a784616..47f2f8bed 100644 --- a/lib/base/logger.cpp +++ b/lib/base/logger.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/logger.h b/lib/base/logger.h index f9df5d451..82023dd53 100644 --- a/lib/base/logger.h +++ b/lib/base/logger.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/logger_fwd.h b/lib/base/logger_fwd.h index 96909f36b..8379c2d14 100644 --- a/lib/base/logger_fwd.h +++ b/lib/base/logger_fwd.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/netstring.cpp b/lib/base/netstring.cpp index c27d76cc5..d41f167bb 100644 --- a/lib/base/netstring.cpp +++ b/lib/base/netstring.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/netstring.h b/lib/base/netstring.h index 20e2238aa..54b96d46d 100644 --- a/lib/base/netstring.h +++ b/lib/base/netstring.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/networkstream.cpp b/lib/base/networkstream.cpp index 024b4daed..d168444a1 100644 --- a/lib/base/networkstream.cpp +++ b/lib/base/networkstream.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/networkstream.h b/lib/base/networkstream.h index 12a8a3647..1fcc1af5c 100644 --- a/lib/base/networkstream.h +++ b/lib/base/networkstream.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/object.cpp b/lib/base/object.cpp index c2350c268..5757e5e5e 100644 --- a/lib/base/object.cpp +++ b/lib/base/object.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/object.h b/lib/base/object.h index b396a4664..aa2b6af90 100644 --- a/lib/base/object.h +++ b/lib/base/object.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/objectlock.cpp b/lib/base/objectlock.cpp index bef9693da..d711f7ce5 100644 --- a/lib/base/objectlock.cpp +++ b/lib/base/objectlock.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/objectlock.h b/lib/base/objectlock.h index ae698a145..ec1bf25fc 100644 --- a/lib/base/objectlock.h +++ b/lib/base/objectlock.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/process-unix.cpp b/lib/base/process-unix.cpp index 7287963c5..815e96a12 100644 --- a/lib/base/process-unix.cpp +++ b/lib/base/process-unix.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/process-windows.cpp b/lib/base/process-windows.cpp index dff348e0c..f5574c4df 100644 --- a/lib/base/process-windows.cpp +++ b/lib/base/process-windows.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/process.cpp b/lib/base/process.cpp index bb0b6041a..bfc848fd8 100644 --- a/lib/base/process.cpp +++ b/lib/base/process.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/process.h b/lib/base/process.h index a7cae9fed..a7343256a 100644 --- a/lib/base/process.h +++ b/lib/base/process.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/qstring.cpp b/lib/base/qstring.cpp index f91ae15f2..0ba16b699 100644 --- a/lib/base/qstring.cpp +++ b/lib/base/qstring.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/qstring.h b/lib/base/qstring.h index f30a5b98f..7464c2e68 100644 --- a/lib/base/qstring.h +++ b/lib/base/qstring.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/registry.h b/lib/base/registry.h index 7ca41ae2e..9895e2b85 100644 --- a/lib/base/registry.h +++ b/lib/base/registry.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/ringbuffer.cpp b/lib/base/ringbuffer.cpp index 4a205a9a3..2e19fbb91 100644 --- a/lib/base/ringbuffer.cpp +++ b/lib/base/ringbuffer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/ringbuffer.h b/lib/base/ringbuffer.h index 4e35c9228..c74544c97 100644 --- a/lib/base/ringbuffer.h +++ b/lib/base/ringbuffer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/script.cpp b/lib/base/script.cpp index 9812226d0..0306cf2e5 100644 --- a/lib/base/script.cpp +++ b/lib/base/script.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/script.h b/lib/base/script.h index 3c90641e9..6547792d1 100644 --- a/lib/base/script.h +++ b/lib/base/script.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptfunction.cpp b/lib/base/scriptfunction.cpp index 875e30733..db4f046b1 100644 --- a/lib/base/scriptfunction.cpp +++ b/lib/base/scriptfunction.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptfunction.h b/lib/base/scriptfunction.h index d67932ba9..3cdc23347 100644 --- a/lib/base/scriptfunction.h +++ b/lib/base/scriptfunction.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptfunctionwrapper.cpp b/lib/base/scriptfunctionwrapper.cpp index 2ea06ace8..2e0b96045 100644 --- a/lib/base/scriptfunctionwrapper.cpp +++ b/lib/base/scriptfunctionwrapper.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptfunctionwrapper.h b/lib/base/scriptfunctionwrapper.h index 7ff6e7cd1..7edd2013b 100644 --- a/lib/base/scriptfunctionwrapper.h +++ b/lib/base/scriptfunctionwrapper.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptinterpreter.cpp b/lib/base/scriptinterpreter.cpp index 12e11a6bb..9497cc371 100644 --- a/lib/base/scriptinterpreter.cpp +++ b/lib/base/scriptinterpreter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptinterpreter.h b/lib/base/scriptinterpreter.h index c20aca8c7..2a1364f17 100644 --- a/lib/base/scriptinterpreter.h +++ b/lib/base/scriptinterpreter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptlanguage.cpp b/lib/base/scriptlanguage.cpp index 72ef4009f..08a5725cf 100644 --- a/lib/base/scriptlanguage.cpp +++ b/lib/base/scriptlanguage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptlanguage.h b/lib/base/scriptlanguage.h index cd58fa708..0a34359ac 100644 --- a/lib/base/scriptlanguage.h +++ b/lib/base/scriptlanguage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptvariable.cpp b/lib/base/scriptvariable.cpp index 43342cc06..450a53416 100644 --- a/lib/base/scriptvariable.cpp +++ b/lib/base/scriptvariable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/scriptvariable.h b/lib/base/scriptvariable.h index b05438393..9e33ec9be 100644 --- a/lib/base/scriptvariable.h +++ b/lib/base/scriptvariable.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/serializer.cpp b/lib/base/serializer.cpp index 12ef26860..c28ca4280 100644 --- a/lib/base/serializer.cpp +++ b/lib/base/serializer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * -* Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * +* Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/serializer.h b/lib/base/serializer.h index 4de74ed24..87132648e 100644 --- a/lib/base/serializer.h +++ b/lib/base/serializer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/singleton.h b/lib/base/singleton.h index 4aed61a55..811f6f5a7 100644 --- a/lib/base/singleton.h +++ b/lib/base/singleton.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/socket.cpp b/lib/base/socket.cpp index ef7e8e82a..c713b9937 100644 --- a/lib/base/socket.cpp +++ b/lib/base/socket.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/socket.h b/lib/base/socket.h index 85e5ad1b1..85e757af3 100644 --- a/lib/base/socket.h +++ b/lib/base/socket.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/stacktrace.cpp b/lib/base/stacktrace.cpp index 3762f0f76..c6be5fa59 100644 --- a/lib/base/stacktrace.cpp +++ b/lib/base/stacktrace.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/stacktrace.h b/lib/base/stacktrace.h index e93825270..a26228383 100644 --- a/lib/base/stacktrace.h +++ b/lib/base/stacktrace.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/statsfunction.cpp b/lib/base/statsfunction.cpp index edc5b8ba6..bbaaf4448 100644 --- a/lib/base/statsfunction.cpp +++ b/lib/base/statsfunction.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/statsfunction.h b/lib/base/statsfunction.h index 1dfaf6be2..84ca26a30 100644 --- a/lib/base/statsfunction.h +++ b/lib/base/statsfunction.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/stdiostream.cpp b/lib/base/stdiostream.cpp index eb068f998..64304f7ae 100644 --- a/lib/base/stdiostream.cpp +++ b/lib/base/stdiostream.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/stdiostream.h b/lib/base/stdiostream.h index 1b5e5c9ac..81d21745a 100644 --- a/lib/base/stdiostream.h +++ b/lib/base/stdiostream.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/stream.cpp b/lib/base/stream.cpp index a116247af..f050e1b38 100644 --- a/lib/base/stream.cpp +++ b/lib/base/stream.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/stream.h b/lib/base/stream.h index 4a784fa86..78ea8acad 100644 --- a/lib/base/stream.h +++ b/lib/base/stream.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/stream_bio.cpp b/lib/base/stream_bio.cpp index 5ec91fc19..906d77b6b 100644 --- a/lib/base/stream_bio.cpp +++ b/lib/base/stream_bio.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/stream_bio.h b/lib/base/stream_bio.h index 6519b5514..3aadb94a9 100644 --- a/lib/base/stream_bio.h +++ b/lib/base/stream_bio.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/streamlogger.cpp b/lib/base/streamlogger.cpp index 673de07f1..fc457034d 100644 --- a/lib/base/streamlogger.cpp +++ b/lib/base/streamlogger.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/streamlogger.h b/lib/base/streamlogger.h index 6a2bcbcdb..07fedf092 100644 --- a/lib/base/streamlogger.h +++ b/lib/base/streamlogger.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/sysloglogger.cpp b/lib/base/sysloglogger.cpp index 0f9809321..f6a36bf42 100644 --- a/lib/base/sysloglogger.cpp +++ b/lib/base/sysloglogger.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/sysloglogger.h b/lib/base/sysloglogger.h index ff08589ce..7eaa942ef 100644 --- a/lib/base/sysloglogger.h +++ b/lib/base/sysloglogger.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/tcpsocket.cpp b/lib/base/tcpsocket.cpp index 1a4a503d7..71500f5c4 100644 --- a/lib/base/tcpsocket.cpp +++ b/lib/base/tcpsocket.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/tcpsocket.h b/lib/base/tcpsocket.h index 9b2603416..d73bb874a 100644 --- a/lib/base/tcpsocket.h +++ b/lib/base/tcpsocket.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/threadpool.cpp b/lib/base/threadpool.cpp index b772f4e2e..4e01a7c51 100644 --- a/lib/base/threadpool.cpp +++ b/lib/base/threadpool.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/threadpool.h b/lib/base/threadpool.h index d1af26584..d2098cfb6 100644 --- a/lib/base/threadpool.h +++ b/lib/base/threadpool.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/timer.cpp b/lib/base/timer.cpp index 347b9186f..8ec29f4b2 100644 --- a/lib/base/timer.cpp +++ b/lib/base/timer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/timer.h b/lib/base/timer.h index 7a9395c16..9c0899047 100644 --- a/lib/base/timer.h +++ b/lib/base/timer.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/tlsstream.cpp b/lib/base/tlsstream.cpp index 83f3fc604..f9c4c3d48 100644 --- a/lib/base/tlsstream.cpp +++ b/lib/base/tlsstream.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/tlsstream.h b/lib/base/tlsstream.h index 3f702701a..89b4d6c4c 100644 --- a/lib/base/tlsstream.h +++ b/lib/base/tlsstream.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/tlsutility.cpp b/lib/base/tlsutility.cpp index 6129ac388..5bae7cc4c 100644 --- a/lib/base/tlsutility.cpp +++ b/lib/base/tlsutility.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/tlsutility.h b/lib/base/tlsutility.h index 5b9355ef5..d006d94b8 100644 --- a/lib/base/tlsutility.h +++ b/lib/base/tlsutility.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/type.cpp b/lib/base/type.cpp index 229dbc171..b0dd1adc7 100644 --- a/lib/base/type.cpp +++ b/lib/base/type.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/type.h b/lib/base/type.h index 94ab95f76..92114edb9 100644 --- a/lib/base/type.h +++ b/lib/base/type.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/unix.h b/lib/base/unix.h index cee71213a..4a4197cbc 100644 --- a/lib/base/unix.h +++ b/lib/base/unix.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/unixsocket.cpp b/lib/base/unixsocket.cpp index c859a0e8c..20a06d8f5 100644 --- a/lib/base/unixsocket.cpp +++ b/lib/base/unixsocket.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/unixsocket.h b/lib/base/unixsocket.h index d6a6accd9..4fb676223 100644 --- a/lib/base/unixsocket.h +++ b/lib/base/unixsocket.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/utility.cpp b/lib/base/utility.cpp index 7070c918d..44c5c1f4b 100644 --- a/lib/base/utility.cpp +++ b/lib/base/utility.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/utility.h b/lib/base/utility.h index c0354f534..4a384acde 100644 --- a/lib/base/utility.h +++ b/lib/base/utility.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/value.cpp b/lib/base/value.cpp index 85f4db415..19ad822a2 100644 --- a/lib/base/value.cpp +++ b/lib/base/value.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/value.h b/lib/base/value.h index bb67976ff..162767e9b 100644 --- a/lib/base/value.h +++ b/lib/base/value.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/visibility.h b/lib/base/visibility.h index bd28a05dd..9de87c160 100644 --- a/lib/base/visibility.h +++ b/lib/base/visibility.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/win32.h b/lib/base/win32.h index 78af37383..ae95b7568 100644 --- a/lib/base/win32.h +++ b/lib/base/win32.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/workqueue.cpp b/lib/base/workqueue.cpp index 20a07af3c..503285e66 100644 --- a/lib/base/workqueue.cpp +++ b/lib/base/workqueue.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/workqueue.h b/lib/base/workqueue.h index 258a0bc33..0013aa6ab 100644 --- a/lib/base/workqueue.h +++ b/lib/base/workqueue.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/zlibstream.cpp b/lib/base/zlibstream.cpp index 1bbaf06b2..fdb0d0de0 100644 --- a/lib/base/zlibstream.cpp +++ b/lib/base/zlibstream.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/zlibstream.h b/lib/base/zlibstream.h index 98eb0ca9b..bcb5d03dd 100644 --- a/lib/base/zlibstream.h +++ b/lib/base/zlibstream.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/CMakeLists.txt b/lib/config/CMakeLists.txt index 8779e35ea..ab0f302db 100644 --- a/lib/config/CMakeLists.txt +++ b/lib/config/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/config/aexpression.cpp b/lib/config/aexpression.cpp index a0b6917d5..94aab4355 100644 --- a/lib/config/aexpression.cpp +++ b/lib/config/aexpression.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/aexpression.h b/lib/config/aexpression.h index 027ac8886..34b827f98 100644 --- a/lib/config/aexpression.h +++ b/lib/config/aexpression.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/avalue.cpp b/lib/config/avalue.cpp index fa63af820..8f604a9e2 100644 --- a/lib/config/avalue.cpp +++ b/lib/config/avalue.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/avalue.h b/lib/config/avalue.h index eddac543f..5ddea3483 100644 --- a/lib/config/avalue.h +++ b/lib/config/avalue.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/base-type.conf b/lib/config/base-type.conf index 1bcef63c4..d23c17b67 100644 --- a/lib/config/base-type.conf +++ b/lib/config/base-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/config_lexer.ll b/lib/config/config_lexer.ll index d2204bb47..ce4bfa942 100644 --- a/lib/config/config_lexer.ll +++ b/lib/config/config_lexer.ll @@ -1,7 +1,7 @@ %{ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/config_parser.yy b/lib/config/config_parser.yy index 122d8bb77..3a5209dec 100644 --- a/lib/config/config_parser.yy +++ b/lib/config/config_parser.yy @@ -1,7 +1,7 @@ %{ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configcompiler.cpp b/lib/config/configcompiler.cpp index d223955cc..5e38c3c87 100644 --- a/lib/config/configcompiler.cpp +++ b/lib/config/configcompiler.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configcompiler.h b/lib/config/configcompiler.h index e58db9796..59b36a959 100644 --- a/lib/config/configcompiler.h +++ b/lib/config/configcompiler.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configcompilercontext.cpp b/lib/config/configcompilercontext.cpp index 380fc242d..e715ad666 100644 --- a/lib/config/configcompilercontext.cpp +++ b/lib/config/configcompilercontext.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configcompilercontext.h b/lib/config/configcompilercontext.h index a9f43b60f..dc75504e9 100644 --- a/lib/config/configcompilercontext.h +++ b/lib/config/configcompilercontext.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configitem.cpp b/lib/config/configitem.cpp index 942df69f8..8e7635776 100644 --- a/lib/config/configitem.cpp +++ b/lib/config/configitem.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configitem.h b/lib/config/configitem.h index 085aa5428..4efe17f0b 100644 --- a/lib/config/configitem.h +++ b/lib/config/configitem.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configitembuilder.cpp b/lib/config/configitembuilder.cpp index 8b436a8dd..10e229378 100644 --- a/lib/config/configitembuilder.cpp +++ b/lib/config/configitembuilder.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configitembuilder.h b/lib/config/configitembuilder.h index 795e89b37..a18da56be 100644 --- a/lib/config/configitembuilder.h +++ b/lib/config/configitembuilder.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configtype.cpp b/lib/config/configtype.cpp index 61cf5cc8a..a8713eff8 100644 --- a/lib/config/configtype.cpp +++ b/lib/config/configtype.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/configtype.h b/lib/config/configtype.h index 6b3950bef..3ac77bf8c 100644 --- a/lib/config/configtype.h +++ b/lib/config/configtype.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/debuginfo.h b/lib/config/debuginfo.h index b42cc497f..3ea8d96b6 100644 --- a/lib/config/debuginfo.h +++ b/lib/config/debuginfo.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/expression.cpp b/lib/config/expression.cpp index edaf76f62..911e298d4 100644 --- a/lib/config/expression.cpp +++ b/lib/config/expression.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/expression.h b/lib/config/expression.h index 4d6687bfc..1c0881019 100644 --- a/lib/config/expression.h +++ b/lib/config/expression.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/expressionlist.cpp b/lib/config/expressionlist.cpp index 3cba3a35c..d61eb32e6 100644 --- a/lib/config/expressionlist.cpp +++ b/lib/config/expressionlist.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/expressionlist.h b/lib/config/expressionlist.h index fdfa9d10e..71758a9d7 100644 --- a/lib/config/expressionlist.h +++ b/lib/config/expressionlist.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/i2-config.h b/lib/config/i2-config.h index c3148e911..9518b58c9 100644 --- a/lib/config/i2-config.h +++ b/lib/config/i2-config.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/typerule.cpp b/lib/config/typerule.cpp index a1af7ad6b..e64639efc 100644 --- a/lib/config/typerule.cpp +++ b/lib/config/typerule.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/typerule.h b/lib/config/typerule.h index 61f4036d7..481260aee 100644 --- a/lib/config/typerule.h +++ b/lib/config/typerule.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/typerulelist.cpp b/lib/config/typerulelist.cpp index 5f8b7c7db..45c6b57b3 100644 --- a/lib/config/typerulelist.cpp +++ b/lib/config/typerulelist.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/config/typerulelist.h b/lib/config/typerulelist.h index 0f15d4dc8..f28c6501b 100644 --- a/lib/config/typerulelist.h +++ b/lib/config/typerulelist.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/CMakeLists.txt b/lib/db_ido/CMakeLists.txt index 25b493657..2ad7fb90b 100644 --- a/lib/db_ido/CMakeLists.txt +++ b/lib/db_ido/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/db_ido/commanddbobject.cpp b/lib/db_ido/commanddbobject.cpp index 839c8dfa7..771507689 100644 --- a/lib/db_ido/commanddbobject.cpp +++ b/lib/db_ido/commanddbobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/commanddbobject.h b/lib/db_ido/commanddbobject.h index 4a67d2d22..c236e4550 100644 --- a/lib/db_ido/commanddbobject.h +++ b/lib/db_ido/commanddbobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/db_ido-type.conf b/lib/db_ido/db_ido-type.conf index 0bd1764ab..881848634 100644 --- a/lib/db_ido/db_ido-type.conf +++ b/lib/db_ido/db_ido-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbconnection.cpp b/lib/db_ido/dbconnection.cpp index 1a16fe7d2..a2bea6f97 100644 --- a/lib/db_ido/dbconnection.cpp +++ b/lib/db_ido/dbconnection.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbconnection.h b/lib/db_ido/dbconnection.h index 0664d9337..d5af98558 100644 --- a/lib/db_ido/dbconnection.h +++ b/lib/db_ido/dbconnection.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbobject.cpp b/lib/db_ido/dbobject.cpp index c39d607a5..89307a72c 100644 --- a/lib/db_ido/dbobject.cpp +++ b/lib/db_ido/dbobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbobject.h b/lib/db_ido/dbobject.h index eea71e22b..8031eeab6 100644 --- a/lib/db_ido/dbobject.h +++ b/lib/db_ido/dbobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbquery.cpp b/lib/db_ido/dbquery.cpp index 845bae64b..5e5798baa 100644 --- a/lib/db_ido/dbquery.cpp +++ b/lib/db_ido/dbquery.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbquery.h b/lib/db_ido/dbquery.h index 838b9d89a..71c9fe0e2 100644 --- a/lib/db_ido/dbquery.h +++ b/lib/db_ido/dbquery.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbreference.cpp b/lib/db_ido/dbreference.cpp index 37b66b5fa..00dfb502d 100644 --- a/lib/db_ido/dbreference.cpp +++ b/lib/db_ido/dbreference.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbreference.h b/lib/db_ido/dbreference.h index 40ba40627..b88125ce0 100644 --- a/lib/db_ido/dbreference.h +++ b/lib/db_ido/dbreference.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbtype.cpp b/lib/db_ido/dbtype.cpp index 79fecb4e3..4521fec26 100644 --- a/lib/db_ido/dbtype.cpp +++ b/lib/db_ido/dbtype.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbtype.h b/lib/db_ido/dbtype.h index 3dde29557..50ebe9e87 100644 --- a/lib/db_ido/dbtype.h +++ b/lib/db_ido/dbtype.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbvalue.cpp b/lib/db_ido/dbvalue.cpp index 1c762f4b1..a62f8cf82 100644 --- a/lib/db_ido/dbvalue.cpp +++ b/lib/db_ido/dbvalue.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/dbvalue.h b/lib/db_ido/dbvalue.h index 3cd3b2133..c43181530 100644 --- a/lib/db_ido/dbvalue.h +++ b/lib/db_ido/dbvalue.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/hostdbobject.cpp b/lib/db_ido/hostdbobject.cpp index 8c43ec315..a26a0b61c 100644 --- a/lib/db_ido/hostdbobject.cpp +++ b/lib/db_ido/hostdbobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/hostdbobject.h b/lib/db_ido/hostdbobject.h index 3745d04b8..1453913a3 100644 --- a/lib/db_ido/hostdbobject.h +++ b/lib/db_ido/hostdbobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/hostgroupdbobject.cpp b/lib/db_ido/hostgroupdbobject.cpp index ac4ad0754..1f2945b57 100644 --- a/lib/db_ido/hostgroupdbobject.cpp +++ b/lib/db_ido/hostgroupdbobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/hostgroupdbobject.h b/lib/db_ido/hostgroupdbobject.h index 69fadee6e..3661021fe 100644 --- a/lib/db_ido/hostgroupdbobject.h +++ b/lib/db_ido/hostgroupdbobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/i2-db_ido.h b/lib/db_ido/i2-db_ido.h index 4cfe70956..6d0deaaaa 100644 --- a/lib/db_ido/i2-db_ido.h +++ b/lib/db_ido/i2-db_ido.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/servicedbobject.cpp b/lib/db_ido/servicedbobject.cpp index c9b189a48..bb36b45e6 100644 --- a/lib/db_ido/servicedbobject.cpp +++ b/lib/db_ido/servicedbobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/servicedbobject.h b/lib/db_ido/servicedbobject.h index 5f0ed042c..913bb2ad3 100644 --- a/lib/db_ido/servicedbobject.h +++ b/lib/db_ido/servicedbobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/servicegroupdbobject.cpp b/lib/db_ido/servicegroupdbobject.cpp index 3ab77ad27..5faf2bd68 100644 --- a/lib/db_ido/servicegroupdbobject.cpp +++ b/lib/db_ido/servicegroupdbobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/servicegroupdbobject.h b/lib/db_ido/servicegroupdbobject.h index 5f3ffbfd4..4d0842831 100644 --- a/lib/db_ido/servicegroupdbobject.h +++ b/lib/db_ido/servicegroupdbobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/timeperioddbobject.cpp b/lib/db_ido/timeperioddbobject.cpp index 449921b83..ea8625f06 100644 --- a/lib/db_ido/timeperioddbobject.cpp +++ b/lib/db_ido/timeperioddbobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/timeperioddbobject.h b/lib/db_ido/timeperioddbobject.h index 48278341d..173eeb576 100644 --- a/lib/db_ido/timeperioddbobject.h +++ b/lib/db_ido/timeperioddbobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/userdbobject.cpp b/lib/db_ido/userdbobject.cpp index 22fd95590..f5cdb95df 100644 --- a/lib/db_ido/userdbobject.cpp +++ b/lib/db_ido/userdbobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/userdbobject.h b/lib/db_ido/userdbobject.h index a191fd084..84277241c 100644 --- a/lib/db_ido/userdbobject.h +++ b/lib/db_ido/userdbobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/usergroupdbobject.cpp b/lib/db_ido/usergroupdbobject.cpp index ac1523fbe..4bb22715a 100644 --- a/lib/db_ido/usergroupdbobject.cpp +++ b/lib/db_ido/usergroupdbobject.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido/usergroupdbobject.h b/lib/db_ido/usergroupdbobject.h index 2a073f394..8ab4a8246 100644 --- a/lib/db_ido/usergroupdbobject.h +++ b/lib/db_ido/usergroupdbobject.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/hello/CMakeLists.txt b/lib/hello/CMakeLists.txt index ff832db87..a062eb618 100644 --- a/lib/hello/CMakeLists.txt +++ b/lib/hello/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/hello/hello-type.conf b/lib/hello/hello-type.conf index cba6ffb72..836934662 100644 --- a/lib/hello/hello-type.conf +++ b/lib/hello/hello-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/hello/hello.cpp b/lib/hello/hello.cpp index 6b8a9abca..9c729baa9 100644 --- a/lib/hello/hello.cpp +++ b/lib/hello/hello.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/hello/hello.h b/lib/hello/hello.h index 99edb84d5..dc73eba6e 100644 --- a/lib/hello/hello.h +++ b/lib/hello/hello.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/CMakeLists.txt b/lib/icinga/CMakeLists.txt index 907791d88..8dab566a8 100644 --- a/lib/icinga/CMakeLists.txt +++ b/lib/icinga/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/icinga/api.cpp b/lib/icinga/api.cpp index fd063d6d0..723e33a5f 100644 --- a/lib/icinga/api.cpp +++ b/lib/icinga/api.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/api.h b/lib/icinga/api.h index 5e778a41a..b163f5502 100644 --- a/lib/icinga/api.h +++ b/lib/icinga/api.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/checkcommand.cpp b/lib/icinga/checkcommand.cpp index 6017a6951..e599a0f5f 100644 --- a/lib/icinga/checkcommand.cpp +++ b/lib/icinga/checkcommand.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/checkcommand.h b/lib/icinga/checkcommand.h index ec98eacc4..64510cd31 100644 --- a/lib/icinga/checkcommand.h +++ b/lib/icinga/checkcommand.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/checkresult.cpp b/lib/icinga/checkresult.cpp index 979da0820..b97010129 100644 --- a/lib/icinga/checkresult.cpp +++ b/lib/icinga/checkresult.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/checkresult.h b/lib/icinga/checkresult.h index 9468c3759..ee584e976 100644 --- a/lib/icinga/checkresult.h +++ b/lib/icinga/checkresult.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/cib.cpp b/lib/icinga/cib.cpp index 12a80e5fb..5b490d996 100644 --- a/lib/icinga/cib.cpp +++ b/lib/icinga/cib.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/cib.h b/lib/icinga/cib.h index f88e8338f..1b713e747 100644 --- a/lib/icinga/cib.h +++ b/lib/icinga/cib.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/command.cpp b/lib/icinga/command.cpp index fe4843be3..cb0c8ef07 100644 --- a/lib/icinga/command.cpp +++ b/lib/icinga/command.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/command.h b/lib/icinga/command.h index d2fe21fb4..e48872c80 100644 --- a/lib/icinga/command.h +++ b/lib/icinga/command.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/comment.cpp b/lib/icinga/comment.cpp index ea9ba7b86..10fcc8904 100644 --- a/lib/icinga/comment.cpp +++ b/lib/icinga/comment.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/comment.h b/lib/icinga/comment.h index fb4307ff8..071769d0a 100644 --- a/lib/icinga/comment.h +++ b/lib/icinga/comment.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/compatutility.cpp b/lib/icinga/compatutility.cpp index bdee5351a..8e32d2f80 100644 --- a/lib/icinga/compatutility.cpp +++ b/lib/icinga/compatutility.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/compatutility.h b/lib/icinga/compatutility.h index 0176961f4..34f1815d2 100644 --- a/lib/icinga/compatutility.h +++ b/lib/icinga/compatutility.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/dependency.cpp b/lib/icinga/dependency.cpp index 6807f8535..8a05d6df0 100644 --- a/lib/icinga/dependency.cpp +++ b/lib/icinga/dependency.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/dependency.h b/lib/icinga/dependency.h index 8920dd146..481dedc1d 100644 --- a/lib/icinga/dependency.h +++ b/lib/icinga/dependency.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/domain.cpp b/lib/icinga/domain.cpp index d84344522..f0a52448c 100644 --- a/lib/icinga/domain.cpp +++ b/lib/icinga/domain.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/domain.h b/lib/icinga/domain.h index d4acbfaf0..24e97cb55 100644 --- a/lib/icinga/domain.h +++ b/lib/icinga/domain.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/downtime.cpp b/lib/icinga/downtime.cpp index f8da81e34..68e9bfe4b 100644 --- a/lib/icinga/downtime.cpp +++ b/lib/icinga/downtime.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/downtime.h b/lib/icinga/downtime.h index 54892fd9d..f76384288 100644 --- a/lib/icinga/downtime.h +++ b/lib/icinga/downtime.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/eventcommand.cpp b/lib/icinga/eventcommand.cpp index 6bc262e1b..faee8517c 100644 --- a/lib/icinga/eventcommand.cpp +++ b/lib/icinga/eventcommand.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/eventcommand.h b/lib/icinga/eventcommand.h index 7abb63122..1c3785d7e 100644 --- a/lib/icinga/eventcommand.h +++ b/lib/icinga/eventcommand.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/externalcommandprocessor.cpp b/lib/icinga/externalcommandprocessor.cpp index fd24a041c..50a8ba452 100644 --- a/lib/icinga/externalcommandprocessor.cpp +++ b/lib/icinga/externalcommandprocessor.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/externalcommandprocessor.h b/lib/icinga/externalcommandprocessor.h index 35317453d..e8a6a7c44 100644 --- a/lib/icinga/externalcommandprocessor.h +++ b/lib/icinga/externalcommandprocessor.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/host.cpp b/lib/icinga/host.cpp index 59c69f765..23a5c3469 100644 --- a/lib/icinga/host.cpp +++ b/lib/icinga/host.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/host.h b/lib/icinga/host.h index 9da3adb51..21c6d7f34 100644 --- a/lib/icinga/host.h +++ b/lib/icinga/host.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/hostgroup.cpp b/lib/icinga/hostgroup.cpp index 03859f798..cc0d02eaa 100644 --- a/lib/icinga/hostgroup.cpp +++ b/lib/icinga/hostgroup.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/hostgroup.h b/lib/icinga/hostgroup.h index 82b29eef7..b59b8446d 100644 --- a/lib/icinga/hostgroup.h +++ b/lib/icinga/hostgroup.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/i2-icinga.h b/lib/icinga/i2-icinga.h index 24567d9a7..bf2d4c7b9 100644 --- a/lib/icinga/i2-icinga.h +++ b/lib/icinga/i2-icinga.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index e969923e3..a969f9e59 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/icingaapplication.cpp b/lib/icinga/icingaapplication.cpp index fe6fe469a..a585bbf08 100644 --- a/lib/icinga/icingaapplication.cpp +++ b/lib/icinga/icingaapplication.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/icingaapplication.h b/lib/icinga/icingaapplication.h index 474dc4fa5..b9f9e80e1 100644 --- a/lib/icinga/icingaapplication.h +++ b/lib/icinga/icingaapplication.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/icingastatuswriter.cpp b/lib/icinga/icingastatuswriter.cpp index 612b929a0..6bb4abc5a 100644 --- a/lib/icinga/icingastatuswriter.cpp +++ b/lib/icinga/icingastatuswriter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/icingastatuswriter.h b/lib/icinga/icingastatuswriter.h index 7d534faa2..c3f687a7a 100644 --- a/lib/icinga/icingastatuswriter.h +++ b/lib/icinga/icingastatuswriter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/legacytimeperiod.cpp b/lib/icinga/legacytimeperiod.cpp index e96541f01..86aba5002 100644 --- a/lib/icinga/legacytimeperiod.cpp +++ b/lib/icinga/legacytimeperiod.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/legacytimeperiod.h b/lib/icinga/legacytimeperiod.h index db1910d9b..3db444af3 100644 --- a/lib/icinga/legacytimeperiod.h +++ b/lib/icinga/legacytimeperiod.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/macroprocessor.cpp b/lib/icinga/macroprocessor.cpp index 8728be7c1..c6fd025c7 100644 --- a/lib/icinga/macroprocessor.cpp +++ b/lib/icinga/macroprocessor.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/macroprocessor.h b/lib/icinga/macroprocessor.h index 636a0a302..16db5bb1a 100644 --- a/lib/icinga/macroprocessor.h +++ b/lib/icinga/macroprocessor.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/macroresolver.cpp b/lib/icinga/macroresolver.cpp index b725e28a8..99d837cfb 100644 --- a/lib/icinga/macroresolver.cpp +++ b/lib/icinga/macroresolver.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/macroresolver.h b/lib/icinga/macroresolver.h index 5b27646d1..18b269416 100644 --- a/lib/icinga/macroresolver.h +++ b/lib/icinga/macroresolver.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/notification.cpp b/lib/icinga/notification.cpp index 034960aba..922e765cd 100644 --- a/lib/icinga/notification.cpp +++ b/lib/icinga/notification.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/notification.h b/lib/icinga/notification.h index aef9b1463..6348aa428 100644 --- a/lib/icinga/notification.h +++ b/lib/icinga/notification.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/notificationcommand.cpp b/lib/icinga/notificationcommand.cpp index 9fdc3ab10..0a1fb8c45 100644 --- a/lib/icinga/notificationcommand.cpp +++ b/lib/icinga/notificationcommand.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/notificationcommand.h b/lib/icinga/notificationcommand.h index df567fce9..e2c413180 100644 --- a/lib/icinga/notificationcommand.h +++ b/lib/icinga/notificationcommand.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/perfdatavalue.cpp b/lib/icinga/perfdatavalue.cpp index 43912d0d5..0c8b9e300 100644 --- a/lib/icinga/perfdatavalue.cpp +++ b/lib/icinga/perfdatavalue.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/perfdatavalue.h b/lib/icinga/perfdatavalue.h index c7305c2af..6f38a78cc 100644 --- a/lib/icinga/perfdatavalue.h +++ b/lib/icinga/perfdatavalue.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/pluginutility.cpp b/lib/icinga/pluginutility.cpp index afd232963..b74e9a386 100644 --- a/lib/icinga/pluginutility.cpp +++ b/lib/icinga/pluginutility.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/pluginutility.h b/lib/icinga/pluginutility.h index 3b246ff1f..7d89b4310 100644 --- a/lib/icinga/pluginutility.h +++ b/lib/icinga/pluginutility.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/scheduleddowntime.cpp b/lib/icinga/scheduleddowntime.cpp index a8c4b405e..9baade84d 100644 --- a/lib/icinga/scheduleddowntime.cpp +++ b/lib/icinga/scheduleddowntime.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/scheduleddowntime.h b/lib/icinga/scheduleddowntime.h index 4695898be..5db94c296 100644 --- a/lib/icinga/scheduleddowntime.h +++ b/lib/icinga/scheduleddowntime.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/service-check.cpp b/lib/icinga/service-check.cpp index b14fff0f5..f3b87bdcf 100644 --- a/lib/icinga/service-check.cpp +++ b/lib/icinga/service-check.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/service-comment.cpp b/lib/icinga/service-comment.cpp index f16faa4ad..4114b0144 100644 --- a/lib/icinga/service-comment.cpp +++ b/lib/icinga/service-comment.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/service-dependency.cpp b/lib/icinga/service-dependency.cpp index b23ae8737..be202002c 100644 --- a/lib/icinga/service-dependency.cpp +++ b/lib/icinga/service-dependency.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/service-downtime.cpp b/lib/icinga/service-downtime.cpp index ee730416a..0913ee9a9 100644 --- a/lib/icinga/service-downtime.cpp +++ b/lib/icinga/service-downtime.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/service-event.cpp b/lib/icinga/service-event.cpp index 2147f027f..86dd4c39c 100644 --- a/lib/icinga/service-event.cpp +++ b/lib/icinga/service-event.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/service-flapping.cpp b/lib/icinga/service-flapping.cpp index b3c014ee8..403ac5526 100644 --- a/lib/icinga/service-flapping.cpp +++ b/lib/icinga/service-flapping.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/service-notification.cpp b/lib/icinga/service-notification.cpp index 9d460ecae..908c2e5a0 100644 --- a/lib/icinga/service-notification.cpp +++ b/lib/icinga/service-notification.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/service.cpp b/lib/icinga/service.cpp index 896537105..a0c933cbd 100644 --- a/lib/icinga/service.cpp +++ b/lib/icinga/service.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/service.h b/lib/icinga/service.h index 017d50010..f4deaf5b7 100644 --- a/lib/icinga/service.h +++ b/lib/icinga/service.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/servicegroup.cpp b/lib/icinga/servicegroup.cpp index 5752aab0d..a7ac2782e 100644 --- a/lib/icinga/servicegroup.cpp +++ b/lib/icinga/servicegroup.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/servicegroup.h b/lib/icinga/servicegroup.h index 1bb5a2b60..1ad725ea6 100644 --- a/lib/icinga/servicegroup.h +++ b/lib/icinga/servicegroup.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/timeperiod.cpp b/lib/icinga/timeperiod.cpp index ba64e1d5c..ca069ea19 100644 --- a/lib/icinga/timeperiod.cpp +++ b/lib/icinga/timeperiod.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/timeperiod.h b/lib/icinga/timeperiod.h index 0b635d113..d4ab5a277 100644 --- a/lib/icinga/timeperiod.h +++ b/lib/icinga/timeperiod.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/user.cpp b/lib/icinga/user.cpp index 4be281ab2..5bfcd0e8a 100644 --- a/lib/icinga/user.cpp +++ b/lib/icinga/user.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/user.h b/lib/icinga/user.h index 32e290c6b..8efb4c1ae 100644 --- a/lib/icinga/user.h +++ b/lib/icinga/user.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/usergroup.cpp b/lib/icinga/usergroup.cpp index b5d3db24e..989bc70ff 100644 --- a/lib/icinga/usergroup.cpp +++ b/lib/icinga/usergroup.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/icinga/usergroup.h b/lib/icinga/usergroup.h index 5834fa9a2..9359827be 100644 --- a/lib/icinga/usergroup.h +++ b/lib/icinga/usergroup.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/CMakeLists.txt b/lib/methods/CMakeLists.txt index f7ba6942b..a689d4e9d 100644 --- a/lib/methods/CMakeLists.txt +++ b/lib/methods/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/methods/i2-methods.h b/lib/methods/i2-methods.h index 77b10c80b..72f37b3de 100644 --- a/lib/methods/i2-methods.h +++ b/lib/methods/i2-methods.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/icingachecktask.cpp b/lib/methods/icingachecktask.cpp index c791db92e..a7fa3b63b 100644 --- a/lib/methods/icingachecktask.cpp +++ b/lib/methods/icingachecktask.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/icingachecktask.h b/lib/methods/icingachecktask.h index 38d6b037a..d51d45a7f 100644 --- a/lib/methods/icingachecktask.h +++ b/lib/methods/icingachecktask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/nullchecktask.cpp b/lib/methods/nullchecktask.cpp index f525fb719..5665988c6 100644 --- a/lib/methods/nullchecktask.cpp +++ b/lib/methods/nullchecktask.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/nullchecktask.h b/lib/methods/nullchecktask.h index cc76a806b..9a54e8703 100644 --- a/lib/methods/nullchecktask.h +++ b/lib/methods/nullchecktask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/nulleventtask.cpp b/lib/methods/nulleventtask.cpp index b86a5102a..b60595fec 100644 --- a/lib/methods/nulleventtask.cpp +++ b/lib/methods/nulleventtask.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/nulleventtask.h b/lib/methods/nulleventtask.h index a04c61faa..a8451a86e 100644 --- a/lib/methods/nulleventtask.h +++ b/lib/methods/nulleventtask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/pluginchecktask.cpp b/lib/methods/pluginchecktask.cpp index 6fea518f1..7f0301886 100644 --- a/lib/methods/pluginchecktask.cpp +++ b/lib/methods/pluginchecktask.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/pluginchecktask.h b/lib/methods/pluginchecktask.h index 02a64f8ea..693b26ece 100644 --- a/lib/methods/pluginchecktask.h +++ b/lib/methods/pluginchecktask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/plugineventtask.cpp b/lib/methods/plugineventtask.cpp index 4ffc89577..831c76b49 100644 --- a/lib/methods/plugineventtask.cpp +++ b/lib/methods/plugineventtask.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/plugineventtask.h b/lib/methods/plugineventtask.h index 808ce548e..74326a263 100644 --- a/lib/methods/plugineventtask.h +++ b/lib/methods/plugineventtask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/pluginnotificationtask.cpp b/lib/methods/pluginnotificationtask.cpp index c39332a8f..5f04a49ad 100644 --- a/lib/methods/pluginnotificationtask.cpp +++ b/lib/methods/pluginnotificationtask.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/pluginnotificationtask.h b/lib/methods/pluginnotificationtask.h index f6cafbc56..e5e213c15 100644 --- a/lib/methods/pluginnotificationtask.h +++ b/lib/methods/pluginnotificationtask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/randomchecktask.cpp b/lib/methods/randomchecktask.cpp index ebbd321d8..b0c63e114 100644 --- a/lib/methods/randomchecktask.cpp +++ b/lib/methods/randomchecktask.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/randomchecktask.h b/lib/methods/randomchecktask.h index dfea164c5..ac5a1391d 100644 --- a/lib/methods/randomchecktask.h +++ b/lib/methods/randomchecktask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/timeperiodtask.cpp b/lib/methods/timeperiodtask.cpp index 1468a6668..fe33b01fd 100644 --- a/lib/methods/timeperiodtask.cpp +++ b/lib/methods/timeperiodtask.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/methods/timeperiodtask.h b/lib/methods/timeperiodtask.h index 849af0db5..35ca720b7 100644 --- a/lib/methods/timeperiodtask.h +++ b/lib/methods/timeperiodtask.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/python/pythoninterpreter.cpp b/lib/python/pythoninterpreter.cpp index 9d8d7806c..7769454b9 100644 --- a/lib/python/pythoninterpreter.cpp +++ b/lib/python/pythoninterpreter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/python/pythoninterpreter.h b/lib/python/pythoninterpreter.h index 1a0b4a063..43379baf4 100644 --- a/lib/python/pythoninterpreter.h +++ b/lib/python/pythoninterpreter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/python/pythonlanguage.cpp b/lib/python/pythonlanguage.cpp index 984f705d2..50baf9d2b 100644 --- a/lib/python/pythonlanguage.cpp +++ b/lib/python/pythonlanguage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/python/pythonlanguage.h b/lib/python/pythonlanguage.h index a89edddb5..92f6be7a5 100644 --- a/lib/python/pythonlanguage.h +++ b/lib/python/pythonlanguage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/pki/CMakeLists.txt b/pki/CMakeLists.txt index 1c914fbff..2237654f1 100644 --- a/pki/CMakeLists.txt +++ b/pki/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index dee658c9e..cea166d0d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/base-array.cpp b/test/base-array.cpp index 17d162281..2640fa4d7 100644 --- a/test/base-array.cpp +++ b/test/base-array.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-convert.cpp b/test/base-convert.cpp index d1655b6b1..40ed1b747 100644 --- a/test/base-convert.cpp +++ b/test/base-convert.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-dictionary.cpp b/test/base-dictionary.cpp index 6a76388ac..2d07c0f1a 100644 --- a/test/base-dictionary.cpp +++ b/test/base-dictionary.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-fifo.cpp b/test/base-fifo.cpp index ea6bca46d..5997af2de 100644 --- a/test/base-fifo.cpp +++ b/test/base-fifo.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-match.cpp b/test/base-match.cpp index 62708a740..b6f25f8b1 100644 --- a/test/base-match.cpp +++ b/test/base-match.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-netstring.cpp b/test/base-netstring.cpp index ff62b03a2..c63f1d62e 100644 --- a/test/base-netstring.cpp +++ b/test/base-netstring.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-object.cpp b/test/base-object.cpp index 3e032554a..2db4c8fbe 100644 --- a/test/base-object.cpp +++ b/test/base-object.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-serialize.cpp b/test/base-serialize.cpp index 1b83de00e..d483c97c0 100644 --- a/test/base-serialize.cpp +++ b/test/base-serialize.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-shellescape.cpp b/test/base-shellescape.cpp index 590d7a6c5..d05790e5e 100644 --- a/test/base-shellescape.cpp +++ b/test/base-shellescape.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-stacktrace.cpp b/test/base-stacktrace.cpp index b71ddb9c7..c5c48b3f5 100644 --- a/test/base-stacktrace.cpp +++ b/test/base-stacktrace.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-stream.cpp b/test/base-stream.cpp index 7409b44c6..341af2fa0 100644 --- a/test/base-stream.cpp +++ b/test/base-stream.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-string.cpp b/test/base-string.cpp index bec94ef1b..569ec139c 100644 --- a/test/base-string.cpp +++ b/test/base-string.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-timer.cpp b/test/base-timer.cpp index 1545539bb..1dfaa19f4 100644 --- a/test/base-timer.cpp +++ b/test/base-timer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-type.cpp b/test/base-type.cpp index a92b4fae3..a8263b788 100644 --- a/test/base-type.cpp +++ b/test/base-type.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/base-value.cpp b/test/base-value.cpp index 67350ee0b..2b9be0b00 100644 --- a/test/base-value.cpp +++ b/test/base-value.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/icinga-perfdata.cpp b/test/icinga-perfdata.cpp index d7e896a15..e9be44fdd 100644 --- a/test/icinga-perfdata.cpp +++ b/test/icinga-perfdata.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/test.cpp b/test/test.cpp index ae96e07c3..d83b3ce5e 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 8af6fee6e..a10b48191 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/third-party/cJSON/CMakeLists.txt b/third-party/cJSON/CMakeLists.txt index ce877875a..e35889d2d 100644 --- a/third-party/cJSON/CMakeLists.txt +++ b/third-party/cJSON/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/third-party/execvpe/CMakeLists.txt b/third-party/execvpe/CMakeLists.txt index fced836e3..1658aaaa5 100644 --- a/third-party/execvpe/CMakeLists.txt +++ b/third-party/execvpe/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/third-party/execvpe/execvpe.h b/third-party/execvpe/execvpe.h index 3541e34d3..b3c23b0fc 100644 --- a/third-party/execvpe/execvpe.h +++ b/third-party/execvpe/execvpe.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/third-party/mmatch/CMakeLists.txt b/third-party/mmatch/CMakeLists.txt index dda0af2fa..1847ac16d 100644 --- a/third-party/mmatch/CMakeLists.txt +++ b/third-party/mmatch/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index e3b290ec3..21c6e8469 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tools/migration/icinga2-migrate-config b/tools/migration/icinga2-migrate-config index 03d5da530..cb2a70ead 100755 --- a/tools/migration/icinga2-migrate-config +++ b/tools/migration/icinga2-migrate-config @@ -3,7 +3,7 @@ =pod /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/tools/mkclass/CMakeLists.txt b/tools/mkclass/CMakeLists.txt index 9fc383633..5c9736be4 100644 --- a/tools/mkclass/CMakeLists.txt +++ b/tools/mkclass/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tools/mkclass/class_lexer.ll b/tools/mkclass/class_lexer.ll index e13562d4a..9ede8ce81 100644 --- a/tools/mkclass/class_lexer.ll +++ b/tools/mkclass/class_lexer.ll @@ -1,7 +1,7 @@ %{ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/tools/mkclass/class_parser.yy b/tools/mkclass/class_parser.yy index 3454d5c88..689cd8634 100644 --- a/tools/mkclass/class_parser.yy +++ b/tools/mkclass/class_parser.yy @@ -1,7 +1,7 @@ %{ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/tools/mkclass/classcompiler.cpp b/tools/mkclass/classcompiler.cpp index d779949a9..0c87e660b 100644 --- a/tools/mkclass/classcompiler.cpp +++ b/tools/mkclass/classcompiler.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/tools/mkclass/classcompiler.h b/tools/mkclass/classcompiler.h index 5266b4ef6..c31656847 100644 --- a/tools/mkclass/classcompiler.h +++ b/tools/mkclass/classcompiler.h @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/tools/mkclass/mkclass.cpp b/tools/mkclass/mkclass.cpp index 7643f1e43..5e9f9664f 100644 --- a/tools/mkclass/mkclass.cpp +++ b/tools/mkclass/mkclass.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/tools/mkembedconfig/CMakeLists.txt b/tools/mkembedconfig/CMakeLists.txt index 8e0204d5c..7b6e3615d 100644 --- a/tools/mkembedconfig/CMakeLists.txt +++ b/tools/mkembedconfig/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) +# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tools/mkembedconfig/mkembedconfig.c b/tools/mkembedconfig/mkembedconfig.c index ad643ffdf..fafa2065a 100644 --- a/tools/mkembedconfig/mkembedconfig.c +++ b/tools/mkembedconfig/mkembedconfig.c @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * + * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/tools/scripts/process_check_result b/tools/scripts/process_check_result index bf5b35057..6d01ace0c 100755 --- a/tools/scripts/process_check_result +++ b/tools/scripts/process_check_result @@ -2,7 +2,7 @@ #/****************************************************************************** # * Icinga 2 * -# * Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org) * +# * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * # * * # * This program is free software; you can redistribute it and/or * # * modify it under the terms of the GNU General Public License *