From eb7aa05b64cb384194ccb24a2e7e8aa70bf34524 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Thu, 24 Apr 2014 20:44:02 -0300 Subject: [PATCH] avocado: Fix Red Hat misspelling in the copyright headers Signed-off-by: Lucas Meneghel Rodrigues --- avocado/__init__.py | 2 +- avocado/cli/__init__.py | 2 +- avocado/cli/app.py | 2 +- avocado/core/__init__.py | 2 +- avocado/core/data_dir.py | 2 +- avocado/core/exceptions.py | 2 +- avocado/core/output.py | 2 +- avocado/job.py | 2 +- avocado/linux/__init__.py | 2 +- avocado/linux/distro.py | 2 +- avocado/linux/software_manager.py | 2 +- avocado/plugins/__init__.py | 2 +- avocado/plugins/builtin.py | 2 +- avocado/plugins/lister.py | 2 +- avocado/plugins/manager.py | 2 +- avocado/plugins/plugin.py | 2 +- avocado/plugins/runner.py | 2 +- avocado/result.py | 2 +- avocado/utils/__init__.py | 2 +- avocado/utils/build.py | 2 +- avocado/utils/crypto.py | 2 +- avocado/utils/memory.py | 2 +- avocado/utils/network.py | 2 +- avocado/utils/process.py | 2 +- avocado/version.py | 2 +- docs/source/conf.py | 2 +- examples/plugins/avocado_hello.py | 2 +- setup.py | 2 +- tests/failtest/failtest.py | 2 +- tests/sleeptest/sleeptest.py | 2 +- tests/synctest/synctest.py | 2 +- unittests/avocado/settings_unittest.py | 2 +- unittests/avocado/sysinfo_unittest.py | 2 +- unittests/avocado/test_unittest.py | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/avocado/__init__.py b/avocado/__init__.py index 97bcf23b..493df6fe 100644 --- a/avocado/__init__.py +++ b/avocado/__init__.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues import cli diff --git a/avocado/cli/__init__.py b/avocado/cli/__init__.py index d5975ab2..b5ab5780 100644 --- a/avocado/cli/__init__.py +++ b/avocado/cli/__init__.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues import app diff --git a/avocado/cli/app.py b/avocado/cli/app.py index ed39ed20..d832ea92 100644 --- a/avocado/cli/app.py +++ b/avocado/cli/app.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues """ diff --git a/avocado/core/__init__.py b/avocado/core/__init__.py index a0c84b6a..e090f039 100644 --- a/avocado/core/__init__.py +++ b/avocado/core/__init__.py @@ -9,5 +9,5 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues diff --git a/avocado/core/data_dir.py b/avocado/core/data_dir.py index 88fc42d2..1e4f95f8 100644 --- a/avocado/core/data_dir.py +++ b/avocado/core/data_dir.py @@ -11,7 +11,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues """ diff --git a/avocado/core/exceptions.py b/avocado/core/exceptions.py index 2bcf33fd..5b098a3f 100644 --- a/avocado/core/exceptions.py +++ b/avocado/core/exceptions.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues """ diff --git a/avocado/core/output.py b/avocado/core/output.py index 276d760f..62d9d949 100644 --- a/avocado/core/output.py +++ b/avocado/core/output.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues """ diff --git a/avocado/job.py b/avocado/job.py index dd43103f..52367440 100644 --- a/avocado/job.py +++ b/avocado/job.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues """ diff --git a/avocado/linux/__init__.py b/avocado/linux/__init__.py index a0c84b6a..e090f039 100644 --- a/avocado/linux/__init__.py +++ b/avocado/linux/__init__.py @@ -9,5 +9,5 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues diff --git a/avocado/linux/distro.py b/avocado/linux/distro.py index 69f9d6fa..5fad580b 100644 --- a/avocado/linux/distro.py +++ b/avocado/linux/distro.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues """ diff --git a/avocado/linux/software_manager.py b/avocado/linux/software_manager.py index 616796ed..e4a9ce88 100644 --- a/avocado/linux/software_manager.py +++ b/avocado/linux/software_manager.py @@ -11,7 +11,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues # Author: Higor Vieira Alves # Author: Ramon de Carvalho Valle diff --git a/avocado/plugins/__init__.py b/avocado/plugins/__init__.py index a0c84b6a..e090f039 100644 --- a/avocado/plugins/__init__.py +++ b/avocado/plugins/__init__.py @@ -9,5 +9,5 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues diff --git a/avocado/plugins/builtin.py b/avocado/plugins/builtin.py index f83033e9..1974898d 100644 --- a/avocado/plugins/builtin.py +++ b/avocado/plugins/builtin.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Ruda Moura """Builtin plugins.""" diff --git a/avocado/plugins/lister.py b/avocado/plugins/lister.py index 33126f9c..85387c85 100644 --- a/avocado/plugins/lister.py +++ b/avocado/plugins/lister.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Ruda Moura from avocado.plugins import plugin diff --git a/avocado/plugins/manager.py b/avocado/plugins/manager.py index d6b46166..6b36fc24 100644 --- a/avocado/plugins/manager.py +++ b/avocado/plugins/manager.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Ruda Moura """Plugin Managers.""" diff --git a/avocado/plugins/plugin.py b/avocado/plugins/plugin.py index faf3b994..ffd9b3c6 100644 --- a/avocado/plugins/plugin.py +++ b/avocado/plugins/plugin.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Ruda Moura """Plugins basic structure.""" diff --git a/avocado/plugins/runner.py b/avocado/plugins/runner.py index 6fd7efe8..fa65311c 100644 --- a/avocado/plugins/runner.py +++ b/avocado/plugins/runner.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Ruda Moura """ diff --git a/avocado/result.py b/avocado/result.py index 7b78e4ba..8248eeec 100644 --- a/avocado/result.py +++ b/avocado/result.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Authors: Lucas Meneghel Rodrigues # Ruda Moura diff --git a/avocado/utils/__init__.py b/avocado/utils/__init__.py index 1a861095..ce702b06 100644 --- a/avocado/utils/__init__.py +++ b/avocado/utils/__init__.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues import logging diff --git a/avocado/utils/build.py b/avocado/utils/build.py index e42ea563..a98db1d7 100644 --- a/avocado/utils/build.py +++ b/avocado/utils/build.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues import os diff --git a/avocado/utils/crypto.py b/avocado/utils/crypto.py index 2d193850..b0f9028d 100644 --- a/avocado/utils/crypto.py +++ b/avocado/utils/crypto.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues import random diff --git a/avocado/utils/memory.py b/avocado/utils/memory.py index cc69418e..19de7c7c 100644 --- a/avocado/utils/memory.py +++ b/avocado/utils/memory.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Yiqiao Pu # # This code was inspired in the autotest project, diff --git a/avocado/utils/network.py b/avocado/utils/network.py index a0c84b6a..e090f039 100644 --- a/avocado/utils/network.py +++ b/avocado/utils/network.py @@ -9,5 +9,5 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues diff --git a/avocado/utils/process.py b/avocado/utils/process.py index c60c7f28..d1aff8a8 100644 --- a/avocado/utils/process.py +++ b/avocado/utils/process.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues """ diff --git a/avocado/version.py b/avocado/version.py index c3e573d0..925ef5c3 100755 --- a/avocado/version.py +++ b/avocado/version.py @@ -11,7 +11,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues __all__ = ['MAJOR', 'MINOR', 'RELEASE', 'VERSION'] diff --git a/docs/source/conf.py b/docs/source/conf.py index fcd84a2a..c2aae2ce 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,7 +8,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues # -*- coding: utf-8 -*- diff --git a/examples/plugins/avocado_hello.py b/examples/plugins/avocado_hello.py index 15e0f2ed..1e360496 100644 --- a/examples/plugins/avocado_hello.py +++ b/examples/plugins/avocado_hello.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Ruda Moura from avocado.plugins import plugin diff --git a/setup.py b/setup.py index b7267a28..7cedf49d 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues import glob diff --git a/tests/failtest/failtest.py b/tests/failtest/failtest.py index fa3950c3..348ca613 100755 --- a/tests/failtest/failtest.py +++ b/tests/failtest/failtest.py @@ -11,7 +11,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues diff --git a/tests/sleeptest/sleeptest.py b/tests/sleeptest/sleeptest.py index a9940bc9..22667060 100755 --- a/tests/sleeptest/sleeptest.py +++ b/tests/sleeptest/sleeptest.py @@ -11,7 +11,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues diff --git a/tests/synctest/synctest.py b/tests/synctest/synctest.py index 058db068..52ff8ce3 100755 --- a/tests/synctest/synctest.py +++ b/tests/synctest/synctest.py @@ -11,7 +11,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues diff --git a/unittests/avocado/settings_unittest.py b/unittests/avocado/settings_unittest.py index 0373b036..4225832b 100755 --- a/unittests/avocado/settings_unittest.py +++ b/unittests/avocado/settings_unittest.py @@ -11,7 +11,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues diff --git a/unittests/avocado/sysinfo_unittest.py b/unittests/avocado/sysinfo_unittest.py index f0e60b8e..2fda0e97 100755 --- a/unittests/avocado/sysinfo_unittest.py +++ b/unittests/avocado/sysinfo_unittest.py @@ -11,7 +11,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues diff --git a/unittests/avocado/test_unittest.py b/unittests/avocado/test_unittest.py index 53ae6a0a..45406ee0 100755 --- a/unittests/avocado/test_unittest.py +++ b/unittests/avocado/test_unittest.py @@ -11,7 +11,7 @@ # # See LICENSE for more details. # -# Copyright: RedHat 2013-2014 +# Copyright: Red Hat Inc. 2013-2014 # Author: Lucas Meneghel Rodrigues -- GitLab