Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
chore(build): update copyright information printed in cbd and neb mod…
Browse files Browse the repository at this point in the history
…ule.
  • Loading branch information
Matthieu Kermagoret authored and ganoze committed Mar 12, 2018
1 parent b303a08 commit 1555d2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions core/src/main.cc
@@ -1,5 +1,5 @@
/*
** Copyright 2009-2013,2015 Centreon
** Copyright 2009-2013,2015,2018 Centreon
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -232,7 +232,7 @@ int main(int argc, char* argv[]) {
<< " -v Print Centreon Broker version.";
logging::info(logging::high) << "Centreon Broker "
<< CENTREON_BROKER_VERSION;
logging::info(logging::high) << "Copyright 2009-2015 Centreon";
logging::info(logging::high) << "Copyright 2009-2018 Centreon";
logging::info(logging::high) << "License ASL 2.0 " \
"<http://www.apache.org/licenses/LICENSE-2.0>";
retval = 0;
Expand All @@ -252,11 +252,11 @@ int main(int argc, char* argv[]) {
#if QT_VERSION >= 0x040400
app.setApplicationVersion(CENTREON_BROKER_VERSION);
#endif // Qt >= 4.4.0
app.setOrganizationDomain("merethis.com");
app.setOrganizationName("Merethis");
app.setOrganizationDomain("centreon.com");
app.setOrganizationName("Centreon");
logging::info(logging::medium)
<< "Centreon Broker " << CENTREON_BROKER_VERSION;
logging::info(logging::medium) << "Copyright 2009-2015 Centreon";
logging::info(logging::medium) << "Copyright 2009-2018 Centreon";
logging::info(logging::medium) << "License ASL 2.0 " \
"<http://www.apache.org/licenses/LICENSE-2.0>";
#if QT_VERSION >= 0x040400
Expand Down
4 changes: 2 additions & 2 deletions neb/src/neb.cc
@@ -1,5 +1,5 @@
/*
** Copyright 2009-2013,2015-2016 Centreon
** Copyright 2009-2013,2015-2016,2018 Centreon
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -186,7 +186,7 @@ extern "C" {
neb_set_module_info(
neb::gl_mod_handle,
NEBMODULE_MODINFO_COPYRIGHT,
"Copyright 2009-2016 Centreon");
"Copyright 2009-2018 Centreon");
neb_set_module_info(
neb::gl_mod_handle,
NEBMODULE_MODINFO_VERSION,
Expand Down

0 comments on commit 1555d2f

Please sign in to comment.