[libvirt] [test-API 0/3] Improve the copyright statements in scripts

The new copyright statements is: Copyright (C) 2010-2012 Red Hat, Inc. libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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., 675 Mass Ave, Cambridge, MA 02139, USA. Osier Yang (3): Remove the unseemly copyright statements in scripts Add the better copyright statements in scripts Remove the redundant empty comment line activityfilter.py | 23 ++++++++++++----------- casecfgcheck.py | 22 ++++++++++++---------- dist/redhat/env_inspect.py | 24 +++++++++++++----------- env_clear.py | 24 +++++++++++++----------- exception.py | 23 +++++++++++++---------- generator.py | 24 +++++++++++++----------- libvirt-test-api.py | 22 ++++++++++++---------- logxmlparser.py | 23 +++++++++++++---------- mapper.py | 24 +++++++++++++----------- parser.py | 24 +++++++++++++----------- process.py | 23 +++++++++++++---------- proxy.py | 25 ++++++++++++++----------- utils/XMLParser.py | 23 +++++++++++++---------- utils/check.py | 23 +++++++++++++---------- utils/env_parser.py | 23 +++++++++++++---------- utils/format.py | 23 +++++++++++++---------- utils/log.py | 23 +++++++++++++---------- utils/utils.py | 22 ++++++++++++---------- utils/xmlbuilder.py | 23 +++++++++++++---------- utils/xmlgenerator.py | 23 +++++++++++++---------- 20 files changed, 257 insertions(+), 207 deletions(-) Regards, Osier -- 1.7.7.3

There will be a follow up patch to add the copyright statements in a better manner. % for i in $(find . -type f -name "*.py"); do \ sed -i -e '/copyright/,/www\.gnu\.org/d' $i; \ done --- activityfilter.py | 12 ------------ casecfgcheck.py | 12 ------------ dist/redhat/env_inspect.py | 12 ------------ env_clear.py | 12 ------------ exception.py | 12 ------------ generator.py | 12 ------------ libvirt-test-api.py | 12 ------------ logxmlparser.py | 12 ------------ mapper.py | 12 ------------ parser.py | 12 ------------ process.py | 12 ------------ proxy.py | 12 ------------ utils/XMLParser.py | 12 ------------ utils/check.py | 12 ------------ utils/env_parser.py | 12 ------------ utils/format.py | 12 ------------ utils/log.py | 12 ------------ utils/utils.py | 12 ------------ utils/xmlbuilder.py | 12 ------------ utils/xmlgenerator.py | 12 ------------ 20 files changed, 0 insertions(+), 240 deletions(-) diff --git a/activityfilter.py b/activityfilter.py index 3e66b44..96428f9 100644 --- a/activityfilter.py +++ b/activityfilter.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010, 2012 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # diff --git a/casecfgcheck.py b/casecfgcheck.py index 9a4f8e6..86f6fc5 100644 --- a/casecfgcheck.py +++ b/casecfgcheck.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010, 2012 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # import proxy diff --git a/dist/redhat/env_inspect.py b/dist/redhat/env_inspect.py index 5df12e2..21b532a 100644 --- a/dist/redhat/env_inspect.py +++ b/dist/redhat/env_inspect.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: envinspect.py # Description: check the testing environment and state of libvirt as well diff --git a/env_clear.py b/env_clear.py index 2e5bcf5..65ff732 100644 --- a/env_clear.py +++ b/env_clear.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # This module matches the reference of clearing function from each testcase # to the corresponding testcase's argument in the order of testcase running diff --git a/exception.py b/exception.py index 9c2b79f..389925d 100644 --- a/exception.py +++ b/exception.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: exception.py # Summary: the exception class diff --git a/generator.py b/generator.py index 62b0d66..9a81b33 100644 --- a/generator.py +++ b/generator.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010, 2012 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # This module to initilize log module and match testcase function from # proxy with corresponding argument to form a callable function. diff --git a/libvirt-test-api.py b/libvirt-test-api.py index 7b38aaa..e812808 100644 --- a/libvirt-test-api.py +++ b/libvirt-test-api.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # import os diff --git a/logxmlparser.py b/logxmlparser.py index 48e3c51..a0a5fa9 100644 --- a/logxmlparser.py +++ b/logxmlparser.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: xmlparser.py # Summary: generate xmlfile for log management diff --git a/mapper.py b/mapper.py index c2c44da..ffbfc7b 100644 --- a/mapper.py +++ b/mapper.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # This module help form new lists from original list generated by module parser, # the purpose is to get useful information about a testrun. diff --git a/parser.py b/parser.py index e569d7f..f4e1e83 100644 --- a/parser.py +++ b/parser.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # This module is for configuration file parsing, to generate a case list. # diff --git a/process.py b/process.py index a712816..e2d2bb8 100644 --- a/process.py +++ b/process.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: process.py # Summary: multiprocessing module diff --git a/proxy.py b/proxy.py index 49a0420..799069f 100644 --- a/proxy.py +++ b/proxy.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010, 2012 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Generate a list of callable function references. diff --git a/utils/XMLParser.py b/utils/XMLParser.py index d872b67..d19cfd9 100644 --- a/utils/XMLParser.py +++ b/utils/XMLParser.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: XMLParser.py # Summary: parse and xml document into a python dictionary diff --git a/utils/check.py b/utils/check.py index b3002ee..01e0ed8 100644 --- a/utils/check.py +++ b/utils/check.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: check.py # Summary: basic check operation needed by test diff --git a/utils/env_parser.py b/utils/env_parser.py index ec576cb..13d80c1 100644 --- a/utils/env_parser.py +++ b/utils/env_parser.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: env_parser.py # Summary: parse the env configuration file diff --git a/utils/format.py b/utils/format.py index 7ee5eca..3a0d54b 100644 --- a/utils/format.py +++ b/utils/format.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: format.py # Summary: generate specified kind of format string diff --git a/utils/log.py b/utils/log.py index b146956..50f38c2 100644 --- a/utils/log.py +++ b/utils/log.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: log.py # Summary: log file operation diff --git a/utils/utils.py b/utils/utils.py index 3848aca..07a87cf 100644 --- a/utils/utils.py +++ b/utils/utils.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # import os diff --git a/utils/xmlbuilder.py b/utils/xmlbuilder.py index 8c989c8..5a4101c 100644 --- a/utils/xmlbuilder.py +++ b/utils/xmlbuilder.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: xmlbuilder.py # Summary: operation for building domain xml diff --git a/utils/xmlgenerator.py b/utils/xmlgenerator.py index aca0062..79c802a 100644 --- a/utils/xmlgenerator.py +++ b/utils/xmlgenerator.py @@ -1,17 +1,5 @@ #!/usr/bin/env python # -# libvirt-test-API is copyright 2010 Red Hat, Inc. -# -# libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# The GPL text is available in the file COPYING that accompanies this -# distribution and at <http://www.gnu.org/licenses>. # # Filename: xmlgenerator.py # Summary: generate domain xml -- 1.7.7.3

The new copyright statements is: <copyright> Copyright (C) 2010-2012 Red Hat, Inc. libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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., 675 Mass Ave, Cambridge, MA 02139, USA. </copyright> % for i in $(git diff --stat HEAD~1 | grep '.py' | awk -F'|' '{print $1}'); do \ sed -i -e '\|#!/usr/bin/env python|r /tmp/copy' $i; \ done --- activityfilter.py | 16 ++++++++++++++++ casecfgcheck.py | 16 ++++++++++++++++ dist/redhat/env_inspect.py | 16 ++++++++++++++++ env_clear.py | 16 ++++++++++++++++ exception.py | 16 ++++++++++++++++ generator.py | 16 ++++++++++++++++ libvirt-test-api.py | 16 ++++++++++++++++ logxmlparser.py | 16 ++++++++++++++++ mapper.py | 16 ++++++++++++++++ parser.py | 16 ++++++++++++++++ process.py | 16 ++++++++++++++++ proxy.py | 16 ++++++++++++++++ utils/XMLParser.py | 16 ++++++++++++++++ utils/check.py | 16 ++++++++++++++++ utils/env_parser.py | 16 ++++++++++++++++ utils/format.py | 16 ++++++++++++++++ utils/log.py | 16 ++++++++++++++++ utils/utils.py | 16 ++++++++++++++++ utils/xmlbuilder.py | 16 ++++++++++++++++ utils/xmlgenerator.py | 16 ++++++++++++++++ 20 files changed, 320 insertions(+), 0 deletions(-) diff --git a/activityfilter.py b/activityfilter.py index 96428f9..e6ad1bf 100644 --- a/activityfilter.py +++ b/activityfilter.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # diff --git a/casecfgcheck.py b/casecfgcheck.py index 86f6fc5..344e2a7 100644 --- a/casecfgcheck.py +++ b/casecfgcheck.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # import proxy diff --git a/dist/redhat/env_inspect.py b/dist/redhat/env_inspect.py index 21b532a..1277f28 100644 --- a/dist/redhat/env_inspect.py +++ b/dist/redhat/env_inspect.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: envinspect.py # Description: check the testing environment and state of libvirt as well diff --git a/env_clear.py b/env_clear.py index 65ff732..861bb17 100644 --- a/env_clear.py +++ b/env_clear.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # This module matches the reference of clearing function from each testcase # to the corresponding testcase's argument in the order of testcase running diff --git a/exception.py b/exception.py index 389925d..1b18470 100644 --- a/exception.py +++ b/exception.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: exception.py # Summary: the exception class diff --git a/generator.py b/generator.py index 9a81b33..623ba65 100644 --- a/generator.py +++ b/generator.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # This module to initilize log module and match testcase function from # proxy with corresponding argument to form a callable function. diff --git a/libvirt-test-api.py b/libvirt-test-api.py index e812808..47787c1 100644 --- a/libvirt-test-api.py +++ b/libvirt-test-api.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # import os diff --git a/logxmlparser.py b/logxmlparser.py index a0a5fa9..76e33a8 100644 --- a/logxmlparser.py +++ b/logxmlparser.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: xmlparser.py # Summary: generate xmlfile for log management diff --git a/mapper.py b/mapper.py index ffbfc7b..b94bd93 100644 --- a/mapper.py +++ b/mapper.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # This module help form new lists from original list generated by module parser, # the purpose is to get useful information about a testrun. diff --git a/parser.py b/parser.py index f4e1e83..05f6a2c 100644 --- a/parser.py +++ b/parser.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # This module is for configuration file parsing, to generate a case list. # diff --git a/process.py b/process.py index e2d2bb8..767e534 100644 --- a/process.py +++ b/process.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: process.py # Summary: multiprocessing module diff --git a/proxy.py b/proxy.py index 799069f..52a0afc 100644 --- a/proxy.py +++ b/proxy.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Generate a list of callable function references. diff --git a/utils/XMLParser.py b/utils/XMLParser.py index d19cfd9..f24134a 100644 --- a/utils/XMLParser.py +++ b/utils/XMLParser.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: XMLParser.py # Summary: parse and xml document into a python dictionary diff --git a/utils/check.py b/utils/check.py index 01e0ed8..9577c76 100644 --- a/utils/check.py +++ b/utils/check.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: check.py # Summary: basic check operation needed by test diff --git a/utils/env_parser.py b/utils/env_parser.py index 13d80c1..049115e 100644 --- a/utils/env_parser.py +++ b/utils/env_parser.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: env_parser.py # Summary: parse the env configuration file diff --git a/utils/format.py b/utils/format.py index 3a0d54b..f0e2e5f 100644 --- a/utils/format.py +++ b/utils/format.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: format.py # Summary: generate specified kind of format string diff --git a/utils/log.py b/utils/log.py index 50f38c2..618900d 100644 --- a/utils/log.py +++ b/utils/log.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: log.py # Summary: log file operation diff --git a/utils/utils.py b/utils/utils.py index 07a87cf..66458ad 100644 --- a/utils/utils.py +++ b/utils/utils.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # import os diff --git a/utils/xmlbuilder.py b/utils/xmlbuilder.py index 5a4101c..92bfdc3 100644 --- a/utils/xmlbuilder.py +++ b/utils/xmlbuilder.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: xmlbuilder.py # Summary: operation for building domain xml diff --git a/utils/xmlgenerator.py b/utils/xmlgenerator.py index 79c802a..5287bea 100644 --- a/utils/xmlgenerator.py +++ b/utils/xmlgenerator.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# # # Filename: xmlgenerator.py # Summary: generate domain xml -- 1.7.7.3

On Tue, Apr 17, 2012 at 06:59:24PM +0800, Osier Yang wrote:
The new copyright statements is:
<copyright> Copyright (C) 2010-2012 Red Hat, Inc.
libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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., 675 Mass Ave, Cambridge, MA 02139, USA. </copyright>
I'm fairly sure that address is outdated - everywhere in libvirt code uses * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On 2012年04月17日 19:04, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 06:59:24PM +0800, Osier Yang wrote:
The new copyright statements is:
<copyright> Copyright (C) 2010-2012 Red Hat, Inc.
libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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., 675 Mass Ave, Cambridge, MA 02139, USA. </copyright>
I'm fairly sure that address is outdated - everywhere in libvirt code uses
* You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Thanks for the reminding, will post a v2, then think we need to update the address in libvirt codes too? Regards, Osier

On 2012年04月17日 19:09, Osier Yang wrote:
On 2012年04月17日 19:04, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 06:59:24PM +0800, Osier Yang wrote:
The new copyright statements is:
<copyright> Copyright (C) 2010-2012 Red Hat, Inc.
libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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., 675 Mass Ave, Cambridge, MA 02139, USA. </copyright>
I'm fairly sure that address is outdated - everywhere in libvirt code uses
* You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Thanks for the reminding, will post a v2, then think we need to update the address in libvirt codes too?
Forget about it, libvirt has the new address. :-) Regards, Osier

On Tue, Apr 17, 2012 at 07:09:36PM +0800, Osier Yang wrote:
On 2012年04月17日 19:04, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 06:59:24PM +0800, Osier Yang wrote:
The new copyright statements is:
<copyright> Copyright (C) 2010-2012 Red Hat, Inc.
libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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., 675 Mass Ave, Cambridge, MA 02139, USA. </copyright>
I'm fairly sure that address is outdated - everywhere in libvirt code uses
* You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Thanks for the reminding, will post a v2, then think we need to update the address in libvirt codes too?
Hmm, I wonder if we are better off just removing the address completely. There are no end of bug reports in Fedora reviews about outdated addresses and the FSF have moved locations multiple times. I see GNULIB now just writes: * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On 2012年04月17日 19:13, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 07:09:36PM +0800, Osier Yang wrote:
On 2012年04月17日 19:04, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 06:59:24PM +0800, Osier Yang wrote:
The new copyright statements is:
<copyright> Copyright (C) 2010-2012 Red Hat, Inc.
libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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., 675 Mass Ave, Cambridge, MA 02139, USA. </copyright>
I'm fairly sure that address is outdated - everywhere in libvirt code uses
* You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Thanks for the reminding, will post a v2, then think we need to update the address in libvirt codes too?
Hmm, I wonder if we are better off just removing the address completely. There are no end of bug reports in Fedora reviews about outdated addresses and the FSF have moved locations multiple times. I see GNULIB now just writes:
* You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see<http://www.gnu.org/licenses/>.
I found this when checking the GNU website mins ago. Yeah, it's better , per they moves from time to time, ;-) Osier

[ CC to Rich ] On 2012年04月17日 19:18, Osier Yang wrote:
On 2012年04月17日 19:13, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 07:09:36PM +0800, Osier Yang wrote:
On 2012年04月17日 19:04, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 06:59:24PM +0800, Osier Yang wrote:
The new copyright statements is:
<copyright> Copyright (C) 2010-2012 Red Hat, Inc.
libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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., 675 Mass Ave, Cambridge, MA 02139, USA. </copyright>
I'm fairly sure that address is outdated - everywhere in libvirt code uses
* You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Thanks for the reminding, will post a v2, then think we need to update the address in libvirt codes too?
Hmm, I wonder if we are better off just removing the address completely. There are no end of bug reports in Fedora reviews about outdated addresses and the FSF have moved locations multiple times. I see GNULIB now just writes:
* You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see<http://www.gnu.org/licenses/>.
I found this when checking the GNU website mins ago. Yeah, it's better , per they moves from time to time, ;-)
@Rich, I had to say: I copied the last 3 sentences (the address part) from libguestfs. Perhaps it needs the updating too. Regards, Osier

On Tue, Apr 17, 2012 at 07:22:48PM +0800, Osier Yang wrote:
[ CC to Rich ]
On 2012年04月17日 19:18, Osier Yang wrote:
On 2012年04月17日 19:13, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 07:09:36PM +0800, Osier Yang wrote:
On 2012年04月17日 19:04, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 06:59:24PM +0800, Osier Yang wrote:
The new copyright statements is:
<copyright> Copyright (C) 2010-2012 Red Hat, Inc.
libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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., 675 Mass Ave, Cambridge, MA 02139, USA. </copyright>
I'm fairly sure that address is outdated - everywhere in libvirt code uses
* You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Thanks for the reminding, will post a v2, then think we need to update the address in libvirt codes too?
Hmm, I wonder if we are better off just removing the address completely. There are no end of bug reports in Fedora reviews about outdated addresses and the FSF have moved locations multiple times. I see GNULIB now just writes:
* You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see<http://www.gnu.org/licenses/>.
I found this when checking the GNU website mins ago. Yeah, it's better , per they moves from time to time, ;-)
@Rich, I had to say: I copied the last 3 sentences (the address part) from libguestfs. Perhaps it needs the updating too.
They've moved again?! We are currently using: Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA and went through a big process of fixing every file to use this address a little while back. commit 04ea1375c55aa67df4e7fc61dbb534111767f3b6 Author: Matthew Booth <mbooth@redhat.com> Date: Tue Nov 8 14:27:49 2011 +0000 Update FSF address. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top

On Tue, Apr 17, 2012 at 12:41:19PM +0100, Richard W.M. Jones wrote:
On Tue, Apr 17, 2012 at 07:22:48PM +0800, Osier Yang wrote:
[ CC to Rich ]
On 2012年04月17日 19:18, Osier Yang wrote:
On 2012年04月17日 19:13, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 07:09:36PM +0800, Osier Yang wrote:
On 2012年04月17日 19:04, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 06:59:24PM +0800, Osier Yang wrote: >The new copyright statements is: > ><copyright> >Copyright (C) 2010-2012 Red Hat, Inc. > >libvirt-test-API 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 warranties of >TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR >PURPOSE. > >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., 675 Mass Ave, Cambridge, MA 02139, USA. ></copyright>
I'm fairly sure that address is outdated - everywhere in libvirt code uses
* You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Thanks for the reminding, will post a v2, then think we need to update the address in libvirt codes too?
Hmm, I wonder if we are better off just removing the address completely. There are no end of bug reports in Fedora reviews about outdated addresses and the FSF have moved locations multiple times. I see GNULIB now just writes:
* You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see<http://www.gnu.org/licenses/>.
I found this when checking the GNU website mins ago. Yeah, it's better , per they moves from time to time, ;-)
@Rich, I had to say: I copied the last 3 sentences (the address part) from libguestfs. Perhaps it needs the updating too.
They've moved again?!
We are currently using:
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
and went through a big process of fixing every file to use this address a little while back.
commit 04ea1375c55aa67df4e7fc61dbb534111767f3b6 Author: Matthew Booth <mbooth@redhat.com> Date: Tue Nov 8 14:27:49 2011 +0000
Update FSF address.
Actually, I think it is libvirt that is at error here. The address i posted above is wrong. This all just goes to show we shouldn't include the street address at all, since no one can ever remember which one is current :-) /me will update libvirt to use the web address instead. Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On 2012年04月17日 19:41, Richard W.M. Jones wrote:
On Tue, Apr 17, 2012 at 07:22:48PM +0800, Osier Yang wrote:
[ CC to Rich ]
On 2012年04月17日 19:18, Osier Yang wrote:
On 2012年04月17日 19:13, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 07:09:36PM +0800, Osier Yang wrote:
On 2012年04月17日 19:04, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 06:59:24PM +0800, Osier Yang wrote: > The new copyright statements is: > > <copyright> > Copyright (C) 2010-2012 Red Hat, Inc. > > libvirt-test-API 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 warranties of > TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > > 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., 675 Mass Ave, Cambridge, MA 02139, USA. > </copyright>
I'm fairly sure that address is outdated - everywhere in libvirt code uses
* You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Thanks for the reminding, will post a v2, then think we need to update the address in libvirt codes too?
Hmm, I wonder if we are better off just removing the address completely. There are no end of bug reports in Fedora reviews about outdated addresses and the FSF have moved locations multiple times. I see GNULIB now just writes:
* You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see<http://www.gnu.org/licenses/>.
I found this when checking the GNU website mins ago. Yeah, it's better , per they moves from time to time, ;-)
@Rich, I had to say: I copied the last 3 sentences (the address part) from libguestfs. Perhaps it needs the updating too.
They've moved again?!
We are currently using:
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
and went through a big process of fixing every file to use this address a little while back.
commit 04ea1375c55aa67df4e7fc61dbb534111767f3b6 Author: Matthew Booth<mbooth@redhat.com> Date: Tue Nov 8 14:27:49 2011 +0000
Update FSF address.
Rich.
Ah, my libguestfs repo is *too* old, :-) Osier

The new copyright statements is: Copyright (C) 2010-2012 Red Hat, Inc. libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. % for i in $(git diff --stat HEAD~1 | grep '.py' | awk -F'|' '{print $1}'); do \ sed -i -e '\|#!/usr/bin/env python|r /tmp/copy' $i; \ done --- activityfilter.py | 16 ++++++++++++++++ casecfgcheck.py | 16 ++++++++++++++++ dist/redhat/env_inspect.py | 16 ++++++++++++++++ env_clear.py | 16 ++++++++++++++++ exception.py | 16 ++++++++++++++++ generator.py | 16 ++++++++++++++++ libvirt-test-api.py | 16 ++++++++++++++++ logxmlparser.py | 16 ++++++++++++++++ mapper.py | 16 ++++++++++++++++ parser.py | 16 ++++++++++++++++ process.py | 16 ++++++++++++++++ proxy.py | 16 ++++++++++++++++ utils/XMLParser.py | 16 ++++++++++++++++ utils/check.py | 16 ++++++++++++++++ utils/env_parser.py | 16 ++++++++++++++++ utils/format.py | 16 ++++++++++++++++ utils/log.py | 16 ++++++++++++++++ utils/utils.py | 16 ++++++++++++++++ utils/xmlbuilder.py | 16 ++++++++++++++++ utils/xmlgenerator.py | 16 ++++++++++++++++ 20 files changed, 320 insertions(+), 0 deletions(-) diff --git a/activityfilter.py b/activityfilter.py index e6ad1bf..46e43d9 100644 --- a/activityfilter.py +++ b/activityfilter.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/casecfgcheck.py b/casecfgcheck.py index 344e2a7..c0de5af 100644 --- a/casecfgcheck.py +++ b/casecfgcheck.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/dist/redhat/env_inspect.py b/dist/redhat/env_inspect.py index 1277f28..1898826 100644 --- a/dist/redhat/env_inspect.py +++ b/dist/redhat/env_inspect.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/env_clear.py b/env_clear.py index 861bb17..239211b 100644 --- a/env_clear.py +++ b/env_clear.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/exception.py b/exception.py index 1b18470..0b0a726 100644 --- a/exception.py +++ b/exception.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/generator.py b/generator.py index 623ba65..a87d5f1 100644 --- a/generator.py +++ b/generator.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/libvirt-test-api.py b/libvirt-test-api.py index 47787c1..77181fa 100644 --- a/libvirt-test-api.py +++ b/libvirt-test-api.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/logxmlparser.py b/logxmlparser.py index 76e33a8..8961b02 100644 --- a/logxmlparser.py +++ b/logxmlparser.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/mapper.py b/mapper.py index b94bd93..8d18124 100644 --- a/mapper.py +++ b/mapper.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/parser.py b/parser.py index 05f6a2c..0e181e1 100644 --- a/parser.py +++ b/parser.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/process.py b/process.py index 767e534..2267778 100644 --- a/process.py +++ b/process.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/proxy.py b/proxy.py index 52a0afc..1de25d8 100644 --- a/proxy.py +++ b/proxy.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/utils/XMLParser.py b/utils/XMLParser.py index f24134a..7cf4253 100644 --- a/utils/XMLParser.py +++ b/utils/XMLParser.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/utils/check.py b/utils/check.py index 9577c76..2695869 100644 --- a/utils/check.py +++ b/utils/check.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/utils/env_parser.py b/utils/env_parser.py index 049115e..06bedb8 100644 --- a/utils/env_parser.py +++ b/utils/env_parser.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/utils/format.py b/utils/format.py index f0e2e5f..706e4aa 100644 --- a/utils/format.py +++ b/utils/format.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/utils/log.py b/utils/log.py index 618900d..662e71b 100644 --- a/utils/log.py +++ b/utils/log.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/utils/utils.py b/utils/utils.py index 66458ad..ec479c2 100644 --- a/utils/utils.py +++ b/utils/utils.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/utils/xmlbuilder.py b/utils/xmlbuilder.py index 92bfdc3..539f78b 100644 --- a/utils/xmlbuilder.py +++ b/utils/xmlbuilder.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/utils/xmlgenerator.py b/utils/xmlgenerator.py index 5287bea..888e7fe 100644 --- a/utils/xmlgenerator.py +++ b/utils/xmlgenerator.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. # -- 1.7.7.3

The new copyright statements is: Copyright (C) 2010-2012 Red Hat, Inc. libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. % for i in $(git diff --stat HEAD~1 | grep '.py' | awk -F'|' '{print $1}'); do \ sed -i -e '\|#!/usr/bin/env python|r /tmp/copy' $i; \ done --- activityfilter.py | 16 ++++++++++++++++ casecfgcheck.py | 16 ++++++++++++++++ dist/redhat/env_inspect.py | 16 ++++++++++++++++ env_clear.py | 16 ++++++++++++++++ exception.py | 16 ++++++++++++++++ generator.py | 16 ++++++++++++++++ libvirt-test-api.py | 16 ++++++++++++++++ logxmlparser.py | 16 ++++++++++++++++ mapper.py | 16 ++++++++++++++++ parser.py | 16 ++++++++++++++++ process.py | 16 ++++++++++++++++ proxy.py | 16 ++++++++++++++++ utils/XMLParser.py | 16 ++++++++++++++++ utils/check.py | 16 ++++++++++++++++ utils/env_parser.py | 16 ++++++++++++++++ utils/format.py | 16 ++++++++++++++++ utils/log.py | 16 ++++++++++++++++ utils/utils.py | 16 ++++++++++++++++ utils/xmlbuilder.py | 16 ++++++++++++++++ utils/xmlgenerator.py | 16 ++++++++++++++++ 20 files changed, 320 insertions(+), 0 deletions(-) diff --git a/activityfilter.py b/activityfilter.py index 96428f9..7351625 100644 --- a/activityfilter.py +++ b/activityfilter.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # diff --git a/casecfgcheck.py b/casecfgcheck.py index 86f6fc5..9f5f88c 100644 --- a/casecfgcheck.py +++ b/casecfgcheck.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # import proxy diff --git a/dist/redhat/env_inspect.py b/dist/redhat/env_inspect.py index 21b532a..b3e484f 100644 --- a/dist/redhat/env_inspect.py +++ b/dist/redhat/env_inspect.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: envinspect.py # Description: check the testing environment and state of libvirt as well diff --git a/env_clear.py b/env_clear.py index 65ff732..d34c701 100644 --- a/env_clear.py +++ b/env_clear.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # This module matches the reference of clearing function from each testcase # to the corresponding testcase's argument in the order of testcase running diff --git a/exception.py b/exception.py index 389925d..4375c59 100644 --- a/exception.py +++ b/exception.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: exception.py # Summary: the exception class diff --git a/generator.py b/generator.py index 9a81b33..ea57c41 100644 --- a/generator.py +++ b/generator.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # This module to initilize log module and match testcase function from # proxy with corresponding argument to form a callable function. diff --git a/libvirt-test-api.py b/libvirt-test-api.py index e812808..607663a 100644 --- a/libvirt-test-api.py +++ b/libvirt-test-api.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # import os diff --git a/logxmlparser.py b/logxmlparser.py index a0a5fa9..a749a00 100644 --- a/logxmlparser.py +++ b/logxmlparser.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: xmlparser.py # Summary: generate xmlfile for log management diff --git a/mapper.py b/mapper.py index ffbfc7b..7682e5d 100644 --- a/mapper.py +++ b/mapper.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # This module help form new lists from original list generated by module parser, # the purpose is to get useful information about a testrun. diff --git a/parser.py b/parser.py index f4e1e83..6bed096 100644 --- a/parser.py +++ b/parser.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # This module is for configuration file parsing, to generate a case list. # diff --git a/process.py b/process.py index e2d2bb8..4bcfcfa 100644 --- a/process.py +++ b/process.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: process.py # Summary: multiprocessing module diff --git a/proxy.py b/proxy.py index 799069f..da4d7ba 100644 --- a/proxy.py +++ b/proxy.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Generate a list of callable function references. diff --git a/utils/XMLParser.py b/utils/XMLParser.py index d19cfd9..c9000a7 100644 --- a/utils/XMLParser.py +++ b/utils/XMLParser.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: XMLParser.py # Summary: parse and xml document into a python dictionary diff --git a/utils/check.py b/utils/check.py index 01e0ed8..7e2abb7 100644 --- a/utils/check.py +++ b/utils/check.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: check.py # Summary: basic check operation needed by test diff --git a/utils/env_parser.py b/utils/env_parser.py index 13d80c1..e0ec598 100644 --- a/utils/env_parser.py +++ b/utils/env_parser.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: env_parser.py # Summary: parse the env configuration file diff --git a/utils/format.py b/utils/format.py index 3a0d54b..710e681 100644 --- a/utils/format.py +++ b/utils/format.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: format.py # Summary: generate specified kind of format string diff --git a/utils/log.py b/utils/log.py index 50f38c2..4d0a037 100644 --- a/utils/log.py +++ b/utils/log.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: log.py # Summary: log file operation diff --git a/utils/utils.py b/utils/utils.py index 07a87cf..f1ec6c6 100644 --- a/utils/utils.py +++ b/utils/utils.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # import os diff --git a/utils/xmlbuilder.py b/utils/xmlbuilder.py index 5a4101c..3c55375 100644 --- a/utils/xmlbuilder.py +++ b/utils/xmlbuilder.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: xmlbuilder.py # Summary: operation for building domain xml diff --git a/utils/xmlgenerator.py b/utils/xmlgenerator.py index 79c802a..24ab85e 100644 --- a/utils/xmlgenerator.py +++ b/utils/xmlgenerator.py @@ -1,5 +1,21 @@ #!/usr/bin/env python # +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# # # Filename: xmlgenerator.py # Summary: generate domain xml -- 1.7.7.3

On Tue, Apr 17, 2012 at 07:26:54PM +0800, Osier Yang wrote:
The new copyright statements is:
Copyright (C) 2010-2012 Red Hat, Inc.
libvirt-test-API 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 warranties of TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
% for i in $(git diff --stat HEAD~1 | grep '.py' | awk -F'|' '{print $1}'); do \ sed -i -e '\|#!/usr/bin/env python|r /tmp/copy' $i; \ done --- activityfilter.py | 16 ++++++++++++++++ casecfgcheck.py | 16 ++++++++++++++++ dist/redhat/env_inspect.py | 16 ++++++++++++++++ env_clear.py | 16 ++++++++++++++++ exception.py | 16 ++++++++++++++++ generator.py | 16 ++++++++++++++++ libvirt-test-api.py | 16 ++++++++++++++++ logxmlparser.py | 16 ++++++++++++++++ mapper.py | 16 ++++++++++++++++ parser.py | 16 ++++++++++++++++ process.py | 16 ++++++++++++++++ proxy.py | 16 ++++++++++++++++ utils/XMLParser.py | 16 ++++++++++++++++ utils/check.py | 16 ++++++++++++++++ utils/env_parser.py | 16 ++++++++++++++++ utils/format.py | 16 ++++++++++++++++ utils/log.py | 16 ++++++++++++++++ utils/utils.py | 16 ++++++++++++++++ utils/xmlbuilder.py | 16 ++++++++++++++++ utils/xmlgenerator.py | 16 ++++++++++++++++ 20 files changed, 320 insertions(+), 0 deletions(-)
ACK, this looks good now Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On Tue, Apr 17, 2012 at 07:23:32PM +0800, Osier Yang wrote:
diff --git a/activityfilter.py b/activityfilter.py index e6ad1bf..46e43d9 100644 --- a/activityfilter.py +++ b/activityfilter.py @@ -13,6 +13,22 @@ # PURPOSE. # # You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# +# Copyright (C) 2010-2012 Red Hat, Inc. +# +# libvirt-test-API 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 warranties of +# TITLE, NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. #
This patch diff doesn't look right - It appears as if you have now got 2 copies of the license text at the top of each file Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

--- activityfilter.py | 3 --- casecfgcheck.py | 2 -- dist/redhat/env_inspect.py | 2 -- env_clear.py | 2 -- exception.py | 1 - generator.py | 2 -- libvirt-test-api.py | 2 -- logxmlparser.py | 1 - mapper.py | 2 -- parser.py | 2 -- process.py | 1 - proxy.py | 3 +-- utils/XMLParser.py | 1 - utils/check.py | 1 - utils/env_parser.py | 1 - utils/format.py | 1 - utils/log.py | 1 - utils/utils.py | 2 -- utils/xmlbuilder.py | 1 - utils/xmlgenerator.py | 1 - 20 files changed, 1 insertions(+), 31 deletions(-) diff --git a/activityfilter.py b/activityfilter.py index e6ad1bf..ce366f9 100644 --- a/activityfilter.py +++ b/activityfilter.py @@ -15,9 +15,6 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. -# -# - class Filter(object): """filter activity list to form various data list""" diff --git a/casecfgcheck.py b/casecfgcheck.py index 344e2a7..38ddff8 100644 --- a/casecfgcheck.py +++ b/casecfgcheck.py @@ -15,8 +15,6 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. -# -# import proxy diff --git a/dist/redhat/env_inspect.py b/dist/redhat/env_inspect.py index 1277f28..02a499d 100644 --- a/dist/redhat/env_inspect.py +++ b/dist/redhat/env_inspect.py @@ -16,10 +16,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: envinspect.py # Description: check the testing environment and state of libvirt as well -# import commands import libvirt diff --git a/env_clear.py b/env_clear.py index 861bb17..6715ff8 100644 --- a/env_clear.py +++ b/env_clear.py @@ -16,10 +16,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # This module matches the reference of clearing function from each testcase # to the corresponding testcase's argument in the order of testcase running -# import mapper from utils import log diff --git a/exception.py b/exception.py index 1b18470..6d2d2fa 100644 --- a/exception.py +++ b/exception.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: exception.py # Summary: the exception class # Description: The module defines the exceptions the framework could use diff --git a/generator.py b/generator.py index 623ba65..b0f249d 100644 --- a/generator.py +++ b/generator.py @@ -16,10 +16,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # This module to initilize log module and match testcase function from # proxy with corresponding argument to form a callable function. -# import time import fcntl diff --git a/libvirt-test-api.py b/libvirt-test-api.py index 47787c1..e3f5377 100644 --- a/libvirt-test-api.py +++ b/libvirt-test-api.py @@ -15,8 +15,6 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. -# -# import os import sys diff --git a/logxmlparser.py b/logxmlparser.py index 76e33a8..a041c82 100644 --- a/logxmlparser.py +++ b/logxmlparser.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: xmlparser.py # Summary: generate xmlfile for log management # Description: The module gives methods to write xml block diff --git a/mapper.py b/mapper.py index b94bd93..df5a259 100644 --- a/mapper.py +++ b/mapper.py @@ -16,10 +16,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # This module help form new lists from original list generated by module parser, # the purpose is to get useful information about a testrun. -# import copy diff --git a/parser.py b/parser.py index 05f6a2c..9ee0395 100644 --- a/parser.py +++ b/parser.py @@ -16,9 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # This module is for configuration file parsing, to generate a case list. -# import re import os diff --git a/process.py b/process.py index 767e534..fd10659 100644 --- a/process.py +++ b/process.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: process.py # Summary: multiprocessing module # Description: If the switch of multiprocessing is on, diff --git a/proxy.py b/proxy.py index 52a0afc..8e150b6 100644 --- a/proxy.py +++ b/proxy.py @@ -16,9 +16,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Generate a list of callable function references. - +# # The proxy examines the list of unique test cases, received from the # generator and import each test case from appropriate module directory. diff --git a/utils/XMLParser.py b/utils/XMLParser.py index f24134a..ea9ce0f 100644 --- a/utils/XMLParser.py +++ b/utils/XMLParser.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: XMLParser.py # Summary: parse and xml document into a python dictionary # Description: The module is a tool to parses diff --git a/utils/check.py b/utils/check.py index 9577c76..6672c0a 100644 --- a/utils/check.py +++ b/utils/check.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: check.py # Summary: basic check operation needed by test # Description: The module is a tool to help conduct basic diff --git a/utils/env_parser.py b/utils/env_parser.py index 049115e..61d01b2 100644 --- a/utils/env_parser.py +++ b/utils/env_parser.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: env_parser.py # Summary: parse the env configuration file # Description: The module is a tool to parse the env configuration file diff --git a/utils/format.py b/utils/format.py index f0e2e5f..57419c4 100644 --- a/utils/format.py +++ b/utils/format.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: format.py # Summary: generate specified kind of format string # Description: The module is a tool to generate specified kind of format string diff --git a/utils/log.py b/utils/log.py index 618900d..c9d2e1a 100644 --- a/utils/log.py +++ b/utils/log.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: log.py # Summary: log file operation # Description: The module is a tool to provide basic log file operation diff --git a/utils/utils.py b/utils/utils.py index 66458ad..132341e 100644 --- a/utils/utils.py +++ b/utils/utils.py @@ -15,8 +15,6 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. -# -# import os import re diff --git a/utils/xmlbuilder.py b/utils/xmlbuilder.py index 92bfdc3..9695218 100644 --- a/utils/xmlbuilder.py +++ b/utils/xmlbuilder.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: xmlbuilder.py # Summary: operation for building domain xml # Description: The module is to provide operation for building domain xml diff --git a/utils/xmlgenerator.py b/utils/xmlgenerator.py index 5287bea..bfb65ea 100644 --- a/utils/xmlgenerator.py +++ b/utils/xmlgenerator.py @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# # Filename: xmlgenerator.py # Summary: generate domain xml # Description: The module is a tool to generate domain xml -- 1.7.7.3

--- v1 ~ v2: Changes to be consistent with 2/3's updating --- activityfilter.py | 4 ---- casecfgcheck.py | 3 --- dist/redhat/env_inspect.py | 3 --- env_clear.py | 3 --- exception.py | 2 -- generator.py | 3 --- libvirt-test-api.py | 3 --- logxmlparser.py | 2 -- mapper.py | 3 --- parser.py | 3 --- process.py | 2 -- proxy.py | 4 +--- utils/XMLParser.py | 2 -- utils/check.py | 2 -- utils/env_parser.py | 2 -- utils/format.py | 2 -- utils/log.py | 2 -- utils/utils.py | 3 --- utils/xmlbuilder.py | 2 -- utils/xmlgenerator.py | 2 -- 20 files changed, 1 insertions(+), 51 deletions(-) diff --git a/activityfilter.py b/activityfilter.py index 7351625..1326948 100644 --- a/activityfilter.py +++ b/activityfilter.py @@ -15,10 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# -# - - class Filter(object): """filter activity list to form various data list""" def __init__(self, activities_list): diff --git a/casecfgcheck.py b/casecfgcheck.py index 9f5f88c..5e513e1 100644 --- a/casecfgcheck.py +++ b/casecfgcheck.py @@ -15,9 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# -# - import proxy class CaseCfgCheck(object): diff --git a/dist/redhat/env_inspect.py b/dist/redhat/env_inspect.py index b3e484f..b9b8ed0 100644 --- a/dist/redhat/env_inspect.py +++ b/dist/redhat/env_inspect.py @@ -14,12 +14,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: envinspect.py # Description: check the testing environment and state of libvirt as well -# import commands import libvirt diff --git a/env_clear.py b/env_clear.py index d34c701..ed862db 100644 --- a/env_clear.py +++ b/env_clear.py @@ -14,12 +14,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # This module matches the reference of clearing function from each testcase # to the corresponding testcase's argument in the order of testcase running -# import mapper from utils import log diff --git a/exception.py b/exception.py index 4375c59..3625dab 100644 --- a/exception.py +++ b/exception.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: exception.py # Summary: the exception class diff --git a/generator.py b/generator.py index ea57c41..53febde 100644 --- a/generator.py +++ b/generator.py @@ -14,12 +14,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # This module to initilize log module and match testcase function from # proxy with corresponding argument to form a callable function. -# import time import fcntl diff --git a/libvirt-test-api.py b/libvirt-test-api.py index 607663a..b7b2b74 100644 --- a/libvirt-test-api.py +++ b/libvirt-test-api.py @@ -15,9 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# -# - import os import sys import time diff --git a/logxmlparser.py b/logxmlparser.py index a749a00..ed45594 100644 --- a/logxmlparser.py +++ b/logxmlparser.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: xmlparser.py # Summary: generate xmlfile for log management diff --git a/mapper.py b/mapper.py index 7682e5d..f09e569 100644 --- a/mapper.py +++ b/mapper.py @@ -14,12 +14,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # This module help form new lists from original list generated by module parser, # the purpose is to get useful information about a testrun. -# import copy diff --git a/parser.py b/parser.py index 6bed096..b0bad3b 100644 --- a/parser.py +++ b/parser.py @@ -14,11 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # This module is for configuration file parsing, to generate a case list. -# import re import os diff --git a/process.py b/process.py index 4bcfcfa..0edc9ae 100644 --- a/process.py +++ b/process.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: process.py # Summary: multiprocessing module diff --git a/proxy.py b/proxy.py index da4d7ba..7e81319 100644 --- a/proxy.py +++ b/proxy.py @@ -14,11 +14,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Generate a list of callable function references. - +# # The proxy examines the list of unique test cases, received from the # generator and import each test case from appropriate module directory. diff --git a/utils/XMLParser.py b/utils/XMLParser.py index c9000a7..b254023 100644 --- a/utils/XMLParser.py +++ b/utils/XMLParser.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: XMLParser.py # Summary: parse and xml document into a python dictionary diff --git a/utils/check.py b/utils/check.py index 7e2abb7..9734fc9 100644 --- a/utils/check.py +++ b/utils/check.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: check.py # Summary: basic check operation needed by test diff --git a/utils/env_parser.py b/utils/env_parser.py index e0ec598..6e49e50 100644 --- a/utils/env_parser.py +++ b/utils/env_parser.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: env_parser.py # Summary: parse the env configuration file diff --git a/utils/format.py b/utils/format.py index 710e681..b72c987 100644 --- a/utils/format.py +++ b/utils/format.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: format.py # Summary: generate specified kind of format string diff --git a/utils/log.py b/utils/log.py index 4d0a037..3ca8729 100644 --- a/utils/log.py +++ b/utils/log.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: log.py # Summary: log file operation diff --git a/utils/utils.py b/utils/utils.py index f1ec6c6..124c986 100644 --- a/utils/utils.py +++ b/utils/utils.py @@ -15,9 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# -# - import os import re import sys diff --git a/utils/xmlbuilder.py b/utils/xmlbuilder.py index 3c55375..a8a9871 100644 --- a/utils/xmlbuilder.py +++ b/utils/xmlbuilder.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: xmlbuilder.py # Summary: operation for building domain xml diff --git a/utils/xmlgenerator.py b/utils/xmlgenerator.py index 24ab85e..d93f58c 100644 --- a/utils/xmlgenerator.py +++ b/utils/xmlgenerator.py @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - -# # # Filename: xmlgenerator.py # Summary: generate domain xml -- 1.7.7.3

On Tue, Apr 17, 2012 at 07:32:37PM +0800, Osier Yang wrote:
--- v1 ~ v2: Changes to be consistent with 2/3's updating --- activityfilter.py | 4 ---- casecfgcheck.py | 3 --- dist/redhat/env_inspect.py | 3 --- env_clear.py | 3 --- exception.py | 2 -- generator.py | 3 --- libvirt-test-api.py | 3 --- logxmlparser.py | 2 -- mapper.py | 3 --- parser.py | 3 --- process.py | 2 -- proxy.py | 4 +--- utils/XMLParser.py | 2 -- utils/check.py | 2 -- utils/env_parser.py | 2 -- utils/format.py | 2 -- utils/log.py | 2 -- utils/utils.py | 3 --- utils/xmlbuilder.py | 2 -- utils/xmlgenerator.py | 2 -- 20 files changed, 1 insertions(+), 51 deletions(-)
ACK, trivial Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On 2012年04月17日 19:35, Daniel P. Berrange wrote:
On Tue, Apr 17, 2012 at 07:32:37PM +0800, Osier Yang wrote:
--- v1 ~ v2: Changes to be consistent with 2/3's updating --- activityfilter.py | 4 ---- casecfgcheck.py | 3 --- dist/redhat/env_inspect.py | 3 --- env_clear.py | 3 --- exception.py | 2 -- generator.py | 3 --- libvirt-test-api.py | 3 --- logxmlparser.py | 2 -- mapper.py | 3 --- parser.py | 3 --- process.py | 2 -- proxy.py | 4 +--- utils/XMLParser.py | 2 -- utils/check.py | 2 -- utils/env_parser.py | 2 -- utils/format.py | 2 -- utils/log.py | 2 -- utils/utils.py | 3 --- utils/xmlbuilder.py | 2 -- utils/xmlgenerator.py | 2 -- 20 files changed, 1 insertions(+), 51 deletions(-)
ACK, trivial
Daniel
Thanks, now pushed the 3 patches. Osier
participants (3)
-
Daniel P. Berrange
-
Osier Yang
-
Richard W.M. Jones