From db345ec9fb139d2b438c06c4b31bb4e04d38d9d7 Mon Sep 17 00:00:00 2001 From: Albert Chu Date: Mon, 28 Aug 2023 21:55:22 -0700 Subject: [PATCH] Globally update cerebro website url --- DISCLAIMER.UC | 2 +- man/cerebro-admin.8.in | 2 +- man/cerebro-stat.8.in | 2 +- man/cerebro.7.in | 2 +- man/cerebro.conf.5.in | 2 +- man/cerebro_errnum.3 | 2 +- man/cerebro_event.3 | 2 +- man/cerebro_event_parse.3 | 2 +- man/cerebro_event_register.3 | 2 +- man/cerebro_event_unregister.3 | 2 +- man/cerebro_flush_metric.3 | 2 +- man/cerebro_get_event_names.3 | 2 +- man/cerebro_get_flags.3 | 2 +- man/cerebro_get_hostname.3 | 2 +- man/cerebro_get_metric_data.3 | 2 +- man/cerebro_get_metric_names.3 | 2 +- man/cerebro_get_port.3 | 2 +- man/cerebro_get_timeout_len.3 | 2 +- man/cerebro_handle_create.3 | 2 +- man/cerebro_handle_destroy.3 | 2 +- man/cerebro_module.3.in | 2 +- man/cerebro_module_devel.3.in | 2 +- man/cerebro_namelist_destroy.3 | 2 +- man/cerebro_namelist_errnum.3 | 2 +- man/cerebro_namelist_iterator_at_end.3 | 2 +- man/cerebro_namelist_iterator_create.3 | 2 +- man/cerebro_namelist_iterator_destroy.3 | 2 +- man/cerebro_namelist_iterator_errnum.3 | 2 +- man/cerebro_namelist_iterator_name.3 | 2 +- man/cerebro_namelist_iterator_next.3 | 2 +- man/cerebro_namelist_iterator_reset.3 | 2 +- man/cerebro_namelist_length.3 | 2 +- man/cerebro_nodelist_destroy.3 | 2 +- man/cerebro_nodelist_errnum.3 | 2 +- man/cerebro_nodelist_iterator_at_end.3 | 2 +- man/cerebro_nodelist_iterator_create.3 | 2 +- man/cerebro_nodelist_iterator_destroy.3 | 2 +- man/cerebro_nodelist_iterator_errnum.3 | 2 +- man/cerebro_nodelist_iterator_metric_value.3 | 2 +- man/cerebro_nodelist_iterator_next.3 | 2 +- man/cerebro_nodelist_iterator_nodename.3 | 2 +- man/cerebro_nodelist_iterator_reset.3 | 2 +- man/cerebro_nodelist_length.3 | 2 +- man/cerebro_nodelist_metric_name.3 | 2 +- man/cerebro_register_metric.3 | 2 +- man/cerebro_resend_metric.3 | 2 +- man/cerebro_set_flags.3 | 2 +- man/cerebro_set_hostname.3 | 2 +- man/cerebro_set_port.3 | 2 +- man/cerebro_set_timeout_len.3 | 2 +- man/cerebro_strerror.3 | 2 +- man/cerebro_unregister_metric.3 | 2 +- man/cerebro_update_metric_value.3 | 2 +- man/cerebrod.8.in | 2 +- man/libcerebro.3 | 2 +- src/cerebro-admin/cerebro-admin.c | 2 +- src/cerebro-stat/cerebro-stat.c | 2 +- src/cerebrod/cerebrod.c | 2 +- src/cerebrod/cerebrod.h | 2 +- src/cerebrod/cerebrod_config.c | 2 +- src/cerebrod/cerebrod_config.h | 2 +- src/cerebrod/cerebrod_daemon.c | 2 +- src/cerebrod/cerebrod_daemon.h | 2 +- src/cerebrod/cerebrod_debug.h | 2 +- src/cerebrod/cerebrod_event_node_timeout_monitor.c | 2 +- src/cerebrod/cerebrod_event_node_timeout_monitor.h | 2 +- src/cerebrod/cerebrod_event_server.c | 2 +- src/cerebrod/cerebrod_event_server.h | 2 +- src/cerebrod/cerebrod_event_update.c | 2 +- src/cerebrod/cerebrod_event_update.h | 2 +- src/cerebrod/cerebrod_listener.c | 2 +- src/cerebrod/cerebrod_listener.h | 2 +- src/cerebrod/cerebrod_listener_data.c | 2 +- src/cerebrod/cerebrod_listener_data.h | 2 +- src/cerebrod/cerebrod_message.c | 2 +- src/cerebrod/cerebrod_message.h | 2 +- src/cerebrod/cerebrod_metric_controller.c | 2 +- src/cerebrod/cerebrod_metric_controller.h | 2 +- src/cerebrod/cerebrod_metric_server.c | 2 +- src/cerebrod/cerebrod_metric_server.h | 2 +- src/cerebrod/cerebrod_monitor_update.c | 2 +- src/cerebrod/cerebrod_monitor_update.h | 2 +- src/cerebrod/cerebrod_speaker.c | 2 +- src/cerebrod/cerebrod_speaker.h | 2 +- src/cerebrod/cerebrod_speaker_data.c | 2 +- src/cerebrod/cerebrod_speaker_data.h | 2 +- src/cerebrod/cerebrod_util.c | 2 +- src/cerebrod/cerebrod_util.h | 2 +- src/libs/cerebro/cerebro.c | 2 +- src/libs/cerebro/cerebro_api.h | 2 +- src/libs/cerebro/cerebro_config_util.c | 2 +- src/libs/cerebro/cerebro_config_util.h | 2 +- src/libs/cerebro/cerebro_event.c | 2 +- src/libs/cerebro/cerebro_metric_control.c | 2 +- src/libs/cerebro/cerebro_metric_data.c | 2 +- src/libs/cerebro/cerebro_metric_names.c | 2 +- src/libs/cerebro/cerebro_metric_util.c | 2 +- src/libs/cerebro/cerebro_metric_util.h | 2 +- src/libs/cerebro/cerebro_namelist.c | 2 +- src/libs/cerebro/cerebro_namelist_util.c | 2 +- src/libs/cerebro/cerebro_namelist_util.h | 2 +- src/libs/cerebro/cerebro_nodelist.c | 2 +- src/libs/cerebro/cerebro_nodelist_util.c | 2 +- src/libs/cerebro/cerebro_nodelist_util.h | 2 +- src/libs/cerebro/cerebro_util.c | 2 +- src/libs/cerebro/cerebro_util.h | 2 +- src/libs/cerebro_error/cerebro_error.c | 2 +- src/libs/common/error.c | 2 +- src/libs/common/error.h | 2 +- src/libs/common/marshall.c | 2 +- src/libs/common/marshall.h | 2 +- src/libs/common/vector.c | 2 +- src/libs/common/vector.h | 2 +- src/libs/debug/debug.c | 2 +- src/libs/debug/debug.h | 2 +- src/libs/include/cerebro.h | 2 +- src/libs/include/cerebro/cerebro_clusterlist_module.h | 2 +- src/libs/include/cerebro/cerebro_config.h | 2 +- src/libs/include/cerebro/cerebro_config_module.h | 2 +- src/libs/include/cerebro/cerebro_constants.h | 2 +- src/libs/include/cerebro/cerebro_error.h | 2 +- src/libs/include/cerebro/cerebro_event_module.h | 2 +- src/libs/include/cerebro/cerebro_event_protocol.h | 2 +- src/libs/include/cerebro/cerebro_metric_control_protocol.h.in | 2 +- src/libs/include/cerebro/cerebro_metric_module.h | 2 +- src/libs/include/cerebro/cerebro_metric_server_protocol.h | 2 +- src/libs/include/cerebro/cerebro_monitor_module.h | 2 +- src/libs/include/cerebro/cerebrod_message_protocol.h | 2 +- src/libs/modules/clusterlist_module.c | 2 +- src/libs/modules/clusterlist_module.h | 2 +- src/libs/modules/config_module.c | 2 +- src/libs/modules/config_module.h | 2 +- src/libs/modules/event_module.c | 2 +- src/libs/modules/event_module.h | 2 +- src/libs/modules/metric_module.c | 2 +- src/libs/modules/metric_module.h | 2 +- src/libs/modules/module_util.c | 2 +- src/libs/modules/module_util.h | 2 +- src/libs/modules/monitor_module.c | 2 +- src/libs/modules/monitor_module.h | 2 +- src/libs/util/config_util.c | 2 +- src/libs/util/config_util.h | 2 +- src/libs/util/data_util.c | 2 +- src/libs/util/data_util.h | 2 +- src/libs/util/network_util.c | 2 +- src/libs/util/network_util.h | 2 +- src/libs/wrappers/wrappers.c | 2 +- src/libs/wrappers/wrappers.h | 2 +- src/libs/wrappers/wrappers_hash.c | 2 +- src/libs/wrappers/wrappers_hostlist.c | 2 +- src/libs/wrappers/wrappers_list.c | 2 +- src/libs/wrappers/wrappers_marshall.c | 2 +- src/libs/wrappers/wrappers_pthread.c | 2 +- src/modules/clusterlist/cerebro_clusterlist_genders.c | 2 +- src/modules/clusterlist/cerebro_clusterlist_genders_util.c | 2 +- src/modules/clusterlist/cerebro_clusterlist_genders_util.h | 2 +- src/modules/clusterlist/cerebro_clusterlist_hostsfile.c | 2 +- src/modules/clusterlist/cerebro_clusterlist_util.c | 2 +- src/modules/clusterlist/cerebro_clusterlist_util.h | 2 +- src/modules/event/cerebro_event_updown.c | 2 +- src/modules/metric/cerebro_metric_boottime.c | 2 +- src/modules/metric/cerebro_metric_bytesin.c | 2 +- src/modules/metric/cerebro_metric_bytesout.c | 2 +- src/modules/metric/cerebro_metric_common.c | 2 +- src/modules/metric/cerebro_metric_common.h | 2 +- src/modules/metric/cerebro_metric_loadavg.c | 2 +- src/modules/metric/cerebro_metric_loadavg.h | 2 +- src/modules/metric/cerebro_metric_loadavg1.c | 2 +- src/modules/metric/cerebro_metric_loadavg15.c | 2 +- src/modules/metric/cerebro_metric_loadavg5.c | 2 +- src/modules/metric/cerebro_metric_memfree.c | 2 +- src/modules/metric/cerebro_metric_memory.c | 2 +- src/modules/metric/cerebro_metric_memory.h | 2 +- src/modules/metric/cerebro_metric_memtotal.c | 2 +- src/modules/metric/cerebro_metric_memused.c | 2 +- src/modules/metric/cerebro_metric_network.c | 2 +- src/modules/metric/cerebro_metric_network.h | 2 +- src/modules/metric/cerebro_metric_packetsin.c | 2 +- src/modules/metric/cerebro_metric_packetsout.c | 2 +- src/modules/metric/cerebro_metric_rxerrs.c | 2 +- src/modules/metric/cerebro_metric_shutdown.c | 2 +- src/modules/metric/cerebro_metric_slurm_state.c | 2 +- src/modules/metric/cerebro_metric_swapfree.c | 2 +- src/modules/metric/cerebro_metric_swaptotal.c | 2 +- src/modules/metric/cerebro_metric_swapused.c | 2 +- src/modules/metric/cerebro_metric_txerrs.c | 2 +- 186 files changed, 186 insertions(+), 186 deletions(-) diff --git a/DISCLAIMER.UC b/DISCLAIMER.UC index b79323d5..d806a04c 100644 --- a/DISCLAIMER.UC +++ b/DISCLAIMER.UC @@ -4,7 +4,7 @@ Written by Albert Chu . UCRL-CODE-155989 All rights reserved. This file is part of Cerebro, a collection of cluster monitoring tools -and libraries. For details, see . +and libraries. For details, see . Cerebro is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro-admin.8.in b/man/cerebro-admin.8.in index 939e6480..28216f03 100644 --- a/man/cerebro-admin.8.in +++ b/man/cerebro-admin.8.in @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro-stat.8.in b/man/cerebro-stat.8.in index 46e80835..5880c7bb 100644 --- a/man/cerebro-stat.8.in +++ b/man/cerebro-stat.8.in @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro.7.in b/man/cerebro.7.in index fba6f8c6..b70fa87d 100644 --- a/man/cerebro.7.in +++ b/man/cerebro.7.in @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro.conf.5.in b/man/cerebro.conf.5.in index 1617e34f..4027dc17 100644 --- a/man/cerebro.conf.5.in +++ b/man/cerebro.conf.5.in @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_errnum.3 b/man/cerebro_errnum.3 index 17d75584..57f49173 100644 --- a/man/cerebro_errnum.3 +++ b/man/cerebro_errnum.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_event.3 b/man/cerebro_event.3 index 7ab5bd54..542337e9 100644 --- a/man/cerebro_event.3 +++ b/man/cerebro_event.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_event_parse.3 b/man/cerebro_event_parse.3 index c229136e..6e896fa0 100644 --- a/man/cerebro_event_parse.3 +++ b/man/cerebro_event_parse.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_event_register.3 b/man/cerebro_event_register.3 index 31c6f009..2906e2e1 100644 --- a/man/cerebro_event_register.3 +++ b/man/cerebro_event_register.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_event_unregister.3 b/man/cerebro_event_unregister.3 index c69d0b3d..6c779e37 100644 --- a/man/cerebro_event_unregister.3 +++ b/man/cerebro_event_unregister.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_flush_metric.3 b/man/cerebro_flush_metric.3 index b8d2ff00..ed20f36d 100644 --- a/man/cerebro_flush_metric.3 +++ b/man/cerebro_flush_metric.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_get_event_names.3 b/man/cerebro_get_event_names.3 index b367c1f9..c69f9d8d 100644 --- a/man/cerebro_get_event_names.3 +++ b/man/cerebro_get_event_names.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_get_flags.3 b/man/cerebro_get_flags.3 index 8a4dbf1c..ec189095 100644 --- a/man/cerebro_get_flags.3 +++ b/man/cerebro_get_flags.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_get_hostname.3 b/man/cerebro_get_hostname.3 index 2cec446f..08d15e61 100644 --- a/man/cerebro_get_hostname.3 +++ b/man/cerebro_get_hostname.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_get_metric_data.3 b/man/cerebro_get_metric_data.3 index adc5388d..3f5d71cc 100644 --- a/man/cerebro_get_metric_data.3 +++ b/man/cerebro_get_metric_data.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_get_metric_names.3 b/man/cerebro_get_metric_names.3 index f835fbe6..54e0ea17 100644 --- a/man/cerebro_get_metric_names.3 +++ b/man/cerebro_get_metric_names.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_get_port.3 b/man/cerebro_get_port.3 index 4dfd29c0..0d6fe5a0 100644 --- a/man/cerebro_get_port.3 +++ b/man/cerebro_get_port.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_get_timeout_len.3 b/man/cerebro_get_timeout_len.3 index 734edee0..4c03fb7e 100644 --- a/man/cerebro_get_timeout_len.3 +++ b/man/cerebro_get_timeout_len.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_handle_create.3 b/man/cerebro_handle_create.3 index 43b1b757..dc5e52f2 100644 --- a/man/cerebro_handle_create.3 +++ b/man/cerebro_handle_create.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_handle_destroy.3 b/man/cerebro_handle_destroy.3 index 08cc6cc1..361f33bf 100644 --- a/man/cerebro_handle_destroy.3 +++ b/man/cerebro_handle_destroy.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_module.3.in b/man/cerebro_module.3.in index cb9779ef..a7c7303c 100644 --- a/man/cerebro_module.3.in +++ b/man/cerebro_module.3.in @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_module_devel.3.in b/man/cerebro_module_devel.3.in index c2a61eeb..302c9bee 100644 --- a/man/cerebro_module_devel.3.in +++ b/man/cerebro_module_devel.3.in @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_destroy.3 b/man/cerebro_namelist_destroy.3 index c91ad9b4..33e96e74 100644 --- a/man/cerebro_namelist_destroy.3 +++ b/man/cerebro_namelist_destroy.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_errnum.3 b/man/cerebro_namelist_errnum.3 index 3daff4d5..875c89ab 100644 --- a/man/cerebro_namelist_errnum.3 +++ b/man/cerebro_namelist_errnum.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_iterator_at_end.3 b/man/cerebro_namelist_iterator_at_end.3 index c6ef4212..c574a0fa 100644 --- a/man/cerebro_namelist_iterator_at_end.3 +++ b/man/cerebro_namelist_iterator_at_end.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_iterator_create.3 b/man/cerebro_namelist_iterator_create.3 index 4650b7aa..450ee0f4 100644 --- a/man/cerebro_namelist_iterator_create.3 +++ b/man/cerebro_namelist_iterator_create.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_iterator_destroy.3 b/man/cerebro_namelist_iterator_destroy.3 index 8f25eca8..97b22e2d 100644 --- a/man/cerebro_namelist_iterator_destroy.3 +++ b/man/cerebro_namelist_iterator_destroy.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_iterator_errnum.3 b/man/cerebro_namelist_iterator_errnum.3 index 428c3285..7651a303 100644 --- a/man/cerebro_namelist_iterator_errnum.3 +++ b/man/cerebro_namelist_iterator_errnum.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_iterator_name.3 b/man/cerebro_namelist_iterator_name.3 index 64c9e3ca..48dcadcd 100644 --- a/man/cerebro_namelist_iterator_name.3 +++ b/man/cerebro_namelist_iterator_name.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_iterator_next.3 b/man/cerebro_namelist_iterator_next.3 index 1c5d3b56..44979ed8 100644 --- a/man/cerebro_namelist_iterator_next.3 +++ b/man/cerebro_namelist_iterator_next.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_iterator_reset.3 b/man/cerebro_namelist_iterator_reset.3 index f864d1c1..7dbcfd9b 100644 --- a/man/cerebro_namelist_iterator_reset.3 +++ b/man/cerebro_namelist_iterator_reset.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_namelist_length.3 b/man/cerebro_namelist_length.3 index 0fca087c..725d5c2c 100644 --- a/man/cerebro_namelist_length.3 +++ b/man/cerebro_namelist_length.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_destroy.3 b/man/cerebro_nodelist_destroy.3 index b1b17b47..b434df99 100644 --- a/man/cerebro_nodelist_destroy.3 +++ b/man/cerebro_nodelist_destroy.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_errnum.3 b/man/cerebro_nodelist_errnum.3 index 10419e4a..2cedc15a 100644 --- a/man/cerebro_nodelist_errnum.3 +++ b/man/cerebro_nodelist_errnum.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_iterator_at_end.3 b/man/cerebro_nodelist_iterator_at_end.3 index 566dec56..5e88082a 100644 --- a/man/cerebro_nodelist_iterator_at_end.3 +++ b/man/cerebro_nodelist_iterator_at_end.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_iterator_create.3 b/man/cerebro_nodelist_iterator_create.3 index d710a95c..8b5b03b4 100644 --- a/man/cerebro_nodelist_iterator_create.3 +++ b/man/cerebro_nodelist_iterator_create.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_iterator_destroy.3 b/man/cerebro_nodelist_iterator_destroy.3 index 959de54f..58ff2c21 100644 --- a/man/cerebro_nodelist_iterator_destroy.3 +++ b/man/cerebro_nodelist_iterator_destroy.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_iterator_errnum.3 b/man/cerebro_nodelist_iterator_errnum.3 index 0f14ea60..79f8c0f2 100644 --- a/man/cerebro_nodelist_iterator_errnum.3 +++ b/man/cerebro_nodelist_iterator_errnum.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_iterator_metric_value.3 b/man/cerebro_nodelist_iterator_metric_value.3 index e22ecd78..b98fb16c 100644 --- a/man/cerebro_nodelist_iterator_metric_value.3 +++ b/man/cerebro_nodelist_iterator_metric_value.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_iterator_next.3 b/man/cerebro_nodelist_iterator_next.3 index 5bc55302..4c590b6b 100644 --- a/man/cerebro_nodelist_iterator_next.3 +++ b/man/cerebro_nodelist_iterator_next.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_iterator_nodename.3 b/man/cerebro_nodelist_iterator_nodename.3 index b072dc53..a6849402 100644 --- a/man/cerebro_nodelist_iterator_nodename.3 +++ b/man/cerebro_nodelist_iterator_nodename.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_iterator_reset.3 b/man/cerebro_nodelist_iterator_reset.3 index 0d4f4d1a..8ff45d55 100644 --- a/man/cerebro_nodelist_iterator_reset.3 +++ b/man/cerebro_nodelist_iterator_reset.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_length.3 b/man/cerebro_nodelist_length.3 index 57c212a5..b6d45385 100644 --- a/man/cerebro_nodelist_length.3 +++ b/man/cerebro_nodelist_length.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_nodelist_metric_name.3 b/man/cerebro_nodelist_metric_name.3 index 5e98793c..5dae4fb9 100644 --- a/man/cerebro_nodelist_metric_name.3 +++ b/man/cerebro_nodelist_metric_name.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_register_metric.3 b/man/cerebro_register_metric.3 index 85e4e8a5..9fcebf9c 100644 --- a/man/cerebro_register_metric.3 +++ b/man/cerebro_register_metric.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_resend_metric.3 b/man/cerebro_resend_metric.3 index 569a108e..3498357e 100644 --- a/man/cerebro_resend_metric.3 +++ b/man/cerebro_resend_metric.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_set_flags.3 b/man/cerebro_set_flags.3 index 4fce2cea..a1e4da7c 100644 --- a/man/cerebro_set_flags.3 +++ b/man/cerebro_set_flags.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_set_hostname.3 b/man/cerebro_set_hostname.3 index 249e85c9..2534fd8c 100644 --- a/man/cerebro_set_hostname.3 +++ b/man/cerebro_set_hostname.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_set_port.3 b/man/cerebro_set_port.3 index c1fb04e3..3908b1af 100644 --- a/man/cerebro_set_port.3 +++ b/man/cerebro_set_port.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_set_timeout_len.3 b/man/cerebro_set_timeout_len.3 index 65c9374a..a42cb7b9 100644 --- a/man/cerebro_set_timeout_len.3 +++ b/man/cerebro_set_timeout_len.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_strerror.3 b/man/cerebro_strerror.3 index e96e9965..071bd97d 100644 --- a/man/cerebro_strerror.3 +++ b/man/cerebro_strerror.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_unregister_metric.3 b/man/cerebro_unregister_metric.3 index d9258590..d593be99 100644 --- a/man/cerebro_unregister_metric.3 +++ b/man/cerebro_unregister_metric.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebro_update_metric_value.3 b/man/cerebro_update_metric_value.3 index 6681bd8e..c34319d8 100644 --- a/man/cerebro_update_metric_value.3 +++ b/man/cerebro_update_metric_value.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/cerebrod.8.in b/man/cerebrod.8.in index dd5fcc69..4d24a586 100644 --- a/man/cerebrod.8.in +++ b/man/cerebrod.8.in @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/man/libcerebro.3 b/man/libcerebro.3 index 11fcdfae..22902bf9 100644 --- a/man/libcerebro.3 +++ b/man/libcerebro.3 @@ -8,7 +8,7 @@ .\" UCRL-CODE-155989 All rights reserved. .\" .\" This file is part of Cerebro, a collection of cluster monitoring tools -.\" and libraries. For details, see . +.\" and libraries. For details, see . .\" .\" Cerebro is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free diff --git a/src/cerebro-admin/cerebro-admin.c b/src/cerebro-admin/cerebro-admin.c index 07274cad..f60e0e54 100644 --- a/src/cerebro-admin/cerebro-admin.c +++ b/src/cerebro-admin/cerebro-admin.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebro-stat/cerebro-stat.c b/src/cerebro-stat/cerebro-stat.c index d544acd2..87d239a0 100644 --- a/src/cerebro-stat/cerebro-stat.c +++ b/src/cerebro-stat/cerebro-stat.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod.c b/src/cerebrod/cerebrod.c index 2a2c5225..aec07540 100644 --- a/src/cerebrod/cerebrod.c +++ b/src/cerebrod/cerebrod.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod.h b/src/cerebrod/cerebrod.h index 5b5a6e6f..5a384748 100644 --- a/src/cerebrod/cerebrod.h +++ b/src/cerebrod/cerebrod.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_config.c b/src/cerebrod/cerebrod_config.c index abe5f949..9c84921e 100644 --- a/src/cerebrod/cerebrod_config.c +++ b/src/cerebrod/cerebrod_config.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_config.h b/src/cerebrod/cerebrod_config.h index 8a22bb8f..734242f5 100644 --- a/src/cerebrod/cerebrod_config.h +++ b/src/cerebrod/cerebrod_config.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_daemon.c b/src/cerebrod/cerebrod_daemon.c index 34f67232..a74c2ffb 100644 --- a/src/cerebrod/cerebrod_daemon.c +++ b/src/cerebrod/cerebrod_daemon.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_daemon.h b/src/cerebrod/cerebrod_daemon.h index 3b5f9fb0..7cf62f1f 100644 --- a/src/cerebrod/cerebrod_daemon.h +++ b/src/cerebrod/cerebrod_daemon.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_debug.h b/src/cerebrod/cerebrod_debug.h index b1e3446f..9d18db31 100644 --- a/src/cerebrod/cerebrod_debug.h +++ b/src/cerebrod/cerebrod_debug.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_event_node_timeout_monitor.c b/src/cerebrod/cerebrod_event_node_timeout_monitor.c index c7df2be8..41819d22 100644 --- a/src/cerebrod/cerebrod_event_node_timeout_monitor.c +++ b/src/cerebrod/cerebrod_event_node_timeout_monitor.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_event_node_timeout_monitor.h b/src/cerebrod/cerebrod_event_node_timeout_monitor.h index ba439b6f..7f0de2ac 100644 --- a/src/cerebrod/cerebrod_event_node_timeout_monitor.h +++ b/src/cerebrod/cerebrod_event_node_timeout_monitor.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_event_server.c b/src/cerebrod/cerebrod_event_server.c index 8e8bc258..27647de2 100644 --- a/src/cerebrod/cerebrod_event_server.c +++ b/src/cerebrod/cerebrod_event_server.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_event_server.h b/src/cerebrod/cerebrod_event_server.h index ec08c718..8478afb2 100644 --- a/src/cerebrod/cerebrod_event_server.h +++ b/src/cerebrod/cerebrod_event_server.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_event_update.c b/src/cerebrod/cerebrod_event_update.c index 7fab68b8..69e004c4 100644 --- a/src/cerebrod/cerebrod_event_update.c +++ b/src/cerebrod/cerebrod_event_update.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_event_update.h b/src/cerebrod/cerebrod_event_update.h index b8d1baea..bf806e1b 100644 --- a/src/cerebrod/cerebrod_event_update.h +++ b/src/cerebrod/cerebrod_event_update.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_listener.c b/src/cerebrod/cerebrod_listener.c index 2c0b58e8..97a0e913 100644 --- a/src/cerebrod/cerebrod_listener.c +++ b/src/cerebrod/cerebrod_listener.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_listener.h b/src/cerebrod/cerebrod_listener.h index 6b3b0aca..715b9e81 100644 --- a/src/cerebrod/cerebrod_listener.h +++ b/src/cerebrod/cerebrod_listener.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_listener_data.c b/src/cerebrod/cerebrod_listener_data.c index a8a0d05c..55a079ba 100644 --- a/src/cerebrod/cerebrod_listener_data.c +++ b/src/cerebrod/cerebrod_listener_data.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_listener_data.h b/src/cerebrod/cerebrod_listener_data.h index 8c56e90d..5ed3401e 100644 --- a/src/cerebrod/cerebrod_listener_data.h +++ b/src/cerebrod/cerebrod_listener_data.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_message.c b/src/cerebrod/cerebrod_message.c index 0f13ebf3..d392a99c 100644 --- a/src/cerebrod/cerebrod_message.c +++ b/src/cerebrod/cerebrod_message.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_message.h b/src/cerebrod/cerebrod_message.h index 535beade..6547b853 100644 --- a/src/cerebrod/cerebrod_message.h +++ b/src/cerebrod/cerebrod_message.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_metric_controller.c b/src/cerebrod/cerebrod_metric_controller.c index 8c58ff66..fb03610a 100644 --- a/src/cerebrod/cerebrod_metric_controller.c +++ b/src/cerebrod/cerebrod_metric_controller.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_metric_controller.h b/src/cerebrod/cerebrod_metric_controller.h index 6b1c52ae..c1518898 100644 --- a/src/cerebrod/cerebrod_metric_controller.h +++ b/src/cerebrod/cerebrod_metric_controller.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_metric_server.c b/src/cerebrod/cerebrod_metric_server.c index 46d3b85e..ef616b46 100644 --- a/src/cerebrod/cerebrod_metric_server.c +++ b/src/cerebrod/cerebrod_metric_server.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_metric_server.h b/src/cerebrod/cerebrod_metric_server.h index f490c555..ca631255 100644 --- a/src/cerebrod/cerebrod_metric_server.h +++ b/src/cerebrod/cerebrod_metric_server.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_monitor_update.c b/src/cerebrod/cerebrod_monitor_update.c index 07a022f5..8db738b4 100644 --- a/src/cerebrod/cerebrod_monitor_update.c +++ b/src/cerebrod/cerebrod_monitor_update.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_monitor_update.h b/src/cerebrod/cerebrod_monitor_update.h index 3fda595d..1f2a0efc 100644 --- a/src/cerebrod/cerebrod_monitor_update.h +++ b/src/cerebrod/cerebrod_monitor_update.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_speaker.c b/src/cerebrod/cerebrod_speaker.c index ee6fa4ae..213abfe2 100644 --- a/src/cerebrod/cerebrod_speaker.c +++ b/src/cerebrod/cerebrod_speaker.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_speaker.h b/src/cerebrod/cerebrod_speaker.h index c27dd535..5758d68d 100644 --- a/src/cerebrod/cerebrod_speaker.h +++ b/src/cerebrod/cerebrod_speaker.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_speaker_data.c b/src/cerebrod/cerebrod_speaker_data.c index 4536b887..4416305a 100644 --- a/src/cerebrod/cerebrod_speaker_data.c +++ b/src/cerebrod/cerebrod_speaker_data.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_speaker_data.h b/src/cerebrod/cerebrod_speaker_data.h index 5813ead9..1a04ddd7 100644 --- a/src/cerebrod/cerebrod_speaker_data.h +++ b/src/cerebrod/cerebrod_speaker_data.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_util.c b/src/cerebrod/cerebrod_util.c index 5cdd54b9..3cf140b1 100644 --- a/src/cerebrod/cerebrod_util.c +++ b/src/cerebrod/cerebrod_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/cerebrod/cerebrod_util.h b/src/cerebrod/cerebrod_util.h index 8e5465fc..2a7e4d8f 100644 --- a/src/cerebrod/cerebrod_util.h +++ b/src/cerebrod/cerebrod_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro.c b/src/libs/cerebro/cerebro.c index a28ec3a2..9ca3d7d4 100644 --- a/src/libs/cerebro/cerebro.c +++ b/src/libs/cerebro/cerebro.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_api.h b/src/libs/cerebro/cerebro_api.h index 32be9b30..b7ec28c6 100644 --- a/src/libs/cerebro/cerebro_api.h +++ b/src/libs/cerebro/cerebro_api.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_config_util.c b/src/libs/cerebro/cerebro_config_util.c index eb5189cf..b768bc1d 100644 --- a/src/libs/cerebro/cerebro_config_util.c +++ b/src/libs/cerebro/cerebro_config_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_config_util.h b/src/libs/cerebro/cerebro_config_util.h index ad1f2f48..97e2b1d3 100644 --- a/src/libs/cerebro/cerebro_config_util.h +++ b/src/libs/cerebro/cerebro_config_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_event.c b/src/libs/cerebro/cerebro_event.c index 116e9a3c..019f3c98 100644 --- a/src/libs/cerebro/cerebro_event.c +++ b/src/libs/cerebro/cerebro_event.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_metric_control.c b/src/libs/cerebro/cerebro_metric_control.c index 2b944292..cbb9b328 100644 --- a/src/libs/cerebro/cerebro_metric_control.c +++ b/src/libs/cerebro/cerebro_metric_control.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_metric_data.c b/src/libs/cerebro/cerebro_metric_data.c index ca9a0c8e..fbb0f88b 100644 --- a/src/libs/cerebro/cerebro_metric_data.c +++ b/src/libs/cerebro/cerebro_metric_data.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_metric_names.c b/src/libs/cerebro/cerebro_metric_names.c index e5644618..0fe7ea1d 100644 --- a/src/libs/cerebro/cerebro_metric_names.c +++ b/src/libs/cerebro/cerebro_metric_names.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_metric_util.c b/src/libs/cerebro/cerebro_metric_util.c index e1824e75..d51ff8ab 100644 --- a/src/libs/cerebro/cerebro_metric_util.c +++ b/src/libs/cerebro/cerebro_metric_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_metric_util.h b/src/libs/cerebro/cerebro_metric_util.h index 0a68d1e0..7bebc9b9 100644 --- a/src/libs/cerebro/cerebro_metric_util.h +++ b/src/libs/cerebro/cerebro_metric_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_namelist.c b/src/libs/cerebro/cerebro_namelist.c index 2b529c43..414c9085 100644 --- a/src/libs/cerebro/cerebro_namelist.c +++ b/src/libs/cerebro/cerebro_namelist.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_namelist_util.c b/src/libs/cerebro/cerebro_namelist_util.c index 93022429..4634af00 100644 --- a/src/libs/cerebro/cerebro_namelist_util.c +++ b/src/libs/cerebro/cerebro_namelist_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_namelist_util.h b/src/libs/cerebro/cerebro_namelist_util.h index b89ecb78..a15e62fa 100644 --- a/src/libs/cerebro/cerebro_namelist_util.h +++ b/src/libs/cerebro/cerebro_namelist_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_nodelist.c b/src/libs/cerebro/cerebro_nodelist.c index 3d9426c8..d6f1d9a1 100644 --- a/src/libs/cerebro/cerebro_nodelist.c +++ b/src/libs/cerebro/cerebro_nodelist.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_nodelist_util.c b/src/libs/cerebro/cerebro_nodelist_util.c index c1185d8d..95886df7 100644 --- a/src/libs/cerebro/cerebro_nodelist_util.c +++ b/src/libs/cerebro/cerebro_nodelist_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_nodelist_util.h b/src/libs/cerebro/cerebro_nodelist_util.h index 653a6454..7da1f837 100644 --- a/src/libs/cerebro/cerebro_nodelist_util.h +++ b/src/libs/cerebro/cerebro_nodelist_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_util.c b/src/libs/cerebro/cerebro_util.c index 6c163c13..e131ace4 100644 --- a/src/libs/cerebro/cerebro_util.c +++ b/src/libs/cerebro/cerebro_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro/cerebro_util.h b/src/libs/cerebro/cerebro_util.h index 7ae4ee61..a68ae002 100644 --- a/src/libs/cerebro/cerebro_util.h +++ b/src/libs/cerebro/cerebro_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/cerebro_error/cerebro_error.c b/src/libs/cerebro_error/cerebro_error.c index 2ae8c027..7d1f9951 100644 --- a/src/libs/cerebro_error/cerebro_error.c +++ b/src/libs/cerebro_error/cerebro_error.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/common/error.c b/src/libs/common/error.c index 416b0e6e..043c0327 100644 --- a/src/libs/common/error.c +++ b/src/libs/common/error.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/common/error.h b/src/libs/common/error.h index 6ad4140a..6239c422 100644 --- a/src/libs/common/error.h +++ b/src/libs/common/error.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/common/marshall.c b/src/libs/common/marshall.c index e7126819..ea5fbfc2 100644 --- a/src/libs/common/marshall.c +++ b/src/libs/common/marshall.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/common/marshall.h b/src/libs/common/marshall.h index 582f12da..b4fe691d 100644 --- a/src/libs/common/marshall.h +++ b/src/libs/common/marshall.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/common/vector.c b/src/libs/common/vector.c index 3bad017e..2a8948ef 100644 --- a/src/libs/common/vector.c +++ b/src/libs/common/vector.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/common/vector.h b/src/libs/common/vector.h index 243b37a2..59cf505b 100644 --- a/src/libs/common/vector.h +++ b/src/libs/common/vector.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/debug/debug.c b/src/libs/debug/debug.c index 2854f9f4..ae0272c3 100644 --- a/src/libs/debug/debug.c +++ b/src/libs/debug/debug.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/debug/debug.h b/src/libs/debug/debug.h index 20a6c09e..3a4fc57c 100644 --- a/src/libs/debug/debug.h +++ b/src/libs/debug/debug.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro.h b/src/libs/include/cerebro.h index 89300768..331bfd69 100644 --- a/src/libs/include/cerebro.h +++ b/src/libs/include/cerebro.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_clusterlist_module.h b/src/libs/include/cerebro/cerebro_clusterlist_module.h index 6a037f29..7c7f94a8 100644 --- a/src/libs/include/cerebro/cerebro_clusterlist_module.h +++ b/src/libs/include/cerebro/cerebro_clusterlist_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_config.h b/src/libs/include/cerebro/cerebro_config.h index 831b9290..57446386 100644 --- a/src/libs/include/cerebro/cerebro_config.h +++ b/src/libs/include/cerebro/cerebro_config.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_config_module.h b/src/libs/include/cerebro/cerebro_config_module.h index 86e335d7..90b74992 100644 --- a/src/libs/include/cerebro/cerebro_config_module.h +++ b/src/libs/include/cerebro/cerebro_config_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_constants.h b/src/libs/include/cerebro/cerebro_constants.h index 9fcb7ebb..e3b70ba0 100644 --- a/src/libs/include/cerebro/cerebro_constants.h +++ b/src/libs/include/cerebro/cerebro_constants.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_error.h b/src/libs/include/cerebro/cerebro_error.h index c8dc23c5..98848d91 100644 --- a/src/libs/include/cerebro/cerebro_error.h +++ b/src/libs/include/cerebro/cerebro_error.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_event_module.h b/src/libs/include/cerebro/cerebro_event_module.h index 8ec7f1e4..fd6c633f 100644 --- a/src/libs/include/cerebro/cerebro_event_module.h +++ b/src/libs/include/cerebro/cerebro_event_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_event_protocol.h b/src/libs/include/cerebro/cerebro_event_protocol.h index 089a4705..ca06c92a 100644 --- a/src/libs/include/cerebro/cerebro_event_protocol.h +++ b/src/libs/include/cerebro/cerebro_event_protocol.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_metric_control_protocol.h.in b/src/libs/include/cerebro/cerebro_metric_control_protocol.h.in index 232a7049..34d475d0 100644 --- a/src/libs/include/cerebro/cerebro_metric_control_protocol.h.in +++ b/src/libs/include/cerebro/cerebro_metric_control_protocol.h.in @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_metric_module.h b/src/libs/include/cerebro/cerebro_metric_module.h index eabfa7a9..e89f1462 100644 --- a/src/libs/include/cerebro/cerebro_metric_module.h +++ b/src/libs/include/cerebro/cerebro_metric_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_metric_server_protocol.h b/src/libs/include/cerebro/cerebro_metric_server_protocol.h index 15e23760..bf3b5e0b 100644 --- a/src/libs/include/cerebro/cerebro_metric_server_protocol.h +++ b/src/libs/include/cerebro/cerebro_metric_server_protocol.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebro_monitor_module.h b/src/libs/include/cerebro/cerebro_monitor_module.h index 03300db0..a9240b22 100644 --- a/src/libs/include/cerebro/cerebro_monitor_module.h +++ b/src/libs/include/cerebro/cerebro_monitor_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/include/cerebro/cerebrod_message_protocol.h b/src/libs/include/cerebro/cerebrod_message_protocol.h index 4ee1fba7..2557acf2 100644 --- a/src/libs/include/cerebro/cerebrod_message_protocol.h +++ b/src/libs/include/cerebro/cerebrod_message_protocol.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/clusterlist_module.c b/src/libs/modules/clusterlist_module.c index dae697b8..01bb9e15 100644 --- a/src/libs/modules/clusterlist_module.c +++ b/src/libs/modules/clusterlist_module.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/clusterlist_module.h b/src/libs/modules/clusterlist_module.h index 7ba56e76..76373d5d 100644 --- a/src/libs/modules/clusterlist_module.h +++ b/src/libs/modules/clusterlist_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/config_module.c b/src/libs/modules/config_module.c index 472eac93..3404ad26 100644 --- a/src/libs/modules/config_module.c +++ b/src/libs/modules/config_module.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/config_module.h b/src/libs/modules/config_module.h index f72e2982..1959190f 100644 --- a/src/libs/modules/config_module.h +++ b/src/libs/modules/config_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/event_module.c b/src/libs/modules/event_module.c index 74168869..199dde56 100644 --- a/src/libs/modules/event_module.c +++ b/src/libs/modules/event_module.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/event_module.h b/src/libs/modules/event_module.h index a0a26f07..6ced7aec 100644 --- a/src/libs/modules/event_module.h +++ b/src/libs/modules/event_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/metric_module.c b/src/libs/modules/metric_module.c index f397e9fd..de311b3c 100644 --- a/src/libs/modules/metric_module.c +++ b/src/libs/modules/metric_module.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/metric_module.h b/src/libs/modules/metric_module.h index e838154c..1e41b4a6 100644 --- a/src/libs/modules/metric_module.h +++ b/src/libs/modules/metric_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/module_util.c b/src/libs/modules/module_util.c index 3da1a0c3..3cc1c6e0 100644 --- a/src/libs/modules/module_util.c +++ b/src/libs/modules/module_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/module_util.h b/src/libs/modules/module_util.h index ac1ff663..650439a0 100644 --- a/src/libs/modules/module_util.h +++ b/src/libs/modules/module_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/monitor_module.c b/src/libs/modules/monitor_module.c index 63584354..7a43655e 100644 --- a/src/libs/modules/monitor_module.c +++ b/src/libs/modules/monitor_module.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/modules/monitor_module.h b/src/libs/modules/monitor_module.h index 9f2e710a..59715c02 100644 --- a/src/libs/modules/monitor_module.h +++ b/src/libs/modules/monitor_module.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/util/config_util.c b/src/libs/util/config_util.c index a9d7f738..785ec920 100644 --- a/src/libs/util/config_util.c +++ b/src/libs/util/config_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/util/config_util.h b/src/libs/util/config_util.h index 6697d683..862b6b36 100644 --- a/src/libs/util/config_util.h +++ b/src/libs/util/config_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/util/data_util.c b/src/libs/util/data_util.c index 9e2f0b60..9b91370d 100644 --- a/src/libs/util/data_util.c +++ b/src/libs/util/data_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/util/data_util.h b/src/libs/util/data_util.h index 5ea2724c..8640d359 100644 --- a/src/libs/util/data_util.h +++ b/src/libs/util/data_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/util/network_util.c b/src/libs/util/network_util.c index beb83090..15ad1bc4 100644 --- a/src/libs/util/network_util.c +++ b/src/libs/util/network_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/util/network_util.h b/src/libs/util/network_util.h index ba7c35f3..269f8976 100644 --- a/src/libs/util/network_util.h +++ b/src/libs/util/network_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/wrappers/wrappers.c b/src/libs/wrappers/wrappers.c index 63c5c6d0..f11f5cae 100644 --- a/src/libs/wrappers/wrappers.c +++ b/src/libs/wrappers/wrappers.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/wrappers/wrappers.h b/src/libs/wrappers/wrappers.h index cf32df70..0a31c4d8 100644 --- a/src/libs/wrappers/wrappers.h +++ b/src/libs/wrappers/wrappers.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/wrappers/wrappers_hash.c b/src/libs/wrappers/wrappers_hash.c index 59b73d83..277e7463 100644 --- a/src/libs/wrappers/wrappers_hash.c +++ b/src/libs/wrappers/wrappers_hash.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/wrappers/wrappers_hostlist.c b/src/libs/wrappers/wrappers_hostlist.c index c4d83d89..09cece60 100644 --- a/src/libs/wrappers/wrappers_hostlist.c +++ b/src/libs/wrappers/wrappers_hostlist.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/wrappers/wrappers_list.c b/src/libs/wrappers/wrappers_list.c index 405204ab..fdab5eff 100644 --- a/src/libs/wrappers/wrappers_list.c +++ b/src/libs/wrappers/wrappers_list.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/wrappers/wrappers_marshall.c b/src/libs/wrappers/wrappers_marshall.c index 134af5b7..0a8a2f82 100644 --- a/src/libs/wrappers/wrappers_marshall.c +++ b/src/libs/wrappers/wrappers_marshall.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/libs/wrappers/wrappers_pthread.c b/src/libs/wrappers/wrappers_pthread.c index a0873573..3e20f20e 100644 --- a/src/libs/wrappers/wrappers_pthread.c +++ b/src/libs/wrappers/wrappers_pthread.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/clusterlist/cerebro_clusterlist_genders.c b/src/modules/clusterlist/cerebro_clusterlist_genders.c index 22310b1e..791e9580 100644 --- a/src/modules/clusterlist/cerebro_clusterlist_genders.c +++ b/src/modules/clusterlist/cerebro_clusterlist_genders.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/clusterlist/cerebro_clusterlist_genders_util.c b/src/modules/clusterlist/cerebro_clusterlist_genders_util.c index 7295bc2a..07580815 100644 --- a/src/modules/clusterlist/cerebro_clusterlist_genders_util.c +++ b/src/modules/clusterlist/cerebro_clusterlist_genders_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/clusterlist/cerebro_clusterlist_genders_util.h b/src/modules/clusterlist/cerebro_clusterlist_genders_util.h index 9f09d00c..662a2bf5 100644 --- a/src/modules/clusterlist/cerebro_clusterlist_genders_util.h +++ b/src/modules/clusterlist/cerebro_clusterlist_genders_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/clusterlist/cerebro_clusterlist_hostsfile.c b/src/modules/clusterlist/cerebro_clusterlist_hostsfile.c index cb6f3822..d7825000 100644 --- a/src/modules/clusterlist/cerebro_clusterlist_hostsfile.c +++ b/src/modules/clusterlist/cerebro_clusterlist_hostsfile.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/clusterlist/cerebro_clusterlist_util.c b/src/modules/clusterlist/cerebro_clusterlist_util.c index 962b9c24..cbf739a4 100644 --- a/src/modules/clusterlist/cerebro_clusterlist_util.c +++ b/src/modules/clusterlist/cerebro_clusterlist_util.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/clusterlist/cerebro_clusterlist_util.h b/src/modules/clusterlist/cerebro_clusterlist_util.h index 2e6a3030..6542a26a 100644 --- a/src/modules/clusterlist/cerebro_clusterlist_util.h +++ b/src/modules/clusterlist/cerebro_clusterlist_util.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/event/cerebro_event_updown.c b/src/modules/event/cerebro_event_updown.c index 1842c5a6..10c6988e 100644 --- a/src/modules/event/cerebro_event_updown.c +++ b/src/modules/event/cerebro_event_updown.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_boottime.c b/src/modules/metric/cerebro_metric_boottime.c index 41cf8a86..2460df36 100644 --- a/src/modules/metric/cerebro_metric_boottime.c +++ b/src/modules/metric/cerebro_metric_boottime.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_bytesin.c b/src/modules/metric/cerebro_metric_bytesin.c index 5b380e5b..7287fe55 100644 --- a/src/modules/metric/cerebro_metric_bytesin.c +++ b/src/modules/metric/cerebro_metric_bytesin.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_bytesout.c b/src/modules/metric/cerebro_metric_bytesout.c index 26503a95..aca11baf 100644 --- a/src/modules/metric/cerebro_metric_bytesout.c +++ b/src/modules/metric/cerebro_metric_bytesout.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_common.c b/src/modules/metric/cerebro_metric_common.c index 2f57341c..435a98de 100644 --- a/src/modules/metric/cerebro_metric_common.c +++ b/src/modules/metric/cerebro_metric_common.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_common.h b/src/modules/metric/cerebro_metric_common.h index 152758e6..c5d9474e 100644 --- a/src/modules/metric/cerebro_metric_common.h +++ b/src/modules/metric/cerebro_metric_common.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_loadavg.c b/src/modules/metric/cerebro_metric_loadavg.c index 7af5cade..d392b38c 100644 --- a/src/modules/metric/cerebro_metric_loadavg.c +++ b/src/modules/metric/cerebro_metric_loadavg.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_loadavg.h b/src/modules/metric/cerebro_metric_loadavg.h index a7c6f541..1352633b 100644 --- a/src/modules/metric/cerebro_metric_loadavg.h +++ b/src/modules/metric/cerebro_metric_loadavg.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_loadavg1.c b/src/modules/metric/cerebro_metric_loadavg1.c index 04f28019..008cf7a6 100644 --- a/src/modules/metric/cerebro_metric_loadavg1.c +++ b/src/modules/metric/cerebro_metric_loadavg1.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_loadavg15.c b/src/modules/metric/cerebro_metric_loadavg15.c index 46aef873..55e96fbc 100644 --- a/src/modules/metric/cerebro_metric_loadavg15.c +++ b/src/modules/metric/cerebro_metric_loadavg15.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_loadavg5.c b/src/modules/metric/cerebro_metric_loadavg5.c index 90e46c40..f88b3550 100644 --- a/src/modules/metric/cerebro_metric_loadavg5.c +++ b/src/modules/metric/cerebro_metric_loadavg5.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_memfree.c b/src/modules/metric/cerebro_metric_memfree.c index 7c9a1ca4..88b94047 100644 --- a/src/modules/metric/cerebro_metric_memfree.c +++ b/src/modules/metric/cerebro_metric_memfree.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_memory.c b/src/modules/metric/cerebro_metric_memory.c index 4825c055..cceeaf5f 100644 --- a/src/modules/metric/cerebro_metric_memory.c +++ b/src/modules/metric/cerebro_metric_memory.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_memory.h b/src/modules/metric/cerebro_metric_memory.h index 0c67cd99..cec3f059 100644 --- a/src/modules/metric/cerebro_metric_memory.h +++ b/src/modules/metric/cerebro_metric_memory.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_memtotal.c b/src/modules/metric/cerebro_metric_memtotal.c index 1039520f..aec3cd0a 100644 --- a/src/modules/metric/cerebro_metric_memtotal.c +++ b/src/modules/metric/cerebro_metric_memtotal.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_memused.c b/src/modules/metric/cerebro_metric_memused.c index 3603021d..d2cf94eb 100644 --- a/src/modules/metric/cerebro_metric_memused.c +++ b/src/modules/metric/cerebro_metric_memused.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_network.c b/src/modules/metric/cerebro_metric_network.c index 37201923..3f50c42a 100644 --- a/src/modules/metric/cerebro_metric_network.c +++ b/src/modules/metric/cerebro_metric_network.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_network.h b/src/modules/metric/cerebro_metric_network.h index c8dc2485..7880eefb 100644 --- a/src/modules/metric/cerebro_metric_network.h +++ b/src/modules/metric/cerebro_metric_network.h @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_packetsin.c b/src/modules/metric/cerebro_metric_packetsin.c index 4ac4f7f9..6645285f 100644 --- a/src/modules/metric/cerebro_metric_packetsin.c +++ b/src/modules/metric/cerebro_metric_packetsin.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_packetsout.c b/src/modules/metric/cerebro_metric_packetsout.c index 55cbe0da..e1620ffb 100644 --- a/src/modules/metric/cerebro_metric_packetsout.c +++ b/src/modules/metric/cerebro_metric_packetsout.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_rxerrs.c b/src/modules/metric/cerebro_metric_rxerrs.c index b748e95f..68244092 100644 --- a/src/modules/metric/cerebro_metric_rxerrs.c +++ b/src/modules/metric/cerebro_metric_rxerrs.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_shutdown.c b/src/modules/metric/cerebro_metric_shutdown.c index 6abc1b0b..0020cd43 100644 --- a/src/modules/metric/cerebro_metric_shutdown.c +++ b/src/modules/metric/cerebro_metric_shutdown.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_slurm_state.c b/src/modules/metric/cerebro_metric_slurm_state.c index 33f99b97..652b248d 100644 --- a/src/modules/metric/cerebro_metric_slurm_state.c +++ b/src/modules/metric/cerebro_metric_slurm_state.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_swapfree.c b/src/modules/metric/cerebro_metric_swapfree.c index d79edb5f..f22c092b 100644 --- a/src/modules/metric/cerebro_metric_swapfree.c +++ b/src/modules/metric/cerebro_metric_swapfree.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_swaptotal.c b/src/modules/metric/cerebro_metric_swaptotal.c index 559ee795..f4901849 100644 --- a/src/modules/metric/cerebro_metric_swaptotal.c +++ b/src/modules/metric/cerebro_metric_swaptotal.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_swapused.c b/src/modules/metric/cerebro_metric_swapused.c index 36f3cc6c..d7f8976b 100644 --- a/src/modules/metric/cerebro_metric_swapused.c +++ b/src/modules/metric/cerebro_metric_swapused.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free diff --git a/src/modules/metric/cerebro_metric_txerrs.c b/src/modules/metric/cerebro_metric_txerrs.c index a85a218b..ec60ac12 100644 --- a/src/modules/metric/cerebro_metric_txerrs.c +++ b/src/modules/metric/cerebro_metric_txerrs.c @@ -9,7 +9,7 @@ * * This file is part of Cerebro, a collection of cluster monitoring * tools and libraries. For details, see - * . + * . * * Cerebro is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free