pkgship/0006-update-copyright.patch
liheavy eaff2a1953 fix encoding format and init problem
(cherry picked from commit 43a22e413f4a169fdd65c20ee09fa4659375efc4)
2021-11-22 10:12:19 +08:00

1865 lines
122 KiB
Diff

diff -Nur a/example/annotation_specifications.py b/example/annotation_specifications.py
--- a/example/annotation_specifications.py 2021-08-14 22:23:58.000000000 +0800
+++ b/example/annotation_specifications.py 2021-09-06 11:01:33.976983000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/__init__.py b/packageship/__init__.py
--- a/packageship/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/__init__.py 2021-09-06 11:01:34.522258500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/__init__.py b/packageship/application/__init__.py
--- a/packageship/application/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/__init__.py 2021-09-06 11:01:34.475765000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/appglobal.py b/packageship/application/appglobal.py
--- a/packageship/application/appglobal.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/appglobal.py 2021-09-06 11:01:33.987953800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/apps/__init__.py b/packageship/application/apps/__init__.py
--- a/packageship/application/apps/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/apps/__init__.py 2021-09-06 11:01:34.041245000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/apps/dependinfo/__init__.py b/packageship/application/apps/dependinfo/__init__.py
--- a/packageship/application/apps/dependinfo/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/apps/dependinfo/__init__.py 2021-09-06 11:01:34.010593400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/apps/dependinfo/url.py b/packageship/application/apps/dependinfo/url.py
--- a/packageship/application/apps/dependinfo/url.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/apps/dependinfo/url.py 2021-09-06 11:01:33.995440800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/apps/dependinfo/view.py b/packageship/application/apps/dependinfo/view.py
--- a/packageship/application/apps/dependinfo/view.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/apps/dependinfo/view.py 2021-09-06 11:01:34.003257900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/apps/package/__init__.py b/packageship/application/apps/package/__init__.py
--- a/packageship/application/apps/package/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/apps/package/__init__.py 2021-09-06 11:01:34.033912900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/apps/package/url.py b/packageship/application/apps/package/url.py
--- a/packageship/application/apps/package/url.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/apps/package/url.py 2021-09-06 11:01:34.018568800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/apps/package/view.py b/packageship/application/apps/package/view.py
--- a/packageship/application/apps/package/view.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/apps/package/view.py 2021-09-06 11:01:34.024937200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/__init__.py b/packageship/application/cli/__init__.py
--- a/packageship/application/cli/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/__init__.py 2021-09-06 11:01:34.146770800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/base.py b/packageship/application/cli/base.py
--- a/packageship/application/cli/base.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/base.py 2021-09-06 11:01:34.050769800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/cmd.py b/packageship/application/cli/cmd.py
--- a/packageship/application/cli/cmd.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/cmd.py 2021-09-06 11:01:34.057148200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/__init__.py b/packageship/application/cli/commands/__init__.py
--- a/packageship/application/cli/commands/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/__init__.py 2021-09-06 11:01:34.140936500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/allpkg.py b/packageship/application/cli/commands/allpkg.py
--- a/packageship/application/cli/commands/allpkg.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/allpkg.py 2021-09-06 11:01:34.066357800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/bedepend.py b/packageship/application/cli/commands/bedepend.py
--- a/packageship/application/cli/commands/bedepend.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/bedepend.py 2021-09-06 11:01:34.074336200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/builddep.py b/packageship/application/cli/commands/builddep.py
--- a/packageship/application/cli/commands/builddep.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/builddep.py 2021-09-06 11:01:34.082376800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/comparedep.py b/packageship/application/cli/commands/comparedep.py
--- a/packageship/application/cli/commands/comparedep.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/comparedep.py 2021-09-06 11:01:34.089362300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/db.py b/packageship/application/cli/commands/db.py
--- a/packageship/application/cli/commands/db.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/db.py 2021-09-06 11:01:34.098911400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/initialize.py b/packageship/application/cli/commands/initialize.py
--- a/packageship/application/cli/commands/initialize.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/initialize.py 2021-09-06 11:01:34.105718100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/installdep.py b/packageship/application/cli/commands/installdep.py
--- a/packageship/application/cli/commands/installdep.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/installdep.py 2021-09-06 11:01:34.112073100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/selfdepend.py b/packageship/application/cli/commands/selfdepend.py
--- a/packageship/application/cli/commands/selfdepend.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/selfdepend.py 2021-09-06 11:01:34.120055800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/singlepkg.py b/packageship/application/cli/commands/singlepkg.py
--- a/packageship/application/cli/commands/singlepkg.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/singlepkg.py 2021-09-06 11:01:34.126654400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/cli/commands/version.py b/packageship/application/cli/commands/version.py
--- a/packageship/application/cli/commands/version.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/cli/commands/version.py 2021-09-06 11:01:34.134633700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/__init__.py b/packageship/application/common/__init__.py
--- a/packageship/application/common/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/__init__.py 2021-09-06 11:01:34.211926000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/compress.py b/packageship/application/common/compress.py
--- a/packageship/application/common/compress.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/compress.py 2021-09-06 11:01:34.155139500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/constant.py b/packageship/application/common/constant.py
--- a/packageship/application/common/constant.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/constant.py 2021-09-06 11:01:34.160251100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/exc.py b/packageship/application/common/exc.py
--- a/packageship/application/common/exc.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/exc.py 2021-09-06 11:01:34.167269700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/export.py b/packageship/application/common/export.py
--- a/packageship/application/common/export.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/export.py 2021-09-06 11:01:34.173254500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/remote.py b/packageship/application/common/remote.py
--- a/packageship/application/common/remote.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/remote.py 2021-09-06 11:01:34.180645000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/rsp/__init__.py b/packageship/application/common/rsp/__init__.py
--- a/packageship/application/common/rsp/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/rsp/__init__.py 2021-09-06 11:01:34.198875500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/rsp/content.py b/packageship/application/common/rsp/content.py
--- a/packageship/application/common/rsp/content.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/rsp/content.py 2021-09-06 11:01:34.186643400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/rsp/xmlmap.py b/packageship/application/common/rsp/xmlmap.py
--- a/packageship/application/common/rsp/xmlmap.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/rsp/xmlmap.py 2021-09-06 11:01:34.192258200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/common/singleton.py b/packageship/application/common/singleton.py
--- a/packageship/application/common/singleton.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/common/singleton.py 2021-09-06 11:01:34.204612400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/__init__.py b/packageship/application/core/__init__.py
--- a/packageship/application/core/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/__init__.py 2021-09-06 11:01:34.332687800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/baseinfo/__init__.py b/packageship/application/core/baseinfo/__init__.py
--- a/packageship/application/core/baseinfo/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/baseinfo/__init__.py 2021-09-06 11:01:34.224244600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/baseinfo/pkg_version.py b/packageship/application/core/baseinfo/pkg_version.py
--- a/packageship/application/core/baseinfo/pkg_version.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/baseinfo/pkg_version.py 2021-09-06 11:01:34.218044400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/compare/__init__.py b/packageship/application/core/compare/__init__.py
--- a/packageship/application/core/compare/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/compare/__init__.py 2021-09-06 11:01:34.252910100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/compare/compare_repo.py b/packageship/application/core/compare/compare_repo.py
--- a/packageship/application/core/compare/compare_repo.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/compare/compare_repo.py 2021-09-06 11:01:34.233084700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/compare/query_depend.py b/packageship/application/core/compare/query_depend.py
--- a/packageship/application/core/compare/query_depend.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/compare/query_depend.py 2021-09-06 11:01:34.238888700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/compare/validate.py b/packageship/application/core/compare/validate.py
--- a/packageship/application/core/compare/validate.py 2021-08-16 11:27:41.000000000 +0800
+++ b/packageship/application/core/compare/validate.py 2021-09-06 11:01:34.246868200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/db_info.py b/packageship/application/core/db_info.py
--- a/packageship/application/core/db_info.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/db_info.py 2021-09-06 11:01:34.260703700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/depend/__init__.py b/packageship/application/core/depend/__init__.py
--- a/packageship/application/core/depend/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/depend/__init__.py 2021-09-06 11:01:34.312886800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/depend/basedepend.py b/packageship/application/core/depend/basedepend.py
--- a/packageship/application/core/depend/basedepend.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/depend/basedepend.py 2021-09-06 11:01:34.268000800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/depend/be_depend.py b/packageship/application/core/depend/be_depend.py
--- a/packageship/application/core/depend/be_depend.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/depend/be_depend.py 2021-09-06 11:01:34.274097200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/depend/build_depend.py b/packageship/application/core/depend/build_depend.py
--- a/packageship/application/core/depend/build_depend.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/depend/build_depend.py 2021-09-06 11:01:34.281077000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/depend/down_load.py b/packageship/application/core/depend/down_load.py
--- a/packageship/application/core/depend/down_load.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/depend/down_load.py 2021-09-06 11:01:34.287324800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/depend/graph.py b/packageship/application/core/depend/graph.py
--- a/packageship/application/core/depend/graph.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/depend/graph.py 2021-09-06 11:01:34.294552600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/depend/install_depend.py b/packageship/application/core/depend/install_depend.py
--- a/packageship/application/core/depend/install_depend.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/depend/install_depend.py 2021-09-06 11:01:34.299929800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/depend/self_depend.py b/packageship/application/core/depend/self_depend.py
--- a/packageship/application/core/depend/self_depend.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/depend/self_depend.py 2021-09-06 11:01:34.306902900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/pkginfo/__init__.py b/packageship/application/core/pkginfo/__init__.py
--- a/packageship/application/core/pkginfo/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/pkginfo/__init__.py 2021-09-06 11:01:34.325712300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/core/pkginfo/pkg.py b/packageship/application/core/pkginfo/pkg.py
--- a/packageship/application/core/pkginfo/pkg.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/core/pkginfo/pkg.py 2021-09-06 11:01:34.318870500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/database/__init__.py b/packageship/application/database/__init__.py
--- a/packageship/application/database/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/database/__init__.py 2021-09-06 11:01:34.378971900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/database/cache.py b/packageship/application/database/cache.py
--- a/packageship/application/database/cache.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/database/cache.py 2021-09-06 11:01:34.339946500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/database/engine.py b/packageship/application/database/engine.py
--- a/packageship/application/database/engine.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/database/engine.py 2021-09-06 11:01:34.346822300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/database/engines/__init__.py b/packageship/application/database/engines/__init__.py
--- a/packageship/application/database/engines/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/database/engines/__init__.py 2021-09-06 11:01:34.367941600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/database/engines/elastic/__init__.py b/packageship/application/database/engines/elastic/__init__.py
--- a/packageship/application/database/engines/elastic/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/database/engines/elastic/__init__.py 2021-09-06 11:01:34.359950300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/database/engines/elastic/elasticdb.py b/packageship/application/database/engines/elastic/elasticdb.py
--- a/packageship/application/database/engines/elastic/elasticdb.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/database/engines/elastic/elasticdb.py 2021-09-06 11:01:34.353181700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/database/session.py b/packageship/application/database/session.py
--- a/packageship/application/database/session.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/database/session.py 2021-09-06 11:01:34.373473700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/initialize/__init__.py b/packageship/application/initialize/__init__.py
--- a/packageship/application/initialize/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/initialize/__init__.py 2021-09-06 11:01:34.401292600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/initialize/integration.py b/packageship/application/initialize/integration.py
--- a/packageship/application/initialize/integration.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/initialize/integration.py 2021-09-06 11:01:34.386951400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/initialize/repo.py b/packageship/application/initialize/repo.py
--- a/packageship/application/initialize/repo.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/initialize/repo.py 2021-09-06 11:01:34.392308800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/query/__init__.py b/packageship/application/query/__init__.py
--- a/packageship/application/query/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/query/__init__.py 2021-09-06 11:01:34.434948700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/query/database.py b/packageship/application/query/database.py
--- a/packageship/application/query/database.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/query/database.py 2021-09-06 11:01:34.407478500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/query/depend.py b/packageship/application/query/depend.py
--- a/packageship/application/query/depend.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/query/depend.py 2021-09-06 11:01:34.415993100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/query/pkg.py b/packageship/application/query/pkg.py
--- a/packageship/application/query/pkg.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/query/pkg.py 2021-09-06 11:01:34.422242800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/query/query_body.py b/packageship/application/query/query_body.py
--- a/packageship/application/query/query_body.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/query/query_body.py 2021-09-06 11:01:34.427707500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/serialize/__init__.py b/packageship/application/serialize/__init__.py
--- a/packageship/application/serialize/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/serialize/__init__.py 2021-09-06 11:01:34.462794000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/serialize/dependinfo.py b/packageship/application/serialize/dependinfo.py
--- a/packageship/application/serialize/dependinfo.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/serialize/dependinfo.py 2021-09-06 11:01:34.440088000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/serialize/package.py b/packageship/application/serialize/package.py
--- a/packageship/application/serialize/package.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/serialize/package.py 2021-09-06 11:01:34.448281500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/serialize/validate.py b/packageship/application/serialize/validate.py
--- a/packageship/application/serialize/validate.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/serialize/validate.py 2021-09-06 11:01:34.454866900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/application/settings.py b/packageship/application/settings.py
--- a/packageship/application/settings.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/application/settings.py 2021-09-06 11:01:34.468783200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/libs/__init__.py b/packageship/libs/__init__.py
--- a/packageship/libs/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/libs/__init__.py 2021-09-06 11:01:34.509695300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/libs/conf/__init__.py b/packageship/libs/conf/__init__.py
--- a/packageship/libs/conf/__init__.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/libs/conf/__init__.py 2021-09-06 11:01:34.490086600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/libs/conf/global_config.py b/packageship/libs/conf/global_config.py
--- a/packageship/libs/conf/global_config.py 2021-08-14 22:23:58.000000000 +0800
+++ b/packageship/libs/conf/global_config.py 2021-09-06 11:01:34.482746500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/libs/log.py b/packageship/libs/log.py
--- a/packageship/libs/log.py 2021-08-14 22:23:59.000000000 +0800
+++ b/packageship/libs/log.py 2021-09-06 11:01:34.496729600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/libs/terminal_table.py b/packageship/libs/terminal_table.py
--- a/packageship/libs/terminal_table.py 2021-08-14 22:23:59.000000000 +0800
+++ b/packageship/libs/terminal_table.py 2021-09-06 11:01:34.501716300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/packageship/selfpkg.py b/packageship/selfpkg.py
--- a/packageship/selfpkg.py 2021-08-14 22:23:59.000000000 +0800
+++ b/packageship/selfpkg.py 2021-09-06 11:01:34.515618900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/setup.py b/setup.py
--- a/setup.py 2021-08-14 22:23:59.000000000 +0800
+++ b/setup.py 2021-09-06 11:01:34.528900600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/__init__.py b/test/__init__.py
--- a/test/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/__init__.py 2021-09-06 11:01:35.133116500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/base_code/__init__.py b/test/base_code/__init__.py
--- a/test/base_code/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/base_code/__init__.py 2021-09-06 11:01:34.566726700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/base_code/basetest.py b/test/base_code/basetest.py
--- a/test/base_code/basetest.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/base_code/basetest.py 2021-09-06 11:01:34.534887000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/base_code/common_test_code.py b/test/base_code/common_test_code.py
--- a/test/base_code/common_test_code.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/base_code/common_test_code.py 2021-09-06 11:01:34.541942000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/base_code/init_config_path.py b/test/base_code/init_config_path.py
--- a/test/base_code/init_config_path.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/base_code/init_config_path.py 2021-09-06 11:01:34.548733700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/base_code/read_data_base.py b/test/base_code/read_data_base.py
--- a/test/base_code/read_data_base.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/base_code/read_data_base.py 2021-09-06 11:01:34.554758800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/base_code/read_mock_data.py b/test/base_code/read_mock_data.py
--- a/test/base_code/read_mock_data.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/base_code/read_mock_data.py 2021-09-06 11:01:34.560742600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/__init__.py b/test/cli/__init__.py
--- a/test/cli/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/__init__.py 2021-09-06 11:01:34.853231600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/compare_command/__init__.py b/test/cli/compare_command/__init__.py
--- a/test/cli/compare_command/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/compare_command/__init__.py 2021-09-06 11:01:34.582064900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/compare_command/test_compare_cmd.py b/test/cli/compare_command/test_compare_cmd.py
--- a/test/cli/compare_command/test_compare_cmd.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/compare_command/test_compare_cmd.py 2021-09-06 11:01:34.576085900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/dbs_command/__init__.py b/test/cli/dbs_command/__init__.py
--- a/test/cli/dbs_command/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/dbs_command/__init__.py 2021-09-06 11:01:34.596455600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/dbs_command/test_db_cmd.py b/test/cli/dbs_command/test_db_cmd.py
--- a/test/cli/dbs_command/test_db_cmd.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/dbs_command/test_db_cmd.py 2021-09-06 11:01:34.588875700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/depend_commands/__init__.py b/test/cli/depend_commands/__init__.py
--- a/test/cli/depend_commands/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/depend_commands/__init__.py 2021-09-06 11:01:34.657703500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/depend_commands/bedepend_command/__init__.py b/test/cli/depend_commands/bedepend_command/__init__.py
--- a/test/cli/depend_commands/bedepend_command/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/depend_commands/bedepend_command/__init__.py 2021-09-06 11:01:34.608953100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/depend_commands/bedepend_command/test_bedep_func.py b/test/cli/depend_commands/bedepend_command/test_bedep_func.py
--- a/test/cli/depend_commands/bedepend_command/test_bedep_func.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/depend_commands/bedepend_command/test_bedep_func.py 2021-09-06 11:01:34.602968400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/depend_commands/builddep_command/__init__.py b/test/cli/depend_commands/builddep_command/__init__.py
--- a/test/cli/depend_commands/builddep_command/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/depend_commands/builddep_command/__init__.py 2021-09-06 11:01:34.623154700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/depend_commands/builddep_command/test_build_func.py b/test/cli/depend_commands/builddep_command/test_build_func.py
--- a/test/cli/depend_commands/builddep_command/test_build_func.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/depend_commands/builddep_command/test_build_func.py 2021-09-06 11:01:34.616743000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/depend_commands/installdep_command/__init__.py b/test/cli/depend_commands/installdep_command/__init__.py
--- a/test/cli/depend_commands/installdep_command/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/depend_commands/installdep_command/__init__.py 2021-09-06 11:01:34.637795800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/depend_commands/installdep_command/test_install_func.py b/test/cli/depend_commands/installdep_command/test_install_func.py
--- a/test/cli/depend_commands/installdep_command/test_install_func.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/depend_commands/installdep_command/test_install_func.py 2021-09-06 11:01:34.630650100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/depend_commands/selfdepend_command/__init__.py b/test/cli/depend_commands/selfdepend_command/__init__.py
--- a/test/cli/depend_commands/selfdepend_command/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/depend_commands/selfdepend_command/__init__.py 2021-09-06 11:01:34.650908700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/depend_commands/selfdepend_command/test_selfdepend_func.py b/test/cli/depend_commands/selfdepend_command/test_selfdepend_func.py
--- a/test/cli/depend_commands/selfdepend_command/test_selfdepend_func.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/depend_commands/selfdepend_command/test_selfdepend_func.py 2021-09-06 11:01:34.643372100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/download_csv/__init__.py b/test/cli/download_csv/__init__.py
--- a/test/cli/download_csv/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/download_csv/__init__.py 2021-09-06 11:01:34.698838500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/download_csv/test_bedepend_download.py b/test/cli/download_csv/test_bedepend_download.py
--- a/test/cli/download_csv/test_bedepend_download.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/download_csv/test_bedepend_download.py 2021-09-06 11:01:34.665859000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/download_csv/test_builddep_download.py b/test/cli/download_csv/test_builddep_download.py
--- a/test/cli/download_csv/test_builddep_download.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/download_csv/test_builddep_download.py 2021-09-06 11:01:34.671045800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/download_csv/test_installdep_download.py b/test/cli/download_csv/test_installdep_download.py
--- a/test/cli/download_csv/test_installdep_download.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/download_csv/test_installdep_download.py 2021-09-06 11:01:34.676715400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/download_csv/test_package_download.py b/test/cli/download_csv/test_package_download.py
--- a/test/cli/download_csv/test_package_download.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/download_csv/test_package_download.py 2021-09-06 11:01:34.683128500 +0800
@@ -1,5 +1,5 @@
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/download_csv/test_selfdep_download.py b/test/cli/download_csv/test_selfdep_download.py
--- a/test/cli/download_csv/test_selfdep_download.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/download_csv/test_selfdep_download.py 2021-09-06 11:01:34.689710700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/__init__.py b/test/cli/init_command/__init__.py
--- a/test/cli/init_command/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/__init__.py 2021-09-06 11:01:34.786808100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/comparison_relation_case/__init__.py b/test/cli/init_command/comparison_relation_case/__init__.py
--- a/test/cli/init_command/comparison_relation_case/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/comparison_relation_case/__init__.py 2021-09-06 11:01:34.712145000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/comparison_relation_case/test_relationship.py b/test/cli/init_command/comparison_relation_case/test_relationship.py
--- a/test/cli/init_command/comparison_relation_case/test_relationship.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/comparison_relation_case/test_relationship.py 2021-09-06 11:01:34.704808700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/config_dbname_exception/test_dbname_exception.py b/test/cli/init_command/config_dbname_exception/test_dbname_exception.py
--- a/test/cli/init_command/config_dbname_exception/test_dbname_exception.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/config_dbname_exception/test_dbname_exception.py 2021-09-06 11:01:34.718900100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/config_file_exception/test_file_exception.py b/test/cli/init_command/config_file_exception/test_file_exception.py
--- a/test/cli/init_command/config_file_exception/test_file_exception.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/config_file_exception/test_file_exception.py 2021-09-06 11:01:34.727772600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/config_priority_exception/test_priority_exception.py b/test/cli/init_command/config_priority_exception/test_priority_exception.py
--- a/test/cli/init_command/config_priority_exception/test_priority_exception.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/config_priority_exception/test_priority_exception.py 2021-09-06 11:01:34.736391000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/import_relation_case/__init__.py b/test/cli/init_command/import_relation_case/__init__.py
--- a/test/cli/init_command/import_relation_case/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/import_relation_case/__init__.py 2021-09-06 11:01:34.752219500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/import_relation_case/test_import_relation.py b/test/cli/init_command/import_relation_case/test_import_relation.py
--- a/test/cli/init_command/import_relation_case/test_import_relation.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/import_relation_case/test_import_relation.py 2021-09-06 11:01:34.745468600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/location_files_case/__init__.py b/test/cli/init_command/location_files_case/__init__.py
--- a/test/cli/init_command/location_files_case/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/location_files_case/__init__.py 2021-09-06 11:01:34.766731800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/location_files_case/test_location_files.py b/test/cli/init_command/location_files_case/test_location_files.py
--- a/test/cli/init_command/location_files_case/test_location_files.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/location_files_case/test_location_files.py 2021-09-06 11:01:34.760749800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/remote_files_case/__init__.py b/test/cli/init_command/remote_files_case/__init__.py
--- a/test/cli/init_command/remote_files_case/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/remote_files_case/__init__.py 2021-09-06 11:01:34.781138300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/init_command/remote_files_case/test_remote_files.py b/test/cli/init_command/remote_files_case/test_remote_files.py
--- a/test/cli/init_command/remote_files_case/test_remote_files.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/init_command/remote_files_case/test_remote_files.py 2021-09-06 11:01:34.773160600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/package_command/__init__.py b/test/cli/package_command/__init__.py
--- a/test/cli/package_command/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/package_command/__init__.py 2021-09-06 11:01:34.834233200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/package_command/pkg_info/__init__.py b/test/cli/package_command/pkg_info/__init__.py
--- a/test/cli/package_command/pkg_info/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/package_command/pkg_info/__init__.py 2021-09-06 11:01:34.806855300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/package_command/pkg_info/test_pkg_info.py b/test/cli/package_command/pkg_info/test_pkg_info.py
--- a/test/cli/package_command/pkg_info/test_pkg_info.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/package_command/pkg_info/test_pkg_info.py 2021-09-06 11:01:34.793602000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/package_command/pkg_info/test_pkg_info_s.py b/test/cli/package_command/pkg_info/test_pkg_info_s.py
--- a/test/cli/package_command/pkg_info/test_pkg_info_s.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/package_command/pkg_info/test_pkg_info_s.py 2021-09-06 11:01:34.800149000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/package_command/pkg_list/__init__.py b/test/cli/package_command/pkg_list/__init__.py
--- a/test/cli/package_command/pkg_list/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/package_command/pkg_list/__init__.py 2021-09-06 11:01:34.827253200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/package_command/pkg_list/test_pkg_list.py b/test/cli/package_command/pkg_list/test_pkg_list.py
--- a/test/cli/package_command/pkg_list/test_pkg_list.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/package_command/pkg_list/test_pkg_list.py 2021-09-06 11:01:34.813837500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/package_command/pkg_list/test_pkg_list_s.py b/test/cli/package_command/pkg_list/test_pkg_list_s.py
--- a/test/cli/package_command/pkg_list/test_pkg_list_s.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/package_command/pkg_list/test_pkg_list_s.py 2021-09-06 11:01:34.819646600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/version_command/__init__.py b/test/cli/version_command/__init__.py
--- a/test/cli/version_command/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/version_command/__init__.py 2021-09-06 11:01:34.846125600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/cli/version_command/test_version_cmd.py b/test/cli/version_command/test_version_cmd.py
--- a/test/cli/version_command/test_version_cmd.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/cli/version_command/test_version_cmd.py 2021-09-06 11:01:34.840217200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/common_files/constant.py b/test/common_files/constant.py
--- a/test/common_files/constant.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/common_files/constant.py 2021-09-06 11:01:34.861450700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/coverage_count.py b/test/coverage_count.py
--- a/test/coverage_count.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/coverage_count.py 2021-09-06 11:01:34.867686600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/graph/__init__.py b/test/graph/__init__.py
--- a/test/graph/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/graph/__init__.py 2021-09-06 11:01:34.879654300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/graph/test_graph.py b/test/graph/test_graph.py
--- a/test/graph/test_graph.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/graph/test_graph.py 2021-09-06 11:01:34.873671100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/__init__.py b/test/test_module/__init__.py
--- a/test/test_module/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/__init__.py 2021-09-06 11:01:35.114799200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_api/test_dependinfo_depend_graph.py b/test/test_module/test_api/test_dependinfo_depend_graph.py
--- a/test/test_module/test_api/test_dependinfo_depend_graph.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_api/test_dependinfo_depend_graph.py 2021-09-06 11:01:34.886772000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_api/test_dependinfo_depend_list.py b/test/test_module/test_api/test_dependinfo_depend_list.py
--- a/test/test_module/test_api/test_dependinfo_depend_list.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_api/test_dependinfo_depend_list.py 2021-09-06 11:01:34.892170000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_api/test_download_files.py b/test/test_module/test_api/test_download_files.py
--- a/test/test_module/test_api/test_download_files.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_api/test_download_files.py 2021-09-06 11:01:34.898952300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_api/test_tablecol.py b/test/test_module/test_api/test_tablecol.py
--- a/test/test_module/test_api/test_tablecol.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_api/test_tablecol.py 2021-09-06 11:01:34.905944500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_cmd/test_be_depend_cmd.py b/test/test_module/test_cmd/test_be_depend_cmd.py
--- a/test/test_module/test_cmd/test_be_depend_cmd.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_cmd/test_be_depend_cmd.py 2021-09-06 11:01:34.915939500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_cmd/test_build_depend_cmd.py b/test/test_module/test_cmd/test_build_depend_cmd.py
--- a/test/test_module/test_cmd/test_build_depend_cmd.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_cmd/test_build_depend_cmd.py 2021-09-06 11:01:34.922921400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_cmd/test_init_cmd.py b/test/test_module/test_cmd/test_init_cmd.py
--- a/test/test_module/test_cmd/test_init_cmd.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_cmd/test_init_cmd.py 2021-09-06 11:01:34.929722000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_cmd/test_install_depend_cmd.py b/test/test_module/test_cmd/test_install_depend_cmd.py
--- a/test/test_module/test_cmd/test_install_depend_cmd.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_cmd/test_install_depend_cmd.py 2021-09-06 11:01:34.936336000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_cmd/test_self_depend_cmd.py b/test/test_module/test_cmd/test_self_depend_cmd.py
--- a/test/test_module/test_cmd/test_self_depend_cmd.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_cmd/test_self_depend_cmd.py 2021-09-06 11:01:34.944314300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database/__init__.py b/test/test_module/test_database/__init__.py
--- a/test/test_module/test_database/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database/__init__.py 2021-09-06 11:01:34.970489700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database/data/__init__.py b/test/test_module/test_database/data/__init__.py
--- a/test/test_module/test_database/data/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database/data/__init__.py 2021-09-06 11:01:34.951110700 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database/test_db_connect.py b/test/test_module/test_database/test_db_connect.py
--- a/test/test_module/test_database/test_db_connect.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database/test_db_connect.py 2021-09-06 11:01:34.957829900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database/test_es_query.py b/test/test_module/test_database/test_es_query.py
--- a/test/test_module/test_database/test_es_query.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database/test_es_query.py 2021-09-06 11:01:34.964926400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/__init__.py b/test/test_module/test_database_query/__init__.py
--- a/test/test_module/test_database_query/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/__init__.py 2021-09-06 11:01:35.088969500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_bedepend/__init__.py b/test/test_module/test_database_query/test_database_query_bedepend/__init__.py
--- a/test/test_module/test_database_query/test_database_query_bedepend/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_bedepend/__init__.py 2021-09-06 11:01:34.991643000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_bedepend/data/__init__.py b/test/test_module/test_database_query/test_database_query_bedepend/data/__init__.py
--- a/test/test_module/test_database_query/test_database_query_bedepend/data/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_bedepend/data/__init__.py 2021-09-06 11:01:34.979502300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_bedepend/test_database_query_bedepend.py b/test/test_module/test_database_query/test_database_query_bedepend/test_database_query_bedepend.py
--- a/test/test_module/test_database_query/test_database_query_bedepend/test_database_query_bedepend.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_bedepend/test_database_query_bedepend.py 2021-09-06 11:01:34.985658900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_build/__init__.py b/test/test_module/test_database_query/test_database_query_build/__init__.py
--- a/test/test_module/test_database_query/test_database_query_build/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_build/__init__.py 2021-09-06 11:01:35.010700900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_build/data/__init__.py b/test/test_module/test_database_query/test_database_query_build/data/__init__.py
--- a/test/test_module/test_database_query/test_database_query_build/data/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_build/data/__init__.py 2021-09-06 11:01:34.998438900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_build/test_database_query_build.py b/test/test_module/test_database_query/test_database_query_build/test_database_query_build.py
--- a/test/test_module/test_database_query/test_database_query_build/test_database_query_build.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_build/test_database_query_build.py 2021-09-06 11:01:35.003719300 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
@@ -12,16 +12,6 @@
# ******************************************************************************/
# !/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
-# licensed under the Mulan PSL v2.
-# You can use this software according to the terms and conditions of the Mulan PSL v2.
-# You may obtain a copy of Mulan PSL v2 at:
-# http://license.coscl.org.cn/MulanPSL2
-# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
-# PURPOSE.
-# See the Mulan PSL v2 for more details.
-# ******************************************************************************/
import os
from unittest import TestCase
from unittest.mock import MagicMock
diff -Nur a/test/test_module/test_database_query/test_database_query_install/__init__.py b/test/test_module/test_database_query/test_database_query_install/__init__.py
--- a/test/test_module/test_database_query/test_database_query_install/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_install/__init__.py 2021-09-06 11:01:35.033037000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_install/data/__init__.py b/test/test_module/test_database_query/test_database_query_install/data/__init__.py
--- a/test/test_module/test_database_query/test_database_query_install/data/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_install/data/__init__.py 2021-09-06 11:01:35.018066800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_install/test_database_query_install.py b/test/test_module/test_database_query/test_database_query_install/test_database_query_install.py
--- a/test/test_module/test_database_query/test_database_query_install/test_database_query_install.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_install/test_database_query_install.py 2021-09-06 11:01:35.026800100 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_package/__init__.py b/test/test_module/test_database_query/test_database_query_package/__init__.py
--- a/test/test_module/test_database_query/test_database_query_package/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_package/__init__.py 2021-09-06 11:01:35.082074200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_package/data/__init__.py b/test/test_module/test_database_query/test_database_query_package/data/__init__.py
--- a/test/test_module/test_database_query/test_database_query_package/data/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_package/data/__init__.py 2021-09-06 11:01:35.040899800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_package/get_mock_data.py b/test/test_module/test_database_query/test_database_query_package/get_mock_data.py
--- a/test/test_module/test_database_query/test_database_query_package/get_mock_data.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_package/get_mock_data.py 2021-09-06 11:01:35.047789200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_package/test_query_bin_info.py b/test/test_module/test_database_query/test_database_query_package/test_query_bin_info.py
--- a/test/test_module/test_database_query/test_database_query_package/test_query_bin_info.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_package/test_query_bin_info.py 2021-09-06 11:01:35.055767800 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_package/test_query_bin_name.py b/test/test_module/test_database_query/test_database_query_package/test_query_bin_name.py
--- a/test/test_module/test_database_query/test_database_query_package/test_query_bin_name.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_package/test_query_bin_name.py 2021-09-06 11:01:35.061592000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_package/test_query_src_info.py b/test/test_module/test_database_query/test_database_query_package/test_query_src_info.py
--- a/test/test_module/test_database_query/test_database_query_package/test_query_src_info.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_package/test_query_src_info.py 2021-09-06 11:01:35.068220400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_database_query/test_database_query_package/test_query_src_name.py b/test/test_module/test_database_query/test_database_query_package/test_query_src_name.py
--- a/test/test_module/test_database_query/test_database_query_package/test_query_src_name.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_database_query/test_database_query_package/test_query_src_name.py 2021-09-06 11:01:35.076089200 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_schema/__init__.py b/test/test_module/test_schema/__init__.py
--- a/test/test_module/test_schema/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_schema/__init__.py 2021-09-06 11:01:35.108814600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_schema/test_depend_schema.py b/test/test_module/test_schema/test_depend_schema.py
--- a/test/test_module/test_schema/test_depend_schema.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_schema/test_depend_schema.py 2021-09-06 11:01:35.096270600 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/test_module/test_schema/test_packaeges_schema.py b/test/test_module/test_schema/test_packaeges_schema.py
--- a/test/test_module/test_schema/test_packaeges_schema.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/test_module/test_schema/test_packaeges_schema.py 2021-09-06 11:01:35.103251900 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/unpack/__init__.py b/test/unpack/__init__.py
--- a/test/unpack/__init__.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/unpack/__init__.py 2021-09-06 11:01:35.127131500 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
diff -Nur a/test/unpack/test_unpack.py b/test/unpack/test_unpack.py
--- a/test/unpack/test_unpack.py 2021-08-14 22:23:59.000000000 +0800
+++ b/test/unpack/test_unpack.py 2021-09-06 11:01:35.121628400 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# ******************************************************************************
-# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
+# Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
# licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at: