All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony PERARD <anthony.perard@citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: Henry Wang <Henry.Wang@arm.com>,
	Anthony PERARD <anthony.perard@citrix.com>,
	Andrew Cooper <Andrew.Cooper3@citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	George Dunlap <george.dunlap@citrix.com>,
	Jan Beulich <jbeulich@suse.com>, Julien Grall <julien@xen.org>,
	Stefano Stabellini <sstabellini@kernel.org>, Wei Liu <wl@xen.org>
Subject: [XEN PATCH for-4.17 3/4] xen: Add licence header to device_tree_defs.h
Date: Wed, 2 Nov 2022 11:28:53 +0000	[thread overview]
Message-ID: <20221102112854.49020-4-anthony.perard@citrix.com> (raw)
In-Reply-To: <20221102112854.49020-1-anthony.perard@citrix.com>

This header have been created by moving code from other part of the
project and miss a licence header. The original source code was some
version of GPL or LGPL but we intend to have the public header to be
MIT so they can be included easily in other projects.

Part of device_tree_defs.h were moved from libxl_arm.c which is
LGPL-2.1-only. And part were moved from device_tree.h that is
GPL-2.0-only.

Part of the original code were added by Julien Grall @ Citrix with a
Linaro "hat" in commits c3ba52a84dd8 and 405c167f0ec9 and
886f34045bf0. The other part were added by Ian Campbell @ Citrix, with
commit 0c64527e7fc9.

Resolves: xen-project/xen#35
Fixes: 1c898a9fec7e ("xen/arm: move a few DT related defines to public/device_tree_defs.h")
Reported-by: Andrew Cooper <Andrew.Cooper3@citrix.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---

Notes:
    Julian was working @citrix until 2015.

 xen/include/public/device_tree_defs.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/xen/include/public/device_tree_defs.h b/xen/include/public/device_tree_defs.h
index 228daafe81..9e80d0499d 100644
--- a/xen/include/public/device_tree_defs.h
+++ b/xen/include/public/device_tree_defs.h
@@ -1,3 +1,9 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright (c) 2013 Linaro Limited
+ * Copyright (c) 2015 Citrix Systems, Inc
+ */
+
 #ifndef __XEN_DEVICE_TREE_DEFS_H__
 #define __XEN_DEVICE_TREE_DEFS_H__
 
-- 
Anthony PERARD



  parent reply	other threads:[~2022-11-02 11:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-02 11:28 [XEN PATCH for-4.17 0/4] Fixing some licences issue in public headers Anthony PERARD
2022-11-02 11:28 ` [XEN PATCH for-4.17 1/4] xen: Add licence information to public/errno.h Anthony PERARD
2022-11-02 12:58   ` Jan Beulich
2022-11-02 15:26     ` Anthony PERARD
2022-11-02 16:37     ` Andrew Cooper
2022-11-02 11:28 ` [XEN PATCH for-4.17 2/4] tools/include/xen-foreign: Capture licences from the input headers Anthony PERARD
2022-11-02 12:24   ` Andrew Cooper
2022-11-02 15:14     ` Anthony PERARD
2022-11-02 15:57       ` Andrew Cooper
2022-11-02 11:28 ` Anthony PERARD [this message]
2022-11-02 13:00   ` [XEN PATCH for-4.17 3/4] xen: Add licence header to device_tree_defs.h Andrew Cooper
2022-11-02 13:16   ` Julien Grall
2022-11-03 11:44     ` Anthony PERARD
2022-11-11 13:51   ` Bertrand Marquis
2022-11-15 16:07     ` Grant Likely
2022-11-16  0:37       ` Henry Wang
2022-11-02 11:28 ` [XEN PATCH for-4.17 4/4] Rework COPYING installed in /usr/include/xen/, due to several licences Anthony PERARD
2022-11-02 13:09   ` Jan Beulich
2022-11-02 15:38     ` Anthony PERARD

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=20221102112854.49020-4-anthony.perard@citrix.com \
    --to=anthony.perard@citrix.com \
    --cc=Andrew.Cooper3@citrix.com \
    --cc=Henry.Wang@arm.com \
    --cc=george.dunlap@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=sstabellini@kernel.org \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.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 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.