[libc-commits] [libc] 1dbc982 - [libc] Fix SPDX-License-Identifier file header comment typos (#122776)

via libc-commits libc-commits at lists.llvm.org
Tue Jan 14 10:53:44 PST 2025


Author: Roland McGrath
Date: 2025-01-14T10:53:41-08:00
New Revision: 1dbc98294adc06e409b1e0d44252826857ac2ec6

URL: https://github.com/llvm/llvm-project/commit/1dbc98294adc06e409b1e0d44252826857ac2ec6
DIFF: https://github.com/llvm/llvm-project/commit/1dbc98294adc06e409b1e0d44252826857ac2ec6.diff

LOG: [libc] Fix SPDX-License-Identifier file header comment typos (#122776)

Added: 
    

Modified: 
    libc/test/include/assert_test.cpp
    libc/test/include/complex_test.cpp
    libc/test/include/fpclassify_test.c
    libc/test/include/fpclassify_test.cpp
    libc/test/include/fpclassifyf_test.cpp
    libc/test/include/fpclassifyl_test.cpp
    libc/test/include/header-test-template.c
    libc/test/include/iscanonical_test.c
    libc/test/include/isfinite_test.c
    libc/test/include/isfinite_test.cpp
    libc/test/include/isfinitef_test.cpp
    libc/test/include/isfinitel_test.cpp
    libc/test/include/isinf_test.c
    libc/test/include/isinf_test.cpp
    libc/test/include/isinff_test.cpp
    libc/test/include/isinfl_test.cpp
    libc/test/include/isnan_test.c
    libc/test/include/isnan_test.cpp
    libc/test/include/isnanf_test.cpp
    libc/test/include/isnanl_test.cpp
    libc/test/include/isnormal_test.c
    libc/test/include/isnormal_test.cpp
    libc/test/include/isnormalf_test.cpp
    libc/test/include/isnormall_test.cpp
    libc/test/include/issignaling_test.c
    libc/test/include/issubnormal_test.c
    libc/test/include/issubnormal_test.cpp
    libc/test/include/issubnormalf_test.cpp
    libc/test/include/issubnormall_test.cpp
    libc/test/include/iszero_test.c
    libc/test/include/iszero_test.cpp
    libc/test/include/iszerof_test.cpp
    libc/test/include/iszerol_test.cpp
    libc/test/include/signbit_test.c
    libc/test/include/signbit_test.cpp
    libc/test/include/signbitf_test.cpp
    libc/test/include/signbitl_test.cpp
    libc/test/include/stdbit_stub.h
    libc/test/include/stdbit_test.c
    libc/test/include/stdbit_test.cpp
    libc/test/include/stdckdint_test.cpp
    libc/test/include/sys/queue_test.cpp

Removed: 
    


################################################################################
diff  --git a/libc/test/include/assert_test.cpp b/libc/test/include/assert_test.cpp
index 78709bbcdd5941..ff863ecd999b98 100644
--- a/libc/test/include/assert_test.cpp
+++ b/libc/test/include/assert_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/complex_test.cpp b/libc/test/include/complex_test.cpp
index f6bfe997d98dd1..da833fb5273812 100644
--- a/libc/test/include/complex_test.cpp
+++ b/libc/test/include/complex_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/fpclassify_test.c b/libc/test/include/fpclassify_test.c
index 9a9b62cfdc70a5..d52d9993011150 100644
--- a/libc/test/include/fpclassify_test.c
+++ b/libc/test/include/fpclassify_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 #include "include/llvm-libc-macros/math-function-macros.h"

diff  --git a/libc/test/include/fpclassify_test.cpp b/libc/test/include/fpclassify_test.cpp
index 93c8e3c7c60533..819fabc11a5549 100644
--- a/libc/test/include/fpclassify_test.cpp
+++ b/libc/test/include/fpclassify_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/fpclassifyf_test.cpp b/libc/test/include/fpclassifyf_test.cpp
index 875482a6a233c7..0dda154f8d6757 100644
--- a/libc/test/include/fpclassifyf_test.cpp
+++ b/libc/test/include/fpclassifyf_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/fpclassifyl_test.cpp b/libc/test/include/fpclassifyl_test.cpp
index 6627956a0d35b9..dcda270a09d21c 100644
--- a/libc/test/include/fpclassifyl_test.cpp
+++ b/libc/test/include/fpclassifyl_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/header-test-template.c b/libc/test/include/header-test-template.c
index 6905b930f57db6..0fb99f356adcdb 100644
--- a/libc/test/include/header-test-template.c
+++ b/libc/test/include/header-test-template.c
@@ -2,7 +2,7 @@
  *
  * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  * See https://llvm.org/LICENSE.txt for license information.
- * SPDXList-License-Identifier: Apache-2.0 WITH LLVM-exception
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  */
 
 #include <@HEADER_NAME@>

diff  --git a/libc/test/include/iscanonical_test.c b/libc/test/include/iscanonical_test.c
index c0ad23b21826d7..670b48b0008e3e 100644
--- a/libc/test/include/iscanonical_test.c
+++ b/libc/test/include/iscanonical_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 int iscanonical(double);

diff  --git a/libc/test/include/isfinite_test.c b/libc/test/include/isfinite_test.c
index 5fbf4b4ca8ef23..9cc897db7c0409 100644
--- a/libc/test/include/isfinite_test.c
+++ b/libc/test/include/isfinite_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 #include "include/llvm-libc-macros/math-function-macros.h"

diff  --git a/libc/test/include/isfinite_test.cpp b/libc/test/include/isfinite_test.cpp
index 79ac44206e6342..45200489ad92ff 100644
--- a/libc/test/include/isfinite_test.cpp
+++ b/libc/test/include/isfinite_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isfinitef_test.cpp b/libc/test/include/isfinitef_test.cpp
index b1f66cd040e16d..4097e7dc28c84a 100644
--- a/libc/test/include/isfinitef_test.cpp
+++ b/libc/test/include/isfinitef_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isfinitel_test.cpp b/libc/test/include/isfinitel_test.cpp
index 9087cd69ba0148..fbfe26288e337d 100644
--- a/libc/test/include/isfinitel_test.cpp
+++ b/libc/test/include/isfinitel_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isinf_test.c b/libc/test/include/isinf_test.c
index cc099cb612585d..7dc6ce55792636 100644
--- a/libc/test/include/isinf_test.c
+++ b/libc/test/include/isinf_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 #include "include/llvm-libc-macros/math-function-macros.h"

diff  --git a/libc/test/include/isinf_test.cpp b/libc/test/include/isinf_test.cpp
index ecf19d078489a7..4fe5fe91d4fc7a 100644
--- a/libc/test/include/isinf_test.cpp
+++ b/libc/test/include/isinf_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isinff_test.cpp b/libc/test/include/isinff_test.cpp
index a2170c766bf6e0..b93b819651f1be 100644
--- a/libc/test/include/isinff_test.cpp
+++ b/libc/test/include/isinff_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isinfl_test.cpp b/libc/test/include/isinfl_test.cpp
index e4fb91d9608fb8..f43a12a8931761 100644
--- a/libc/test/include/isinfl_test.cpp
+++ b/libc/test/include/isinfl_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isnan_test.c b/libc/test/include/isnan_test.c
index ec0f8032356bd8..2234c2b2b37adc 100644
--- a/libc/test/include/isnan_test.c
+++ b/libc/test/include/isnan_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 #include "include/llvm-libc-macros/math-function-macros.h"

diff  --git a/libc/test/include/isnan_test.cpp b/libc/test/include/isnan_test.cpp
index 07dfab740724bb..c65e2d2fe91d4d 100644
--- a/libc/test/include/isnan_test.cpp
+++ b/libc/test/include/isnan_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isnanf_test.cpp b/libc/test/include/isnanf_test.cpp
index e78a8e45e02338..e57ffd050cab81 100644
--- a/libc/test/include/isnanf_test.cpp
+++ b/libc/test/include/isnanf_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isnanl_test.cpp b/libc/test/include/isnanl_test.cpp
index 84759a3ab28bc7..3532c135b01282 100644
--- a/libc/test/include/isnanl_test.cpp
+++ b/libc/test/include/isnanl_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isnormal_test.c b/libc/test/include/isnormal_test.c
index c076c5bfa2953a..9f576d5cb07131 100644
--- a/libc/test/include/isnormal_test.c
+++ b/libc/test/include/isnormal_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 #include "include/llvm-libc-macros/math-function-macros.h"

diff  --git a/libc/test/include/isnormal_test.cpp b/libc/test/include/isnormal_test.cpp
index da108507dfd19f..f59de33b69e087 100644
--- a/libc/test/include/isnormal_test.cpp
+++ b/libc/test/include/isnormal_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isnormalf_test.cpp b/libc/test/include/isnormalf_test.cpp
index 59c090927795e1..87b242e7c8a70b 100644
--- a/libc/test/include/isnormalf_test.cpp
+++ b/libc/test/include/isnormalf_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/isnormall_test.cpp b/libc/test/include/isnormall_test.cpp
index a21f841a25d483..1679b8a33cb3f0 100644
--- a/libc/test/include/isnormall_test.cpp
+++ b/libc/test/include/isnormall_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/issignaling_test.c b/libc/test/include/issignaling_test.c
index c89970c225469c..30d17edcda8345 100644
--- a/libc/test/include/issignaling_test.c
+++ b/libc/test/include/issignaling_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 int issignaling(double);

diff  --git a/libc/test/include/issubnormal_test.c b/libc/test/include/issubnormal_test.c
index 8a4544305287aa..b5dea843bce89f 100644
--- a/libc/test/include/issubnormal_test.c
+++ b/libc/test/include/issubnormal_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 #include "include/llvm-libc-macros/math-function-macros.h"

diff  --git a/libc/test/include/issubnormal_test.cpp b/libc/test/include/issubnormal_test.cpp
index ff57a1fa47e0dd..7ed33f6a4bd66e 100644
--- a/libc/test/include/issubnormal_test.cpp
+++ b/libc/test/include/issubnormal_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/issubnormalf_test.cpp b/libc/test/include/issubnormalf_test.cpp
index 7ffa07e4ab8da5..6ba1dfe55852b6 100644
--- a/libc/test/include/issubnormalf_test.cpp
+++ b/libc/test/include/issubnormalf_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/issubnormall_test.cpp b/libc/test/include/issubnormall_test.cpp
index 4546e2d8f54019..9ccf3bd3321612 100644
--- a/libc/test/include/issubnormall_test.cpp
+++ b/libc/test/include/issubnormall_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/iszero_test.c b/libc/test/include/iszero_test.c
index be2d34ae3e395b..daffde50cdff59 100644
--- a/libc/test/include/iszero_test.c
+++ b/libc/test/include/iszero_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 #include "include/llvm-libc-macros/math-function-macros.h"

diff  --git a/libc/test/include/iszero_test.cpp b/libc/test/include/iszero_test.cpp
index c47809708e0bc5..759505bb691b35 100644
--- a/libc/test/include/iszero_test.cpp
+++ b/libc/test/include/iszero_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/iszerof_test.cpp b/libc/test/include/iszerof_test.cpp
index 8bf5319f6e9be5..e71784f58757b4 100644
--- a/libc/test/include/iszerof_test.cpp
+++ b/libc/test/include/iszerof_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/iszerol_test.cpp b/libc/test/include/iszerol_test.cpp
index 1b1249f9f0552a..425657dbf202c9 100644
--- a/libc/test/include/iszerol_test.cpp
+++ b/libc/test/include/iszerol_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/signbit_test.c b/libc/test/include/signbit_test.c
index 7e2460f3203a58..2f25624ea80267 100644
--- a/libc/test/include/signbit_test.c
+++ b/libc/test/include/signbit_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 #include "include/llvm-libc-macros/math-function-macros.h"

diff  --git a/libc/test/include/signbit_test.cpp b/libc/test/include/signbit_test.cpp
index d97ab0b1e0a89a..c50df9be68d681 100644
--- a/libc/test/include/signbit_test.cpp
+++ b/libc/test/include/signbit_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/signbitf_test.cpp b/libc/test/include/signbitf_test.cpp
index 3a4bf933ec81e6..7bb7afc3ee1fe9 100644
--- a/libc/test/include/signbitf_test.cpp
+++ b/libc/test/include/signbitf_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/signbitl_test.cpp b/libc/test/include/signbitl_test.cpp
index 5859840b4562db..159b6b9c92008e 100644
--- a/libc/test/include/signbitl_test.cpp
+++ b/libc/test/include/signbitl_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/stdbit_stub.h b/libc/test/include/stdbit_stub.h
index 8a8e30e889d6d7..3d2e0fb60334eb 100644
--- a/libc/test/include/stdbit_stub.h
+++ b/libc/test/include/stdbit_stub.h
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/stdbit_test.c b/libc/test/include/stdbit_test.c
index e278e9a7374e08..207609ee1dd00c 100644
--- a/libc/test/include/stdbit_test.c
+++ b/libc/test/include/stdbit_test.c
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/stdbit_test.cpp b/libc/test/include/stdbit_test.cpp
index bee1a19f9c031a..d8759bb9a00e98 100644
--- a/libc/test/include/stdbit_test.cpp
+++ b/libc/test/include/stdbit_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/stdckdint_test.cpp b/libc/test/include/stdckdint_test.cpp
index 1180a6de9efe2e..748d110c8beff5 100644
--- a/libc/test/include/stdckdint_test.cpp
+++ b/libc/test/include/stdckdint_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 

diff  --git a/libc/test/include/sys/queue_test.cpp b/libc/test/include/sys/queue_test.cpp
index a1fda903bc8068..ce3ae8e8f9810f 100644
--- a/libc/test/include/sys/queue_test.cpp
+++ b/libc/test/include/sys/queue_test.cpp
@@ -2,7 +2,7 @@
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
-// SPDSList-License-Identifier: Apache-2.0 WITH LLVM-exception
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 


        


More information about the libc-commits mailing list