mirror of
https://github.com/librenms/librenms-agent.git
synced 2024-05-09 09:54:52 +00:00
Add license
This commit is contained in:
@@ -1,5 +1,19 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
|
# Copyright (C) 2015 Mark Schouten <mark@tuxis.nl>
|
||||||
|
#
|
||||||
|
# This program 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 Software Foundation; version 2 dated June,
|
||||||
|
# 1991.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See http://www.gnu.org/licenses/gpl.txt for the full license
|
||||||
|
|
||||||
use constant {
|
use constant {
|
||||||
TIMEZONE => 'Europe/Amsterdam'
|
TIMEZONE => 'Europe/Amsterdam'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user