From 6eccdff621d47560375e356cf222356df01ef3f4 Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Mon, 8 Jan 2018 18:05:12 +0100 Subject: [PATCH] Change a bunch more copyright headers for 2018 This changes more copyright headers for 2018. --- cmake/InstallConfig.cmake | 2 +- icinga-app/icinga.cpp | 2 +- lib/base/library.cpp | 2 +- lib/base/library.hpp | 2 +- lib/db_ido_mysql/schema/mysql.sql | 2 +- lib/db_ido_pgsql/schema/pgsql.sql | 2 +- lib/mysql_shim/CMakeLists.txt | 2 +- lib/mysql_shim/mysqlinterface.cpp | 2 +- lib/mysql_shim/mysqlinterface.hpp | 2 +- lib/pgsql_shim/CMakeLists.txt | 2 +- lib/pgsql_shim/pgsqlinterface.cpp | 2 +- lib/pgsql_shim/pgsqlinterface.hpp | 2 +- test/icinga-checkable-fixture.cpp | 2 +- test/icinga-checkable-flapping.cpp | 2 +- test/icinga-legacytimeperiod.cpp | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cmake/InstallConfig.cmake b/cmake/InstallConfig.cmake index 4cfd6270f..f01357c79 100644 --- a/cmake/InstallConfig.cmake +++ b/cmake/InstallConfig.cmake @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2016 Icinga Development Team (https://www.icinga.com) +# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index b603a2ce4..19577baef 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -395,7 +395,7 @@ static int Main() } if (vm.count("version")) { - std::cout << "Copyright (c) 2012-2017 Icinga Development Team (https://www.icinga.com/)" << std::endl + std::cout << "Copyright (c) 2012-2018 Icinga Development Team (https://www.icinga.com/)" << 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/lib/base/library.cpp b/lib/base/library.cpp index c39ca4067..d1a4c5f06 100644 --- a/lib/base/library.cpp +++ b/lib/base/library.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * + * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/base/library.hpp b/lib/base/library.hpp index 6cbc23a70..3832ab41d 100644 --- a/lib/base/library.hpp +++ b/lib/base/library.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * + * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/db_ido_mysql/schema/mysql.sql b/lib/db_ido_mysql/schema/mysql.sql index 2acff559a..59d1d5c6b 100644 --- a/lib/db_ido_mysql/schema/mysql.sql +++ b/lib/db_ido_mysql/schema/mysql.sql @@ -2,7 +2,7 @@ -- mysql.sql -- DB definition for IDO MySQL -- --- Copyright (c) 2009-2017 Icinga Development Team (https://www.icinga.com/) +-- Copyright (c) 2009-2018 Icinga Development Team (https://www.icinga.com/) -- -- -- -------------------------------------------------------- diff --git a/lib/db_ido_pgsql/schema/pgsql.sql b/lib/db_ido_pgsql/schema/pgsql.sql index fb033d2b7..ff6735d73 100644 --- a/lib/db_ido_pgsql/schema/pgsql.sql +++ b/lib/db_ido_pgsql/schema/pgsql.sql @@ -2,7 +2,7 @@ -- pgsql.sql -- DB definition for IDO Postgresql -- --- Copyright (c) 2009-2017 Icinga Development Team (https://www.icinga.com/) +-- Copyright (c) 2009-2018 Icinga Development Team (https://www.icinga.com/) -- -- -------------------------------------------------------- diff --git a/lib/mysql_shim/CMakeLists.txt b/lib/mysql_shim/CMakeLists.txt index 9d4741823..0d75aeaee 100644 --- a/lib/mysql_shim/CMakeLists.txt +++ b/lib/mysql_shim/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) +# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/mysql_shim/mysqlinterface.cpp b/lib/mysql_shim/mysqlinterface.cpp index b02482f8e..b9d9af1ab 100644 --- a/lib/mysql_shim/mysqlinterface.cpp +++ b/lib/mysql_shim/mysqlinterface.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * + * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/mysql_shim/mysqlinterface.hpp b/lib/mysql_shim/mysqlinterface.hpp index bdc63874e..dc2b3f109 100644 --- a/lib/mysql_shim/mysqlinterface.hpp +++ b/lib/mysql_shim/mysqlinterface.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * + * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/pgsql_shim/CMakeLists.txt b/lib/pgsql_shim/CMakeLists.txt index 8a5d1ac4b..87e9c57c3 100644 --- a/lib/pgsql_shim/CMakeLists.txt +++ b/lib/pgsql_shim/CMakeLists.txt @@ -1,5 +1,5 @@ # Icinga 2 -# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) +# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/pgsql_shim/pgsqlinterface.cpp b/lib/pgsql_shim/pgsqlinterface.cpp index 9760d1574..0b3eb0b97 100644 --- a/lib/pgsql_shim/pgsqlinterface.cpp +++ b/lib/pgsql_shim/pgsqlinterface.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * + * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/lib/pgsql_shim/pgsqlinterface.hpp b/lib/pgsql_shim/pgsqlinterface.hpp index 9a1079287..041966eac 100644 --- a/lib/pgsql_shim/pgsqlinterface.hpp +++ b/lib/pgsql_shim/pgsqlinterface.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/) * + * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * diff --git a/test/icinga-checkable-fixture.cpp b/test/icinga-checkable-fixture.cpp index e3e68966a..3743fd382 100644 --- a/test/icinga-checkable-fixture.cpp +++ b/test/icinga-checkable-fixture.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-2016 Icinga Development Team (https://www.icinga.org/) * + * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.org/) * * * * This 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-checkable-flapping.cpp b/test/icinga-checkable-flapping.cpp index 85eb3c59b..41646a0b1 100644 --- a/test/icinga-checkable-flapping.cpp +++ b/test/icinga-checkable-flapping.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-2016 Icinga Development Team (https://www.icinga.org/) * + * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.org/) * * * * This 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-legacytimeperiod.cpp b/test/icinga-legacytimeperiod.cpp index c02f10887..f178934c9 100644 --- a/test/icinga-legacytimeperiod.cpp +++ b/test/icinga-legacytimeperiod.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Icinga 2 * - * Copyright (C) 2012-2016 Icinga Development Team (https://www.icinga.org/) * + * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.org/) * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License *