aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2024-07-22 14:32:52 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2024-07-23 11:18:36 +0300
commitfa70974a647db90864df4af6172cf7766f79857b (patch)
tree8f521203bdf5fe13b3900f999136eb14e4d694b3
parente9037e7b9ff81febbcef860dbfa785464ba3b457 (diff)
downloadmeson-fa70974a647db90864df4af6172cf7766f79857b.zip
meson-fa70974a647db90864df4af6172cf7766f79857b.tar.gz
meson-fa70974a647db90864df4af6172cf7766f79857b.tar.bz2
Remove reference to GPL in test files
We have permission to use that file. Fixes #13442.
-rw-r--r--test cases/format/1 default/crazy_comments.meson2
-rw-r--r--test cases/format/2 muon/crazy_comments.meson2
-rw-r--r--test cases/format/3 editorconfig/crazy_comments.meson2
-rw-r--r--test cases/format/4 config/crazy_comments.meson2
4 files changed, 4 insertions, 4 deletions
diff --git a/test cases/format/1 default/crazy_comments.meson b/test cases/format/1 default/crazy_comments.meson
index f391ca2..f7ed671 100644
--- a/test cases/format/1 default/crazy_comments.meson
+++ b/test cases/format/1 default/crazy_comments.meson
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
-# SPDX-License-Identifier: GPL-3.0-only
+# This file is used from muon sources, with permission
project('a')
diff --git a/test cases/format/2 muon/crazy_comments.meson b/test cases/format/2 muon/crazy_comments.meson
index 5ebda7d..fe5ae14 100644
--- a/test cases/format/2 muon/crazy_comments.meson
+++ b/test cases/format/2 muon/crazy_comments.meson
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
-# SPDX-License-Identifier: GPL-3.0-only
+# This file is used from muon sources, with permission
project('a')
diff --git a/test cases/format/3 editorconfig/crazy_comments.meson b/test cases/format/3 editorconfig/crazy_comments.meson
index 788ea1c..f9fdc88 100644
--- a/test cases/format/3 editorconfig/crazy_comments.meson
+++ b/test cases/format/3 editorconfig/crazy_comments.meson
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
-# SPDX-License-Identifier: GPL-3.0-only
+# This file is used from muon sources, with permission
project('a')
diff --git a/test cases/format/4 config/crazy_comments.meson b/test cases/format/4 config/crazy_comments.meson
index 557d5d4..71ae8f9 100644
--- a/test cases/format/4 config/crazy_comments.meson
+++ b/test cases/format/4 config/crazy_comments.meson
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
-# SPDX-License-Identifier: GPL-3.0-only
+# This file is used from muon sources, with permission
project('a')