]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
global: apply MIT more consistently
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 17 Nov 2022 00:17:52 +0000 (01:17 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 17 Nov 2022 00:17:52 +0000 (01:17 +0100)
People keep asking.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Sources/WireGuardApp/UI/macOS/View/highlighter.c
Sources/WireGuardApp/UI/macOS/View/highlighter.h
Sources/WireGuardKitC/key.c
Sources/WireGuardKitC/key.h
Sources/WireGuardKitC/x25519.c
Sources/WireGuardKitGo/Makefile
Sources/WireGuardKitGo/wireguard.h

index d89feda1e324d548bf4b424a6ffa1e7a7dabc90d..625b7e067e8949593f0736842bbb0d4899df73d3 100644 (file)
@@ -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.
  */
index 885db2de75e3c565adc140c58368c7ff84ac6728..8b86acb9871b882ee1162e14ecca9dd5b792801c 100644 (file)
@@ -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.
  */
index 140f278d78552ed9c4af05a197ba7c00f0bbaed5..84e7f163d32bf71e015226415b27a3800a5eac26 100644 (file)
@@ -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.
  *
index 149e4ed8dbcaaafd51ceb44f4cf5a71781795001..5353ade48ceb07f93f79a0a2f9e09d77d9feeb87 100644 (file)
@@ -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.
  */
index b77da0b0eadda5ed7a0f083fd81991ac188b2fb7..7793299e0565aed3058bbb4ec46f52227271c1d2 100644 (file)
@@ -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.
  *
index 03d243b2edc29d8354c0e353a2031cda1f7b5b2d..16cb2d5844f2b7880cca7724f4faa3a583c49cd0 100644 (file)
@@ -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.
 
index 21ab4f95b42e563851b3cb897c323b30c56f224c..72dbd4d735e4381f569c0e221f8f556ece778d6f 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: MIT
  *
  * Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
  */