Yocto Project Discussions
 help / color / mirror / Atom feed
From: "Matthew" <matthew.zeng@windriver.com>
To: <yocto@lists.yoctoproject.org>
Subject: [matchbox-desktop-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later
Date: Mon, 23 Mar 2020 11:53:26 -0400	[thread overview]
Message-ID: <87h7yfqd8p.fsf@windriver.com> (raw)

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 ++
 libtaku/taku-menu-desktop.c       | 2 ++
 libtaku/taku-menu.h               | 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
diff --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
diff --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

             reply	other threads:[~2020-03-23 15:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-23 15:53 Matthew [this message]
2020-05-12 20:43 ` [yocto] [matchbox-desktop-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h7yfqd8p.fsf@windriver.com \
    --to=matthew.zeng@windriver.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox