* [matchbox-desktop-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later
@ 2020-03-23 15:53 Matthew
2020-05-12 20:43 ` [yocto] " Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Matthew @ 2020-03-23 15:53 UTC (permalink / raw)
To: yocto
Fixes [YOCTO #13319]
Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com>
---
libtaku/inotify/inotify-diag.c | 2 ++
libtaku/inotify/inotify-diag.h | 2 ++
libtaku/inotify/inotify-kernel.c | 2 ++
libtaku/inotify/inotify-kernel.h | 2 ++
libtaku/inotify/inotify-missing.c | 2 ++
libtaku/inotify/inotify-missing.h | 2 ++
libtaku/inotify/inotify-path.c | 2 ++
libtaku/inotify/inotify-path.h | 2 ++
libtaku/inotify/inotify-sub.c | 2 ++
libtaku/inotify/inotify-sub.h | 2 ++
libtaku/launcher-util.c | 2 ++
libtaku/launcher-util.h | 2 ++
libtaku/taku-icon-tile.c | 2 ++
libtaku/taku-icon-tile.h | 2 ++
libtaku/taku-launcher-tile.c | 2 ++
libtaku/taku-launcher-tile.h | 2 ++
| 2 ++
| 2 ++
libtaku/taku-queue-source.c | 2 ++
libtaku/taku-queue-source.h | 2 ++
libtaku/taku-tile.c | 2 ++
libtaku/taku-tile.h | 2 ++
libtaku/xutil.c | 2 ++
libtaku/xutil.h | 2 ++
src/desktop.c | 2 ++
src/desktop.h | 2 ++
src/main.c | 2 ++
src/taku-category-bar.c | 2 ++
src/taku-category-bar.h | 2 ++
29 files changed, 58 insertions(+)
diff --git a/libtaku/inotify/inotify-diag.c b/libtaku/inotify/inotify-diag.c
index 937ebd7..95aa725 100644
--- a/libtaku/inotify/inotify-diag.c
+++ b/libtaku/inotify/inotify-diag.c
@@ -4,6 +4,8 @@
Copyright (C) 2005 John McCutchan
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/inotify/inotify-diag.h b/libtaku/inotify/inotify-diag.h
index f818f16..f74fca6 100644
--- a/libtaku/inotify/inotify-diag.h
+++ b/libtaku/inotify/inotify-diag.h
@@ -2,6 +2,8 @@
Copyright (C) 2006 John McCutchan <john@johnmccutchan.com>
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/inotify/inotify-kernel.c b/libtaku/inotify/inotify-kernel.c
index 9cce03d..4969f53 100644
--- a/libtaku/inotify/inotify-kernel.c
+++ b/libtaku/inotify/inotify-kernel.c
@@ -1,6 +1,8 @@
/*
Copyright (C) 2005 John McCutchan
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/inotify/inotify-kernel.h b/libtaku/inotify/inotify-kernel.h
index b406d71..490fca3 100644
--- a/libtaku/inotify/inotify-kernel.h
+++ b/libtaku/inotify/inotify-kernel.h
@@ -1,6 +1,8 @@
/*
Copyright (C) 2005 John McCutchan
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/inotify/inotify-missing.c b/libtaku/inotify/inotify-missing.c
index 96126b3..40d81b0 100644
--- a/libtaku/inotify/inotify-missing.c
+++ b/libtaku/inotify/inotify-missing.c
@@ -4,6 +4,8 @@
Copyright (C) 2005 John McCutchan
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/inotify/inotify-missing.h b/libtaku/inotify/inotify-missing.h
index b67b595..af4a4bb 100644
--- a/libtaku/inotify/inotify-missing.h
+++ b/libtaku/inotify/inotify-missing.h
@@ -2,6 +2,8 @@
Copyright (C) 2006 John McCutchan <john@johnmccutchan.com>
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/inotify/inotify-path.c b/libtaku/inotify/inotify-path.c
index c5cfbb8..4a57609 100644
--- a/libtaku/inotify/inotify-path.c
+++ b/libtaku/inotify/inotify-path.c
@@ -4,6 +4,8 @@
Copyright (C) 2006 John McCutchan
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/inotify/inotify-path.h b/libtaku/inotify/inotify-path.h
index c613b9f..9645935 100644
--- a/libtaku/inotify/inotify-path.h
+++ b/libtaku/inotify/inotify-path.h
@@ -1,6 +1,8 @@
/*
Copyright (C) 2005 John McCutchan
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/inotify/inotify-sub.c b/libtaku/inotify/inotify-sub.c
index 404dc20..04be968 100644
--- a/libtaku/inotify/inotify-sub.c
+++ b/libtaku/inotify/inotify-sub.c
@@ -4,6 +4,8 @@
Copyright (C) 2006 John McCutchan
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/inotify/inotify-sub.h b/libtaku/inotify/inotify-sub.h
index 36561e7..697c633 100644
--- a/libtaku/inotify/inotify-sub.h
+++ b/libtaku/inotify/inotify-sub.h
@@ -2,6 +2,8 @@
Copyright (C) 2006 John McCutchan
+ SPDX-License-Identifier: GPL-2.0-or-later
+
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/libtaku/launcher-util.c b/libtaku/launcher-util.c
index 89333f9..8a36838 100644
--- a/libtaku/launcher-util.c
+++ b/libtaku/launcher-util.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/launcher-util.h b/libtaku/launcher-util.h
index d059d84..d6cb256 100644
--- a/libtaku/launcher-util.h
+++ b/libtaku/launcher-util.h
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/taku-icon-tile.c b/libtaku/taku-icon-tile.c
index 110db6b..d62636d 100644
--- a/libtaku/taku-icon-tile.c
+++ b/libtaku/taku-icon-tile.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/taku-icon-tile.h b/libtaku/taku-icon-tile.h
index 4475ca4..ad98e20 100644
--- a/libtaku/taku-icon-tile.h
+++ b/libtaku/taku-icon-tile.h
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/taku-launcher-tile.c b/libtaku/taku-launcher-tile.c
index e7f58f3..0025983 100644
--- a/libtaku/taku-launcher-tile.c
+++ b/libtaku/taku-launcher-tile.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/taku-launcher-tile.h b/libtaku/taku-launcher-tile.h
index c1b8cf9..9b13107 100644
--- a/libtaku/taku-launcher-tile.h
+++ b/libtaku/taku-launcher-tile.h
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
--git a/libtaku/taku-menu-desktop.c b/libtaku/taku-menu-desktop.c
index 93c8a56..8ca8d00 100644
--- a/libtaku/taku-menu-desktop.c
+++ b/libtaku/taku-menu-desktop.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
--git a/libtaku/taku-menu.h b/libtaku/taku-menu.h
index 9f78064..6d4d5c4 100644
--- a/libtaku/taku-menu.h
+++ b/libtaku/taku-menu.h
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/taku-queue-source.c b/libtaku/taku-queue-source.c
index d17be14..1d743ab 100644
--- a/libtaku/taku-queue-source.c
+++ b/libtaku/taku-queue-source.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/taku-queue-source.h b/libtaku/taku-queue-source.h
index 00ad959..26b14c4 100644
--- a/libtaku/taku-queue-source.h
+++ b/libtaku/taku-queue-source.h
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/taku-tile.c b/libtaku/taku-tile.c
index 64dd3d7..3d43bda 100644
--- a/libtaku/taku-tile.c
+++ b/libtaku/taku-tile.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/taku-tile.h b/libtaku/taku-tile.h
index 5c03089..1299e61 100644
--- a/libtaku/taku-tile.h
+++ b/libtaku/taku-tile.h
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/xutil.c b/libtaku/xutil.c
index 3cd36bb..184d06d 100644
--- a/libtaku/xutil.c
+++ b/libtaku/xutil.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/libtaku/xutil.h b/libtaku/xutil.h
index 9ecb805..0b0685d 100644
--- a/libtaku/xutil.h
+++ b/libtaku/xutil.h
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/src/desktop.c b/src/desktop.c
index a1943eb..e37c8c1 100644
--- a/src/desktop.c
+++ b/src/desktop.c
@@ -2,6 +2,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/src/desktop.h b/src/desktop.h
index 5c6900b..d938870 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -2,6 +2,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/src/main.c b/src/main.c
index b2794c4..53a3b0d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/src/taku-category-bar.c b/src/taku-category-bar.c
index 5900d54..9b77f8b 100644
--- a/src/taku-category-bar.c
+++ b/src/taku-category-bar.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
diff --git a/src/taku-category-bar.h b/src/taku-category-bar.h
index ff93e86..1885abe 100644
--- a/src/taku-category-bar.h
+++ b/src/taku-category-bar.h
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2007 OpenedHand Ltd
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
--
Mingde (Matthew) Zeng
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [yocto] [matchbox-desktop-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later
2020-03-23 15:53 [matchbox-desktop-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later Matthew
@ 2020-05-12 20:43 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2020-05-12 20:43 UTC (permalink / raw)
To: Matthew, yocto
On Mon, 2020-03-23 at 11:53 -0400, Matthew wrote:
> Fixes [YOCTO #13319]
>
> Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com>
> ---
> libtaku/inotify/inotify-diag.c | 2 ++
> libtaku/inotify/inotify-diag.h | 2 ++
> libtaku/inotify/inotify-kernel.c | 2 ++
> libtaku/inotify/inotify-kernel.h | 2 ++
> libtaku/inotify/inotify-missing.c | 2 ++
> libtaku/inotify/inotify-missing.h | 2 ++
> libtaku/inotify/inotify-path.c | 2 ++
> libtaku/inotify/inotify-path.h | 2 ++
> libtaku/inotify/inotify-sub.c | 2 ++
> libtaku/inotify/inotify-sub.h | 2 ++
Thanks for this. I did merge it however to be clear, the above files
are under LGPL, not GPL. As such, I removed this part of the commit and
added a second one of my own which resolves this.
Cheers,
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-12 20:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23 15:53 [matchbox-desktop-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later Matthew
2020-05-12 20:43 ` [yocto] " Richard Purdie
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.