All of lore.kernel.org
 help / color / mirror / Atom feed
* [release-tools][PATCH]Bug 13524 - Add SPDX license headers to all source files for release-tools
@ 2019-10-08 11:42 Ycn aKaJoseph
  2019-10-08 12:02 ` ✗ patchtest: failure for Bug " Patchwork
  2019-10-08 13:01 ` [release-tools][PATCH]Bug " Ycn aKaJoseph
  0 siblings, 2 replies; 3+ messages in thread
From: Ycn aKaJoseph @ 2019-10-08 11:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: akuster


[-- Attachment #1.1: Type: text/plain, Size: 252 bytes --]

Hi,

I've been working on bug 13524 :

https://bugzilla.yoctoproject.org/show_bug.cgi?id=13524

Here's the patch.

Basically I've been adding :

# SPDX-License-Identifier: GPL-2.0-or-later

to all .py files.

Regards,

Yann CARDAILLAC

[-- Attachment #1.2: Type: text/html, Size: 559 bytes --]

[-- Attachment #2: 0001-add-License-SPDX-identifier-to-scripts.patch --]
[-- Type: text/x-patch, Size: 2751 bytes --]

From d89bef6e7b230a627aedd673686509495ea3ed53 Mon Sep 17 00:00:00 2001
From: Yann CARDAILLAC <ycnakajsph@gmail.com>
Date: Tue, 8 Oct 2019 13:33:39 +0200
Subject: [PATCH] add License SPDX identifier to scripts

Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com>
---
 announce.py    | 1 +
 get_cves.py    | 1 +
 get_hashes.py  | 1 +
 rel_type.py    | 1 +
 release.py     | 1 +
 relnotes.py    | 1 +
 testresults.py | 1 +
 unihash.py     | 1 +
 uninative.py   | 1 +
 utils.py       | 1 +
 where_am_i.py  | 1 +
 11 files changed, 11 insertions(+)

diff --git a/announce.py b/announce.py
index 1dc026b..5ed8ce9 100755
--- a/announce.py
+++ b/announce.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on June 19, 2019
 
diff --git a/get_cves.py b/get_cves.py
index 9946af5..081a940 100755
--- a/get_cves.py
+++ b/get_cves.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on Nov 7, 2018
 
diff --git a/get_hashes.py b/get_hashes.py
index d83b64d..6e13b33 100755
--- a/get_hashes.py
+++ b/get_hashes.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on Oct 16, 2018
 
diff --git a/rel_type.py b/rel_type.py
index da1dfd1..d85c596 100755
--- a/rel_type.py
+++ b/rel_type.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on Oct 16, 2018
 
diff --git a/release.py b/release.py
index bf8cd3e..ad1c70d 100755
--- a/release.py
+++ b/release.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on Jan 7, 2016
 
diff --git a/relnotes.py b/relnotes.py
index 4954ff1..c604a98 100755
--- a/relnotes.py
+++ b/relnotes.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on Feb 22, 2016
 
diff --git a/testresults.py b/testresults.py
index 65f8a7c..40e8c97 100755
--- a/testresults.py
+++ b/testresults.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on June 20, 2019
 
diff --git a/unihash.py b/unihash.py
index 5054b90..381e20c 100644
--- a/unihash.py
+++ b/unihash.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on August 7, 2018
 
diff --git a/uninative.py b/uninative.py
index 144a260..f5271ae 100644
--- a/uninative.py
+++ b/uninative.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on July 31, 2017
 
diff --git a/utils.py b/utils.py
index 6cb8e20..baa7ce7 100644
--- a/utils.py
+++ b/utils.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on Oct 16, 2018
 
diff --git a/where_am_i.py b/where_am_i.py
index 9854d9b..662095d 100644
--- a/where_am_i.py
+++ b/where_am_i.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 '''
 Created on Aug 21, 2018
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* ✗ patchtest: failure for Bug 13524 - Add SPDX license headers to all source files for release-tools
  2019-10-08 11:42 [release-tools][PATCH]Bug 13524 - Add SPDX license headers to all source files for release-tools Ycn aKaJoseph
@ 2019-10-08 12:02 ` Patchwork
  2019-10-08 13:01 ` [release-tools][PATCH]Bug " Ycn aKaJoseph
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-10-08 12:02 UTC (permalink / raw)
  To: Ycn aKaJoseph; +Cc: openembedded-core

== Series Details ==

Series: Bug 13524 - Add SPDX license headers to all source files for release-tools
Revision: 1
URL   : https://patchwork.openembedded.org/series/20363/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at d5fd205239)

* Patch            [release-tools] Bug 13524 - Add SPDX license headers to all source files for release-tools
 Issue             Shortlog does not follow expected format [test_shortlog_format] 
  Suggested fix    Commit shortlog (first line of commit message) should follow the format "<target>: <summary>"



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [release-tools][PATCH]Bug 13524 - Add SPDX license headers to all source files for release-tools
  2019-10-08 11:42 [release-tools][PATCH]Bug 13524 - Add SPDX license headers to all source files for release-tools Ycn aKaJoseph
  2019-10-08 12:02 ` ✗ patchtest: failure for Bug " Patchwork
@ 2019-10-08 13:01 ` Ycn aKaJoseph
  1 sibling, 0 replies; 3+ messages in thread
From: Ycn aKaJoseph @ 2019-10-08 13:01 UTC (permalink / raw)
  To: openembedded-core; +Cc: akuster


[-- Attachment #1.1: Type: text/plain, Size: 501 bytes --]

From Ross Burton comment here's the patch v2.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=13524#c4

regards,

Yann CARDAILLAC

On Tue, Oct 8, 2019 at 1:42 PM Ycn aKaJoseph <ycnakajsph@gmail.com> wrote:

> Hi,
>
> I've been working on bug 13524 :
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=13524
>
> Here's the patch.
>
> Basically I've been adding :
>
> # SPDX-License-Identifier: GPL-2.0-or-later
>
> to all .py files.
>
> Regards,
>
> Yann CARDAILLAC
>

[-- Attachment #1.2: Type: text/html, Size: 1247 bytes --]

[-- Attachment #2: 0001-add-License-SPDX-identifier-to-scripts.patch --]
[-- Type: text/x-patch, Size: 2707 bytes --]

From 594bbc4e99b7c768563439064999eb7679d70fff Mon Sep 17 00:00:00 2001
From: Yann CARDAILLAC <ycnakajsph@gmail.com>
Date: Tue, 8 Oct 2019 14:59:55 +0200
Subject: [PATCH] add License SPDX identifier to scripts

Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com>
---
 announce.py    | 1 +
 get_cves.py    | 1 +
 get_hashes.py  | 1 +
 rel_type.py    | 1 +
 release.py     | 1 +
 relnotes.py    | 1 +
 testresults.py | 1 +
 unihash.py     | 1 +
 uninative.py   | 1 +
 utils.py       | 1 +
 where_am_i.py  | 1 +
 11 files changed, 11 insertions(+)

diff --git a/announce.py b/announce.py
index 1dc026b..c2c860b 100755
--- a/announce.py
+++ b/announce.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on June 19, 2019
 
diff --git a/get_cves.py b/get_cves.py
index 9946af5..13dd825 100755
--- a/get_cves.py
+++ b/get_cves.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on Nov 7, 2018
 
diff --git a/get_hashes.py b/get_hashes.py
index d83b64d..3d69aa2 100755
--- a/get_hashes.py
+++ b/get_hashes.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on Oct 16, 2018
 
diff --git a/rel_type.py b/rel_type.py
index da1dfd1..7721419 100755
--- a/rel_type.py
+++ b/rel_type.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on Oct 16, 2018
 
diff --git a/release.py b/release.py
index bf8cd3e..a4e5fde 100755
--- a/release.py
+++ b/release.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on Jan 7, 2016
 
diff --git a/relnotes.py b/relnotes.py
index 4954ff1..f55b866 100755
--- a/relnotes.py
+++ b/relnotes.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on Feb 22, 2016
 
diff --git a/testresults.py b/testresults.py
index 65f8a7c..1a3dc95 100755
--- a/testresults.py
+++ b/testresults.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on June 20, 2019
 
diff --git a/unihash.py b/unihash.py
index 5054b90..bf2cbb3 100644
--- a/unihash.py
+++ b/unihash.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on August 7, 2018
 
diff --git a/uninative.py b/uninative.py
index 144a260..beeeff1 100644
--- a/uninative.py
+++ b/uninative.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on July 31, 2017
 
diff --git a/utils.py b/utils.py
index 6cb8e20..b413957 100644
--- a/utils.py
+++ b/utils.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on Oct 16, 2018
 
diff --git a/where_am_i.py b/where_am_i.py
index 9854d9b..c3b05bd 100644
--- a/where_am_i.py
+++ b/where_am_i.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 '''
 Created on Aug 21, 2018
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-08 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 11:42 [release-tools][PATCH]Bug 13524 - Add SPDX license headers to all source files for release-tools Ycn aKaJoseph
2019-10-08 12:02 ` ✗ patchtest: failure for Bug " Patchwork
2019-10-08 13:01 ` [release-tools][PATCH]Bug " Ycn aKaJoseph

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.