diff options
author | Clark Williams <williams@redhat.com> | 2010-07-12 14:38:37 -0500 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2010-07-12 14:38:37 -0500 |
commit | e50fbc0e10e7bc348914aaca860c0a2cdcb8081b (patch) | |
tree | df18695458703ef3c8f82dce48a72b692c0ce970 /rteval | |
parent | 30c7bc6ca8184e2498c6a16a2c3f147cf94f7c7b (diff) | |
download | rteval-e50fbc0e10e7bc348914aaca860c0a2cdcb8081b.tar.gz rteval-e50fbc0e10e7bc348914aaca860c0a2cdcb8081b.tar.xz rteval-e50fbc0e10e7bc348914aaca860c0a2cdcb8081b.zip |
updated source file copyright dates to 2010
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'rteval')
-rw-r--r-- | rteval/__init__.py | 2 | ||||
-rw-r--r-- | rteval/cyclictest.py | 2 | ||||
-rw-r--r-- | rteval/dmi.py | 2 | ||||
-rw-r--r-- | rteval/hackbench.py | 3 | ||||
-rw-r--r-- | rteval/kcompile.py | 2 | ||||
-rw-r--r-- | rteval/load.py | 2 | ||||
-rw-r--r-- | rteval/rteval.py | 4 | ||||
-rw-r--r-- | rteval/rtevalConfig.py | 4 | ||||
-rw-r--r-- | rteval/rtevalMailer.py | 2 | ||||
-rw-r--r-- | rteval/rtevalclient.py | 2 | ||||
-rw-r--r-- | rteval/xmlout.py | 2 |
11 files changed, 14 insertions, 13 deletions
diff --git a/rteval/__init__.py b/rteval/__init__.py index ffc62f7..e1c8289 100644 --- a/rteval/__init__.py +++ b/rteval/__init__.py @@ -1,5 +1,5 @@ """ -Copyright (c) 2008,2009 Red Hat Inc. +Copyright (c) 2008,2009,2010 Red Hat Inc. Realtime verification utility """ diff --git a/rteval/cyclictest.py b/rteval/cyclictest.py index ab4a57d..27729a0 100644 --- a/rteval/cyclictest.py +++ b/rteval/cyclictest.py @@ -1,7 +1,7 @@ # # cyclictest.py - object to manage a cyclictest executable instance # -# Copyright 2009 Clark Williams <williams@redhat.com> +# Copyright 2009,2010 Clark Williams <williams@redhat.com> # # 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 diff --git a/rteval/dmi.py b/rteval/dmi.py index 7d1ab19..1c3229e 100644 --- a/rteval/dmi.py +++ b/rteval/dmi.py @@ -1,7 +1,7 @@ # # dmi.py - class to wrap DMI Table information # -# Copyright 2009 Clark Williams <williams@redhat.com> +# Copyright 2009,2010 Clark Williams <williams@redhat.com> # # 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 diff --git a/rteval/hackbench.py b/rteval/hackbench.py index 0ea8e46..1213279 100644 --- a/rteval/hackbench.py +++ b/rteval/hackbench.py @@ -1,7 +1,8 @@ # # hackbench.py - class to manage an instance of hackbench load # -# Copyright 2009 Clark Williams <williams@redhat.com> +# Copyright 2009,2010 Clark Williams <williams@redhat.com> +# Copyright 2009,2010 David Sommerseth <davids@redhat.com> # # 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 diff --git a/rteval/kcompile.py b/rteval/kcompile.py index ad7c038..622e992 100644 --- a/rteval/kcompile.py +++ b/rteval/kcompile.py @@ -1,5 +1,5 @@ # -# Copyright 2009 Clark Williams <williams@redhat.com> +# Copyright 2009,2010 Clark Williams <williams@redhat.com> # # 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 diff --git a/rteval/load.py b/rteval/load.py index 41901c2..9355c06 100644 --- a/rteval/load.py +++ b/rteval/load.py @@ -1,5 +1,5 @@ # -# Copyright 2009 Clark Williams <williams@redhat.com> +# Copyright 2009,2010 Clark Williams <williams@redhat.com> # # 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 diff --git a/rteval/rteval.py b/rteval/rteval.py index e2381be..7f1181d 100644 --- a/rteval/rteval.py +++ b/rteval/rteval.py @@ -8,8 +8,8 @@ # latency while the loads are running. A report is generated # to show the latencies encountered during the run. # -# Copyright 2009 Clark Williams <williams@redhat.com> -# Copyright 2009 David Sommerseth <davids@redhat.com> +# Copyright 2009,2010 Clark Williams <williams@redhat.com> +# Copyright 2009,2010 David Sommerseth <davids@redhat.com> # # 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 diff --git a/rteval/rtevalConfig.py b/rteval/rtevalConfig.py index 6c933f7..d23a509 100644 --- a/rteval/rtevalConfig.py +++ b/rteval/rtevalConfig.py @@ -7,8 +7,8 @@ # latency while the loads are running. A report is generated # to show the latencies encountered during the run. # -# Copyright 2009 Clark Williams <williams@redhat.com> -# Copyright 2009 David Sommerseth <davids@redhat.com> +# Copyright 2009,2010 Clark Williams <williams@redhat.com> +# Copyright 2009,2010 David Sommerseth <davids@redhat.com> # # 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 diff --git a/rteval/rtevalMailer.py b/rteval/rtevalMailer.py index 92b32a1..7b0d5f4 100644 --- a/rteval/rtevalMailer.py +++ b/rteval/rtevalMailer.py @@ -1,7 +1,7 @@ # # rtevalmailer.py - module for sending e-mails # -# Copyright 2009 David Sommerseth <davids@redhat.com> +# Copyright 2009,2010 David Sommerseth <davids@redhat.com> # # 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 diff --git a/rteval/rtevalclient.py b/rteval/rtevalclient.py index 9616c82..b8bf8cd 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 David Sommerseth <davids@redhat.com> +# Copyright 2009,2010 David Sommerseth <davids@redhat.com> # # 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 diff --git a/rteval/xmlout.py b/rteval/xmlout.py index 648131b..a9a9562 100644 --- a/rteval/xmlout.py +++ b/rteval/xmlout.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- #!/usr/bin/python -tt # -# Copyright 2009 Clark Williams <williams@redhat.com> +# Copyright 2009,2010 Clark Williams <williams@redhat.com> # # 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 |