]> granicus.if.org Git - icinga2/commitdiff
Change a bunch more copyright headers for 2018 5957/head
authorMichael Insel <michael@insel.email>
Mon, 8 Jan 2018 17:05:12 +0000 (18:05 +0100)
committerMichael Insel <michael@insel.email>
Mon, 8 Jan 2018 17:05:12 +0000 (18:05 +0100)
This changes more copyright headers for 2018.

15 files changed:
cmake/InstallConfig.cmake
icinga-app/icinga.cpp
lib/base/library.cpp
lib/base/library.hpp
lib/db_ido_mysql/schema/mysql.sql
lib/db_ido_pgsql/schema/pgsql.sql
lib/mysql_shim/CMakeLists.txt
lib/mysql_shim/mysqlinterface.cpp
lib/mysql_shim/mysqlinterface.hpp
lib/pgsql_shim/CMakeLists.txt
lib/pgsql_shim/pgsqlinterface.cpp
lib/pgsql_shim/pgsqlinterface.hpp
test/icinga-checkable-fixture.cpp
test/icinga-checkable-flapping.cpp
test/icinga-legacytimeperiod.cpp

index 4cfd6270f5fc0cc828aec9b14702d3023bf4b45a..f01357c79742e07ea4132bd0b1cfc309e5babcd1 100644 (file)
@@ -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
index b603a2ce4fddad0f0a9fadf509583b0d5a38b628..19577baefcdc1079c847947d5280c661afb9eacc 100644 (file)
@@ -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 <http://gnu.org/licenses/gpl2.html>" << 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.";
index c39ca4067b443bc15f8a12d79e1d0f1ece9bde0b..d1a4c5f068c225629a0cccf60821500426068949 100644 (file)
@@ -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                *
index 6cbc23a70dffa9b070388c551fe44f648e097fad..3832ab41dfdedbd405cf42cdc8674c815828da3b 100644 (file)
@@ -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                *
index 2acff559ab60dd5bbc0721fadd5a2cf909237c96..59d1d5c6bec5b1bac0d02f83c65693052aa78d73 100644 (file)
@@ -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/)
 --
 -- -- --------------------------------------------------------
 
index fb033d2b7135f9e0eea35cc4cd6da8b05e00102d..ff6735d73aa35c62136df991d922baab1cbdd566 100644 (file)
@@ -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/)
 --
 -- --------------------------------------------------------
 
index 9d47418234e738d7f72fbb64a3832f6e6aee2566..0d75aeaee5940dab49438850c3a3aea3e5cfb3f2 100644 (file)
@@ -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
index b02482f8e2b6bbcf8808ab5d674ae0da9e4d6658..b9d9af1abad94dabbf05d61d7a74a7cb049edb11 100644 (file)
@@ -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                *
index bdc63874ed3fcaa7b039f08fc261e4763fee8381..dc2b3f10906d1d51dac6a2f4384376df7f0514d2 100644 (file)
@@ -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                *
index 8a5d1ac4bb290ea1408c06ad30290617e468ad60..87e9c57c3bfec7bb16a65c112674236868727cf7 100644 (file)
@@ -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
index 9760d15745dbdf64528e9849ec7ee127924414b2..0b3eb0b977f2e7127ff93b9167daa7d1a99e7ce7 100644 (file)
@@ -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                *
index 9a1079287df7beca915c4ac0361f754d4f533e63..041966eac4b753c3c83cf2037f3a4778398dd785 100644 (file)
@@ -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                *
index e3e68966ad73885e8ff86da712c9f553d39c4b2d..3743fd38229665c0d972e62780eb634c84ab04b8 100644 (file)
@@ -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                *
index 85eb3c59bdd0ddfc51a01ad332c4472fca819f04..41646a0b115a191458ae9a47f619dd6c28001bf2 100644 (file)
@@ -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                *
index c02f108875b9aefa5361783105cb7f763bc1d8ba..f178934c943bcad4277ee75a6fa0029ecc110478 100644 (file)
@@ -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                *