summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/tests/pyparsing
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/patchtest/tests/pyparsing')
-rw-r--r--meta/lib/patchtest/tests/pyparsing/common.py2
-rw-r--r--meta/lib/patchtest/tests/pyparsing/parse_cve_tags.py2
-rw-r--r--meta/lib/patchtest/tests/pyparsing/parse_shortlog.py2
-rw-r--r--meta/lib/patchtest/tests/pyparsing/parse_signed_off_by.py2
-rw-r--r--meta/lib/patchtest/tests/pyparsing/parse_upstream_status.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/meta/lib/patchtest/tests/pyparsing/common.py b/meta/lib/patchtest/tests/pyparsing/common.py
index 9d37b0403d..cbce4c38bc 100644
--- a/meta/lib/patchtest/tests/pyparsing/common.py
+++ b/meta/lib/patchtest/tests/pyparsing/common.py
@@ -2,7 +2,7 @@
2# 2#
3# Copyright (C) 2016 Intel Corporation 3# Copyright (C) 2016 Intel Corporation
4# 4#
5# SPDX-License-Identifier: GPL-2.0 5# SPDX-License-Identifier: GPL-2.0-only
6 6
7import pyparsing 7import pyparsing
8 8
diff --git a/meta/lib/patchtest/tests/pyparsing/parse_cve_tags.py b/meta/lib/patchtest/tests/pyparsing/parse_cve_tags.py
index dd7131a650..f7fb82ec2b 100644
--- a/meta/lib/patchtest/tests/pyparsing/parse_cve_tags.py
+++ b/meta/lib/patchtest/tests/pyparsing/parse_cve_tags.py
@@ -2,7 +2,7 @@
2# 2#
3# Copyright (C) 2016 Intel Corporation 3# Copyright (C) 2016 Intel Corporation
4# 4#
5# SPDX-License-Identifier: GPL-2.0 5# SPDX-License-Identifier: GPL-2.0-only
6 6
7 7
8import pyparsing 8import pyparsing
diff --git a/meta/lib/patchtest/tests/pyparsing/parse_shortlog.py b/meta/lib/patchtest/tests/pyparsing/parse_shortlog.py
index 26e9612c4a..30d3ab35b3 100644
--- a/meta/lib/patchtest/tests/pyparsing/parse_shortlog.py
+++ b/meta/lib/patchtest/tests/pyparsing/parse_shortlog.py
@@ -2,7 +2,7 @@
2# 2#
3# Copyright (C) 2016 Intel Corporation 3# Copyright (C) 2016 Intel Corporation
4# 4#
5# SPDX-License-Identifier: GPL-2.0 5# SPDX-License-Identifier: GPL-2.0-only
6 6
7# NOTE:This is an oversimplified syntax of the mbox's summary 7# NOTE:This is an oversimplified syntax of the mbox's summary
8 8
diff --git a/meta/lib/patchtest/tests/pyparsing/parse_signed_off_by.py b/meta/lib/patchtest/tests/pyparsing/parse_signed_off_by.py
index c8a4351551..692ebec3ff 100644
--- a/meta/lib/patchtest/tests/pyparsing/parse_signed_off_by.py
+++ b/meta/lib/patchtest/tests/pyparsing/parse_signed_off_by.py
@@ -2,7 +2,7 @@
2# 2#
3# Copyright (C) 2016 Intel Corporation 3# Copyright (C) 2016 Intel Corporation
4# 4#
5# SPDX-License-Identifier: GPL-2.0 5# SPDX-License-Identifier: GPL-2.0-only
6 6
7 7
8import pyparsing 8import pyparsing
diff --git a/meta/lib/patchtest/tests/pyparsing/parse_upstream_status.py b/meta/lib/patchtest/tests/pyparsing/parse_upstream_status.py
index d63567efbe..bc6c427c4c 100644
--- a/meta/lib/patchtest/tests/pyparsing/parse_upstream_status.py
+++ b/meta/lib/patchtest/tests/pyparsing/parse_upstream_status.py
@@ -2,7 +2,7 @@
2# 2#
3# Copyright (C) 2016 Intel Corporation 3# Copyright (C) 2016 Intel Corporation
4# 4#
5# SPDX-License-Identifier: GPL-2.0 5# SPDX-License-Identifier: GPL-2.0-only
6 6
7 7
8import common 8import common