diff options
Diffstat (limited to 'server/rtevaldb.py')
-rw-r--r-- | server/rtevaldb.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/rtevaldb.py b/server/rtevaldb.py index e778358..c2478a3 100644 --- a/server/rtevaldb.py +++ b/server/rtevaldb.py @@ -2,7 +2,7 @@ # rtevaldb.py # Function for registering a rteval summary.xml report into the database # -# Copyright 2009 David Sommerseth <davids@redhat.com> +# Copyright 2009 - 2013 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 @@ -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 |