Skip to content

Commit

Permalink
Update copyright to 2014
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://repo.cacti.net/var/data/svnroot/cacti/cacti/branches/0.8.8@7437 860744bd-22fc-0310-8c96-e9fe5004b5ca
  • Loading branch information
ronytomen committed Mar 30, 2014
1 parent 5d557df commit 65be30f
Show file tree
Hide file tree
Showing 133 changed files with 156 additions and 156 deletions.
2 changes: 1 addition & 1 deletion about.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
2 changes: 1 addition & 1 deletion auth_changepassword.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
2 changes: 1 addition & 1 deletion auth_login.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
2 changes: 1 addition & 1 deletion cdef.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
2 changes: 1 addition & 1 deletion cli/add_data_query.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
4 changes: 2 additions & 2 deletions cli/add_device.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -346,7 +346,7 @@
}

function display_help() {
echo "Add Device Script 1.0, Copyright 2004-2013 - The Cacti Group\n\n";
echo "Add Device Script 1.0, Copyright 2004-2014 - The Cacti Group\n\n";
echo "A simple command line utility to add a device in Cacti\n\n";
echo "usage: add_device.php --description=[description] --ip=[IP] --template=[ID] [--notes=\"[]\"] [--disable]\n";
echo " [--avail=[ping]] --ping_method=[icmp] --ping_port=[N/A, 1-65534] --ping_retries=[2]\n";
Expand Down
2 changes: 1 addition & 1 deletion cli/add_graph_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
2 changes: 1 addition & 1 deletion cli/add_graphs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
4 changes: 2 additions & 2 deletions cli/add_perms.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -233,7 +233,7 @@
}

function display_help() {
echo "Add Permissions Script 1.0, Copyright 2004-2013 - The Cacti Group\n\n";
echo "Add Permissions Script 1.0, Copyright 2004-2014 - The Cacti Group\n\n";
echo "A simple command line utility to add permissions to tree items in Cacti\n\n";
echo "usage: add_perms.php [ --user-id=[ID] ]\n";
echo " --item-type=[graph|tree|host|graph_template]\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/add_tree.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -327,7 +327,7 @@
}

function display_help() {
echo "Add Tree Script 1.0, Copyright 2004-2013 - The Cacti Group\n\n";
echo "Add Tree Script 1.0, Copyright 2004-2014 - The Cacti Group\n\n";
echo "A simple command line utility to add objects to a tree in Cacti\n\n";
echo "usage: add_tree.php --type=[tree|node] [type-options] [--quiet]\n\n";
echo "Tree options:\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/analyze_database.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -79,7 +79,7 @@

/* display_help - displays the usage of the function */
function display_help () {
print "Cacti Database Analyze Tool v1.0, Copyright 2004-2013 - The Cacti Group\n\n";
print "Cacti Database Analyze Tool v1.0, Copyright 2004-2014 - The Cacti Group\n\n";
print "usage: analyze_database.php [-d|--debug] [-h|--help|-v|-V|--version]\n\n";
print "-d | --debug - Display verbose output during execution\n";
print "-v -V --version - Display this help message\n";
Expand Down
2 changes: 1 addition & 1 deletion cli/convert_innodb.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
ex: set tabstop=4 shiftwidth=4 autoindent:
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
2 changes: 1 addition & 1 deletion cli/copy_user.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
4 changes: 2 additions & 2 deletions cli/data_template_associate_rra.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -124,7 +124,7 @@ function associate($data_template_id, $data_rra, $debug, $quiet) {
}

function display_help($me) {
echo "Data Template Associate RRA Script 1.0, Copyright 2004-2013 - The Cacti Group\n\n";
echo "Data Template Associate RRA Script 1.0, Copyright 2004-2014 - The Cacti Group\n\n";
echo "A simple command line utility to associate RRA definitions to a data template in Cacti\n\n";
echo "usage: $me --rra='rra-1:..:rra-n' --data-template-id=[ID]\n";
echo "Required:\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/host_update_template.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -145,7 +145,7 @@

/* display_help - displays the usage of the function */
function display_help () {
print "Cacti Retemplate Host Script 1.0, Copyright 2004-2013 - The Cacti Group\n";
print "Cacti Retemplate Host Script 1.0, Copyright 2004-2014 - The Cacti Group\n";
print "usage: host_update_template.php --host-id=[host-id|All] [--host-template=[ID]] [-d] [-h] [--help] [-v] [--version]\n\n";
print "--host-id=host_id - The host_id to have templates reapplied 'all' to do all hosts\n";
print "--host-template=ID - Which Host Template to Refresh\n\n";
Expand Down
2 changes: 1 addition & 1 deletion cli/import_template.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
2 changes: 1 addition & 1 deletion cli/poller_data_sources_reapply_names.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
4 changes: 2 additions & 2 deletions cli/poller_graphs_reapply_names.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -143,7 +143,7 @@

/* display_help - displays the usage of the function */
function display_help () {
print "Cacti Reapply Graph Names Script 1.0, Copyright 2004-2013 - The Cacti Group\n\n";
print "Cacti Reapply Graph Names Script 1.0, Copyright 2004-2014 - The Cacti Group\n\n";
print "usage: poller_graphs_reapply_names.php -id=[host_id|All][host_id1|host_id2|...] [-s=[search_string] [-d] [-h] [--help] [-v] [--version]\n\n";
print "-id=host_id - The host_id or 'All' or a pipe delimited list of host_id's\n";
print "-s=search_str - A graph template name or graph title to search for\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/poller_output_empty.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -83,7 +83,7 @@

/* display_help - displays the usage of the function */
function display_help () {
print "Cacti Empty Poller Output Table Script 1.0, Copyright 2004-2013 - The Cacti Group\n\n";
print "Cacti Empty Poller Output Table Script 1.0, Copyright 2004-2014 - The Cacti Group\n\n";
print "usage: poller_output_empty.php [-h] [--help] [-v] [--version]\n\n";
print "-v --version - Display this help message\n";
print "-h --help - Display this help message\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/poller_reindex_hosts.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -131,7 +131,7 @@

/* display_help - displays the usage of the function */
function display_help () {
print "Cacti Reindex Host Script 1.2, Copyright 2004-2013 - The Cacti Group\n\n";
print "Cacti Reindex Host Script 1.2, Copyright 2004-2014 - The Cacti Group\n\n";
print "usage: poller_reindex_hosts.php --id=[host_id|All] [--qid=[ID|All]] [--host-descr=[description]]\n";
print " [-d] [-h] [--help] [-v] [--version]\n\n";
print "--id=host_id - The host_id to have data queries reindexed or 'All' to reindex all hosts\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/rebuild_poller_cache.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -118,7 +118,7 @@

/* display_help - displays the usage of the function */
function display_help () {
print "Cacti Rebuild Poller Cache Script 1.0, Copyright 2004-2013 - The Cacti Group\n\n";
print "Cacti Rebuild Poller Cache Script 1.0, Copyright 2004-2014 - The Cacti Group\n\n";
print "usage: rebuild_poller_cache.php [--host-id=ID] [-d | --debug] [-h | --help | -v | --version]\n\n";
print "-d | --debug - Display verbose output during execution\n";
print "-v --version - Display this help message\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/reorder_data_query.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -202,7 +202,7 @@ function update_snmp_index_order($data_query) {

/* display_help - displays the usage of the function */
function display_help () {
print "Cacti Reorder Data Query Script 1.0, Copyright 2004-2013 - The Cacti Group\n\n";
print "Cacti Reorder Data Query Script 1.0, Copyright 2004-2014 - The Cacti Group\n\n";
print "usage: reorder_data_query.php --id=[host_id|All] [--qid=[query_id]]\n";
print " [-d] [-h] [--help] [-v] [--version]\n\n";
print "--id=host_id - The host_id to have data queries reindexed; defaults to 'All' to reindex all hosts\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/repair_database.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -160,7 +160,7 @@

/* display_help - displays the usage of the function */
function display_help () {
print "Cacti Database Repair Tool 1.1, Copyright 2004-2013 - The Cacti Group\n\n";
print "Cacti Database Repair Tool 1.1, Copyright 2004-2014 - The Cacti Group\n\n";
print "usage: repair_database.php [--debug] [--force] [--form] [--help]\n\n";
print "--form - Force rebuilding the indexes from the database creation syntax\n";
print "--force - Remove Invalid Records from the Database\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/repair_templates.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -128,7 +128,7 @@

/* display_help - displays the usage of the function */
function display_help () {
print "Cacti Database Template Repair Tool v1.0, Copyright 2004-2013 - The Cacti Group\n\n";
print "Cacti Database Template Repair Tool v1.0, Copyright 2004-2014 - The Cacti Group\n\n";
print "usage: repair_templates.php --execute [--help]\n\n";
print "--execute - Perform the repair\n";
print "--help - display this help message\n";
Expand Down
4 changes: 2 additions & 2 deletions cli/structure_rra_paths.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down Expand Up @@ -214,7 +214,7 @@ function disable_poller() {
}

function display_help() {
echo "Structured RRA Paths Utility, Copyright 2008-2013 - The Cacti Group\n\n";
echo "Structured RRA Paths Utility, Copyright 2008-2014 - The Cacti Group\n\n";
echo "A simple command line utility that converts a Cacti system from using\n";
echo "legacy RRA paths to using structured RRA paths with the following\n";
echo "naming convention: <path_rra>/host_id/local_data_id.rrd\n\n";
Expand Down
2 changes: 1 addition & 1 deletion cli/upgrade_database.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2013 The Cacti Group |
| Copyright (C) 2004-2014 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
Expand Down
Loading

0 comments on commit 65be30f

Please sign in to comment.