From 0c107c8e19b9880ccd769507e272df3cd19207e2 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 18 Jan 2013 21:05:00 +0100 Subject: Copyright updates - Updated the GPLv2 license text to match the latest GPLv2 from FSF - Updated all FSF addresses in all copyright notices in source files - Updated copyright years for all contributors to include 2013 - Removed all #!/usr/bin/python lines in files which does not need it Signed-off-by: David Sommerseth --- rteval/Log.py | 9 ++++----- rteval/__init__.py | 14 +++++++------- rteval/modules/__init__.py | 8 ++++---- rteval/modules/loads/__init__.py | 10 +++++----- rteval/modules/loads/hackbench.py | 10 +++++----- rteval/modules/loads/kcompile.py | 11 ++++++----- rteval/modules/measurement/HWLatDetect.py | 8 ++++---- rteval/modules/measurement/__init__.py | 8 ++++---- rteval/modules/measurement/cyclictest.py | 10 +++++----- rteval/rtevalMailer.py | 8 ++++---- rteval/rtevalReport.py | 11 ++++++----- rteval/rtevalXMLRPC.py | 10 +++++----- rteval/rtevalclient.py | 8 ++++---- rteval/sysinfo/__init__.py | 11 +++++------ rteval/sysinfo/cputopology.py | 9 ++++----- rteval/sysinfo/dmi.py | 10 +++++----- rteval/sysinfo/kernel.py | 13 ++++++------- rteval/sysinfo/memory.py | 11 +++++------ rteval/sysinfo/network.py | 9 ++++----- rteval/sysinfo/osinfo.py | 11 +++++------ rteval/sysinfo/services.py | 13 ++++++------- rteval/sysinfo/tools.py | 9 ++++----- rteval/version.py | 9 +++++---- rteval/xmlout.py | 10 +++++----- 24 files changed, 117 insertions(+), 123 deletions(-) (limited to 'rteval') diff --git a/rteval/Log.py b/rteval/Log.py index cd5206b..a41ef31 100644 --- a/rteval/Log.py +++ b/rteval/Log.py @@ -1,6 +1,5 @@ -#!/usr/bin/python -tt # -# Copyright 2012 David Sommerseth +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -12,9 +11,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/__init__.py b/rteval/__init__.py index bf3a519..7f90b82 100644 --- a/rteval/__init__.py +++ b/rteval/__init__.py @@ -1,6 +1,6 @@ # -# Copyright 2009,2010,2011,2012 Clark Williams -# Copyright 2009,2010,2011,2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2009 - 2013 David Sommerseth # # 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 @@ -12,19 +12,19 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing # forms part of the process of creating an executable the information # including keys needed to generate an equivalently functional executable # are deemed to be part of the source code. - +# """ -Copyright (c) 2008-2012 Red Hat Inc. +Copyright (c) 2008-2013 Red Hat Inc. Realtime verification utility """ diff --git a/rteval/modules/__init__.py b/rteval/modules/__init__.py index 53f35f4..a41dd47 100644 --- a/rteval/modules/__init__.py +++ b/rteval/modules/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2012 David Sommerseth +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -11,9 +11,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/modules/loads/__init__.py b/rteval/modules/loads/__init__.py index 69de0a8..724ebef 100644 --- a/rteval/modules/loads/__init__.py +++ b/rteval/modules/loads/__init__.py @@ -1,6 +1,6 @@ # -# Copyright 2009 - 2012 Clark Williams -# Copyright 2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -12,9 +12,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/modules/loads/hackbench.py b/rteval/modules/loads/hackbench.py index 6460bb3..b9e306c 100644 --- a/rteval/modules/loads/hackbench.py +++ b/rteval/modules/loads/hackbench.py @@ -1,8 +1,8 @@ # # hackbench.py - class to manage an instance of hackbench load # -# Copyright 2009 - 2012 Clark Williams -# Copyright 2009 - 2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2009 - 2013 David Sommerseth # # 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 @@ -14,9 +14,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/modules/loads/kcompile.py b/rteval/modules/loads/kcompile.py index 663917f..34a61cd 100644 --- a/rteval/modules/loads/kcompile.py +++ b/rteval/modules/loads/kcompile.py @@ -1,6 +1,6 @@ # -# Copyright 2009 - 2012 Clark Williams -# Copyright 2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -12,9 +12,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing @@ -22,6 +22,7 @@ # including keys needed to generate an equivalently functional executable # are deemed to be part of the source code. # + import sys, os, glob, subprocess from signal import SIGTERM from rteval.modules import rtevalRuntimeError diff --git a/rteval/modules/measurement/HWLatDetect.py b/rteval/modules/measurement/HWLatDetect.py index bcc39ed..bb4447a 100644 --- a/rteval/modules/measurement/HWLatDetect.py +++ b/rteval/modules/measurement/HWLatDetect.py @@ -1,7 +1,7 @@ # # HWLatDetect.py - Runs hwlatdetect and prepares the result for rteval # -# Copyright 2012 David Sommerseth +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -13,9 +13,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/modules/measurement/__init__.py b/rteval/modules/measurement/__init__.py index 2a46bcc..3573b0f 100644 --- a/rteval/modules/measurement/__init__.py +++ b/rteval/modules/measurement/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2012 David Sommerseth +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -11,9 +11,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/modules/measurement/cyclictest.py b/rteval/modules/measurement/cyclictest.py index cdac13a..0e9e05c 100644 --- a/rteval/modules/measurement/cyclictest.py +++ b/rteval/modules/measurement/cyclictest.py @@ -1,8 +1,8 @@ # # cyclictest.py - object to manage a cyclictest executable instance # -# Copyright 2009 - 2012 Clark Williams -# Copyright 2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -14,9 +14,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/rtevalMailer.py b/rteval/rtevalMailer.py index 7b0d5f4..4588f14 100644 --- a/rteval/rtevalMailer.py +++ b/rteval/rtevalMailer.py @@ -1,7 +1,7 @@ # # rtevalmailer.py - module for sending e-mails # -# Copyright 2009,2010 David Sommerseth +# Copyright 2009 - 2013 David Sommerseth # # 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 @@ -13,9 +13,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/rtevalReport.py b/rteval/rtevalReport.py index 13eea24..b22fa39 100644 --- a/rteval/rtevalReport.py +++ b/rteval/rtevalReport.py @@ -1,7 +1,7 @@ # rtevalReport.py - Takes care of the report generation # -# Copyright 2009 - 2012 Clark Williams -# Copyright 2009 - 2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2009 - 2013 David Sommerseth # # 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 @@ -13,15 +13,16 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing # forms part of the process of creating an executable the information # including keys needed to generate an equivalently functional executable # are deemed to be part of the source code. +# import os, tarfile from datetime import datetime diff --git a/rteval/rtevalXMLRPC.py b/rteval/rtevalXMLRPC.py index a20ff1b..ed080cb 100644 --- a/rteval/rtevalXMLRPC.py +++ b/rteval/rtevalXMLRPC.py @@ -1,7 +1,7 @@ # rtevalXMLRPC.py - main rteval XML-RPC class # -# Copyright 2009 - 2012 Clark Williams -# Copyright 2009 - 2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2009 - 2013 David Sommerseth # # 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 @@ -13,9 +13,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/rtevalclient.py b/rteval/rtevalclient.py index 190958b..7ccf323 100644 --- a/rteval/rtevalclient.py +++ b/rteval/rtevalclient.py @@ -2,7 +2,7 @@ # rtevalclient.py # XML-RPC client for sending data to a central rteval result server # -# Copyright 2009,2010 David Sommerseth +# Copyright 2009 - 2013 David Sommerseth # # 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 @@ -14,9 +14,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/sysinfo/__init__.py b/rteval/sysinfo/__init__.py index 0523c9f..fe5fbd6 100644 --- a/rteval/sysinfo/__init__.py +++ b/rteval/sysinfo/__init__.py @@ -1,7 +1,6 @@ -#!/usr/bin/python -tt # -# Copyright 2009-2012 Clark Williams -# Copyright 2009-2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2009 - 2013 David Sommerseth # # 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 @@ -13,9 +12,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/sysinfo/cputopology.py b/rteval/sysinfo/cputopology.py index e8d03a4..0059450 100644 --- a/rteval/sysinfo/cputopology.py +++ b/rteval/sysinfo/cputopology.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- -#!/usr/bin/python -tt # -# Copyright 2010 David Sommerseth +# Copyright 2010 - 2013 David Sommerseth # # 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 @@ -13,9 +12,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/sysinfo/dmi.py b/rteval/sysinfo/dmi.py index 7cef10f..b3cea0d 100644 --- a/rteval/sysinfo/dmi.py +++ b/rteval/sysinfo/dmi.py @@ -1,8 +1,8 @@ # # dmi.py - class to wrap DMI Table information # -# Copyright 2009 - 2012 Clark Williams -# Copyright 2009 - 2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2009 - 2013 David Sommerseth # # 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 @@ -14,9 +14,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/sysinfo/kernel.py b/rteval/sysinfo/kernel.py index 0db69cc..209afd7 100644 --- a/rteval/sysinfo/kernel.py +++ b/rteval/sysinfo/kernel.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- -#!/usr/bin/python -tt # -# Copyright 2009-2012 Clark Williams -# Copyright 2009-2012 David Sommerseth -# Copyright 2012 Raphaël Beamonte +# Copyright 2009 - 2013 Clark Williams +# Copyright 2009 - 2013 David Sommerseth +# Copyright 2012 - 2013 Raphaël Beamonte # # 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 @@ -15,9 +14,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/sysinfo/memory.py b/rteval/sysinfo/memory.py index 53345d9..2c31d65 100644 --- a/rteval/sysinfo/memory.py +++ b/rteval/sysinfo/memory.py @@ -1,8 +1,7 @@ # -*- coding: utf-8 -*- -#!/usr/bin/python -tt # -# Copyright 2009-2012 Clark Williams -# Copyright 2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -14,9 +13,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/sysinfo/network.py b/rteval/sysinfo/network.py index 4aa0dc9..fa29db2 100644 --- a/rteval/sysinfo/network.py +++ b/rteval/sysinfo/network.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- -#!/usr/bin/python -tt # -# Copyright 2009 - 2012 David Sommerseth +# Copyright 2009 - 2013 David Sommerseth # # 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 @@ -13,9 +12,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/sysinfo/osinfo.py b/rteval/sysinfo/osinfo.py index 7eb271a..e262c06 100644 --- a/rteval/sysinfo/osinfo.py +++ b/rteval/sysinfo/osinfo.py @@ -1,8 +1,7 @@ # -*- coding: utf-8 -*- -#!/usr/bin/python -tt # -# Copyright 2009-2012 Clark Williams -# Copyright 2012 David Sommerseth +# Copyright 2009 - 2013 Clark Williams +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -14,9 +13,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/sysinfo/services.py b/rteval/sysinfo/services.py index de0dd7b..e7c2fe0 100644 --- a/rteval/sysinfo/services.py +++ b/rteval/sysinfo/services.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- -#!/usr/bin/python -tt # -# Copyright 2009-2012 Clark Williams -# Copyright 2009-2012 David Sommerseth -# Copyright 2012 Raphaël Beamonte +# Copyright 2009 - 2013 Clark Williams +# Copyright 2009 - 2013 David Sommerseth +# Copyright 2012 - 2013 Raphaël Beamonte # # 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 @@ -15,9 +14,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/sysinfo/tools.py b/rteval/sysinfo/tools.py index 5003e75..a61aa48 100644 --- a/rteval/sysinfo/tools.py +++ b/rteval/sysinfo/tools.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- -#!/usr/bin/python -tt # -# Copyright 2012 Raphaël Beamonte +# Copyright 2012 - 2013 Raphaël Beamonte # # 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 @@ -13,9 +12,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing diff --git a/rteval/version.py b/rteval/version.py index c9f0f7a..28d309f 100644 --- a/rteval/version.py +++ b/rteval/version.py @@ -1,5 +1,5 @@ # -# Copyright 2012 David Sommerseth +# Copyright 2012 - 2013 David Sommerseth # # 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 @@ -11,15 +11,16 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing # forms part of the process of creating an executable the information # including keys needed to generate an equivalently functional executable # are deemed to be part of the source code. +# RTEVAL_VERSION = '2.0.1' diff --git a/rteval/xmlout.py b/rteval/xmlout.py index a9a9562..454a452 100644 --- a/rteval/xmlout.py +++ b/rteval/xmlout.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- -#!/usr/bin/python -tt # -# Copyright 2009,2010 Clark Williams +# Copyright 2009 - 2013 Clark Williams # # 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 @@ -13,9 +12,9 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing @@ -23,6 +22,7 @@ # including keys needed to generate an equivalently functional executable # are deemed to be part of the source code. # + import os import sys import libxml2 -- cgit