All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Stiles <ajstiles@gmail.com>
To: wireguard@lists.zx2c4.com
Cc: Adam Stiles <ajstiles@gmail.com>
Subject: [PATCH wireguard-apple] Update SPDX-License-Identifier tags from GPL-2.0 to MIT
Date: Thu, 10 Dec 2020 15:54:12 -0800	[thread overview]
Message-ID: <20201210235412.85721-1-ajstiles@gmail.com> (raw)

Signed-off-by: Adam Stiles <ajstiles@gmail.com>
---
 Sources/WireGuardApp/UI/macOS/View/highlighter.c | 2 +-
 Sources/WireGuardApp/UI/macOS/View/highlighter.h | 2 +-
 Sources/WireGuardKitC/key.c                      | 2 +-
 Sources/WireGuardKitC/key.h                      | 2 +-
 Sources/WireGuardKitC/x25519.c                   | 2 +-
 Sources/WireGuardKitGo/Makefile                  | 2 +-
 Sources/WireGuardKitGo/wireguard.h               | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Sources/WireGuardApp/UI/macOS/View/highlighter.c b/Sources/WireGuardApp/UI/macOS/View/highlighter.c
index e0d4e04..55fabfd 100644
--- a/Sources/WireGuardApp/UI/macOS/View/highlighter.c
+++ b/Sources/WireGuardApp/UI/macOS/View/highlighter.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: MIT
 /*
  * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
diff --git a/Sources/WireGuardApp/UI/macOS/View/highlighter.h b/Sources/WireGuardApp/UI/macOS/View/highlighter.h
index 885db2d..8b86acb 100644
--- a/Sources/WireGuardApp/UI/macOS/View/highlighter.h
+++ b/Sources/WireGuardApp/UI/macOS/View/highlighter.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: MIT */
 /*
  * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
diff --git a/Sources/WireGuardKitC/key.c b/Sources/WireGuardKitC/key.c
index 140f278..84e7f16 100644
--- a/Sources/WireGuardKitC/key.c
+++ b/Sources/WireGuardKitC/key.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: MIT
 /*
  * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
diff --git a/Sources/WireGuardKitC/key.h b/Sources/WireGuardKitC/key.h
index 149e4ed..5353ade 100644
--- a/Sources/WireGuardKitC/key.h
+++ b/Sources/WireGuardKitC/key.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: MIT */
 /*
  * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
diff --git a/Sources/WireGuardKitC/x25519.c b/Sources/WireGuardKitC/x25519.c
index b77da0b..9ceed9f 100644
--- a/Sources/WireGuardKitC/x25519.c
+++ b/Sources/WireGuardKitC/x25519.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: MIT+
  *
  * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
diff --git a/Sources/WireGuardKitGo/Makefile b/Sources/WireGuardKitGo/Makefile
index 767edbd..d59c61d 100644
--- a/Sources/WireGuardKitGo/Makefile
+++ b/Sources/WireGuardKitGo/Makefile
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: MIT
 #
 # Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.

diff --git a/Sources/WireGuardKitGo/wireguard.h b/Sources/WireGuardKitGo/wireguard.h
index 9da8cef..8cefa49 100644
--- a/Sources/WireGuardKitGo/wireguard.h
+++ b/Sources/WireGuardKitGo/wireguard.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: MIT
  *
  * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
  */
--
2.21.0


             reply	other threads:[~2020-12-13 23:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10 23:54 Adam Stiles [this message]
2020-12-13 23:42 ` [PATCH wireguard-apple] Update SPDX-License-Identifier tags from GPL-2.0 to MIT Jonathan Neuschäfer
2020-12-14  3:16   ` Adam Stiles
2020-12-14 10:34     ` Jonathan Neuschäfer

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=20201210235412.85721-1-ajstiles@gmail.com \
    --to=ajstiles@gmail.com \
    --cc=wireguard@lists.zx2c4.com \
    /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.