
Some files were using "Code delivered from Kimchi project" instead of "Code derived from Kimchi project". So fix it. Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- tests/test_exception.py | 4 ++-- tests/test_objectstore.py | 4 ++-- tests/test_plugin.py | 4 ++-- tests/test_rollbackcontext.py | 4 ++-- tests/test_server.py | 6 +++--- tests/test_utils.py | 4 ++-- tests/utils.py | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/test_exception.py b/tests/test_exception.py index 8dd20d8..b2a4542 100644 --- a/tests/test_exception.py +++ b/tests/test_exception.py @@ -1,9 +1,9 @@ # # Project Wok # -# Copyright IBM Corp, 2013-2016 +# Copyright IBM Corp, 2013-2017 # -# Code delivered from Project Kimchi +# Code derived from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_objectstore.py b/tests/test_objectstore.py index 3ea7b70..a597054 100644 --- a/tests/test_objectstore.py +++ b/tests/test_objectstore.py @@ -2,9 +2,9 @@ # # Project Wok # -# Copyright IBM Corp, 2015-2016 +# Copyright IBM Corp, 2015-2017 # -# Code delivered from Project Kimchi +# Code derived from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 312412c..3cad36c 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -1,9 +1,9 @@ # # Project Wok # -# Copyright IBM Corp, 2013-2016 +# Copyright IBM Corp, 2013-2017 # -# Code delivered from Project Kimchi +# Code derived from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_rollbackcontext.py b/tests/test_rollbackcontext.py index 17607e5..2100634 100644 --- a/tests/test_rollbackcontext.py +++ b/tests/test_rollbackcontext.py @@ -1,9 +1,9 @@ # # Project Wok # -# Copyright IBM Corp, 2014-2016 +# Copyright IBM Corp, 2014-2017 # -# Code delivered from Project Kimchi +# Code derived from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_server.py b/tests/test_server.py index f1950e0..5541a4a 100644 --- a/tests/test_server.py +++ b/tests/test_server.py @@ -1,9 +1,9 @@ # # Project Wok # -# Copyright IBM Corp, 2013-2016 +# Copyright IBM Corp, 2013-2017 # -# Code delivered from Project Kimchi +# Code derived from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -198,7 +198,7 @@ class ServerTests(unittest.TestCase): self.assertEquals(401, resp.status) def test_auth_browser_no_httpba(self): - # Kimchi detects REST requests from the browser by looking for a + # Wok detects REST requests from the browser by looking for a # specific header hdrs = {"X-Requested-With": "XMLHttpRequest"} diff --git a/tests/test_utils.py b/tests/test_utils.py index bd00590..e7fd264 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,9 +1,9 @@ # # Project Wok # -# Copyright IBM Corp, 2015-2016 +# Copyright IBM Corp, 2015-2017 # -# Code delivered from Project Kimchi +# Code derived from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/utils.py b/tests/utils.py index 0c10ccb..f26aeff 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,9 +1,9 @@ # # Project Wok # -# Copyright IBM Corp, 2013-2016 +# Copyright IBM Corp, 2013-2017 # -# Code delivered from Project Kimchi +# Code derived from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public -- 2.7.4