From b218c04083f1ade64bbeacf378335abee3e42a18 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 22 Nov 2012 15:42:48 +0100 Subject: [PATCH] 3.0: added copyright lines --- 3.0/lib/Monitorix.pm | 20 ++++++++++++++++++++ 3.0/lib/kern.pm | 20 ++++++++++++++++++++ 3.0/lib/proc.pm | 20 ++++++++++++++++++++ 3.0/lib/system.pm | 20 ++++++++++++++++++++ 4 files changed, 80 insertions(+) diff --git a/3.0/lib/Monitorix.pm b/3.0/lib/Monitorix.pm index d61a5ce..725e604 100644 --- a/3.0/lib/Monitorix.pm +++ b/3.0/lib/Monitorix.pm @@ -1,3 +1,23 @@ +# +# Monitorix - A lightweight system monitoring tool. +# +# Copyright (C) 2005-2012 by Jordi Sanfeliu +# +# 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; either version 2 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + package Monitorix; use strict; diff --git a/3.0/lib/kern.pm b/3.0/lib/kern.pm index ea48eb2..97e01b7 100644 --- a/3.0/lib/kern.pm +++ b/3.0/lib/kern.pm @@ -1,3 +1,23 @@ +# +# Monitorix - A lightweight system monitoring tool. +# +# Copyright (C) 2005-2012 by Jordi Sanfeliu +# +# 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; either version 2 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + package kern; use strict; diff --git a/3.0/lib/proc.pm b/3.0/lib/proc.pm index bc1d228..d51fa0e 100644 --- a/3.0/lib/proc.pm +++ b/3.0/lib/proc.pm @@ -1,3 +1,23 @@ +# +# Monitorix - A lightweight system monitoring tool. +# +# Copyright (C) 2005-2012 by Jordi Sanfeliu +# +# 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; either version 2 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + package proc; use strict; diff --git a/3.0/lib/system.pm b/3.0/lib/system.pm index a1b5a9e..d3905c8 100644 --- a/3.0/lib/system.pm +++ b/3.0/lib/system.pm @@ -1,3 +1,23 @@ +# +# Monitorix - A lightweight system monitoring tool. +# +# Copyright (C) 2005-2012 by Jordi Sanfeliu +# +# 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; either version 2 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + package system; use strict;