From fd7b69c02d79bddadfdd05fb6bc42a74ceac9e6e Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 20 Oct 2011 17:37:17 +0200 Subject: [PATCH] Fix wrong headers and licences Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Stephen Shirley <diamond@google.com> --- qa/qa_rapi.py | 1 + qa/qa_tags.py | 3 +++ test/ganeti.cmdlib_unittest.py | 2 +- test/ganeti.confd.client_unittest.py | 2 +- test/ganeti.constants_unittest.py | 2 +- test/ganeti.locking_unittest.py | 2 +- test/ganeti.objects_unittest.py | 2 +- test/ganeti.serializer_unittest.py | 2 +- test/ganeti.uidpool_unittest.py | 2 +- 9 files changed, 11 insertions(+), 7 deletions(-) diff --git a/qa/qa_rapi.py b/qa/qa_rapi.py index a4c5921ce..a453b7a29 100644 --- a/qa/qa_rapi.py +++ b/qa/qa_rapi.py @@ -1,4 +1,5 @@ # +# # Copyright (C) 2007, 2008, 2009, 2010, 2011 Google Inc. # diff --git a/qa/qa_tags.py b/qa/qa_tags.py index a4350aa3e..5aa316dba 100644 --- a/qa/qa_tags.py +++ b/qa/qa_tags.py @@ -1,3 +1,6 @@ +# +# + # Copyright (C) 2007 Google Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/test/ganeti.cmdlib_unittest.py b/test/ganeti.cmdlib_unittest.py index cbec44b17..6d06200e7 100755 --- a/test/ganeti.cmdlib_unittest.py +++ b/test/ganeti.cmdlib_unittest.py @@ -16,7 +16,7 @@ # 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 -# 0.0510-1301, USA. +# 02110-1301, USA. """Script for unittesting the cmdlib module""" diff --git a/test/ganeti.confd.client_unittest.py b/test/ganeti.confd.client_unittest.py index d816d163a..0afec601e 100755 --- a/test/ganeti.confd.client_unittest.py +++ b/test/ganeti.confd.client_unittest.py @@ -16,7 +16,7 @@ # 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 -# 0.0510-1301, USA. +# 02110-1301, USA. """Script for unittesting the confd client module""" diff --git a/test/ganeti.constants_unittest.py b/test/ganeti.constants_unittest.py index 9aab10fa1..70bd89758 100755 --- a/test/ganeti.constants_unittest.py +++ b/test/ganeti.constants_unittest.py @@ -16,7 +16,7 @@ # 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 -# 0.0510-1301, USA. +# 02110-1301, USA. """Script for unittesting the constants module""" diff --git a/test/ganeti.locking_unittest.py b/test/ganeti.locking_unittest.py index fe19e47d7..138e016b5 100755 --- a/test/ganeti.locking_unittest.py +++ b/test/ganeti.locking_unittest.py @@ -16,7 +16,7 @@ # 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 -# 0.0510-1301, USA. +# 02110-1301, USA. """Script for unittesting the locking module""" diff --git a/test/ganeti.objects_unittest.py b/test/ganeti.objects_unittest.py index 996a50db1..23f2e28b0 100755 --- a/test/ganeti.objects_unittest.py +++ b/test/ganeti.objects_unittest.py @@ -16,7 +16,7 @@ # 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 -# 0.0510-1301, USA. +# 02110-1301, USA. """Script for unittesting the objects module""" diff --git a/test/ganeti.serializer_unittest.py b/test/ganeti.serializer_unittest.py index 9d8d65680..a4f78371b 100755 --- a/test/ganeti.serializer_unittest.py +++ b/test/ganeti.serializer_unittest.py @@ -16,7 +16,7 @@ # 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 -# 0.0510-1301, USA. +# 02110-1301, USA. """Script for unittesting the serializer module""" diff --git a/test/ganeti.uidpool_unittest.py b/test/ganeti.uidpool_unittest.py index de4fbc906..3dd45ed6b 100755 --- a/test/ganeti.uidpool_unittest.py +++ b/test/ganeti.uidpool_unittest.py @@ -16,7 +16,7 @@ # 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 -# 0.0510-1301, USA. +# 02110-1301, USA. """Script for unittesting the uidpool module""" -- GitLab