From 0ea522b147b3023778bb58ae1d02f3713b3d3a4c Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Fri, 11 Apr 2025 00:23:23 -0700 Subject: [PATCH] Update the SPDX-License-Identifier for Ryu-derived sources --- stl/inc/xcharconv_ryu.h | 2 +- stl/inc/xcharconv_ryu_tables.h | 2 +- stl/src/xcharconv_ryu_tables.cpp | 2 +- .../double_fixed_precision_to_chars_test_cases_1.hpp | 2 +- .../double_fixed_precision_to_chars_test_cases_2.hpp | 2 +- .../double_fixed_precision_to_chars_test_cases_3.hpp | 2 +- .../double_scientific_precision_to_chars_test_cases_1.hpp | 2 +- .../double_scientific_precision_to_chars_test_cases_2.hpp | 2 +- .../double_scientific_precision_to_chars_test_cases_3.hpp | 2 +- tests/std/tests/P0067R5_charconv/double_to_chars_test_cases.hpp | 2 +- .../float_fixed_precision_to_chars_test_cases.hpp | 2 +- .../float_scientific_precision_to_chars_test_cases.hpp | 2 +- tests/std/tests/P0067R5_charconv/float_to_chars_test_cases.hpp | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/stl/inc/xcharconv_ryu.h b/stl/inc/xcharconv_ryu.h index 4b944ff380c..c01ee82d805 100644 --- a/stl/inc/xcharconv_ryu.h +++ b/stl/inc/xcharconv_ryu.h @@ -1,7 +1,7 @@ // xcharconv_ryu.h internal header // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/stl/inc/xcharconv_ryu_tables.h b/stl/inc/xcharconv_ryu_tables.h index a9aa5c3b3a3..cbda03e8b05 100644 --- a/stl/inc/xcharconv_ryu_tables.h +++ b/stl/inc/xcharconv_ryu_tables.h @@ -1,7 +1,7 @@ // xcharconv_ryu_tables.h internal header // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/stl/src/xcharconv_ryu_tables.cpp b/stl/src/xcharconv_ryu_tables.cpp index e8a7dd260d5..1a3e411e742 100644 --- a/stl/src/xcharconv_ryu_tables.cpp +++ b/stl/src/xcharconv_ryu_tables.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_1.hpp b/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_1.hpp index 3af6d438d99..d14a625145b 100644 --- a/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_1.hpp +++ b/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_1.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_2.hpp b/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_2.hpp index d191066b711..ef321e159cf 100644 --- a/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_2.hpp +++ b/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_2.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_3.hpp b/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_3.hpp index b724b05365a..87ed9b0d97b 100644 --- a/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_3.hpp +++ b/tests/std/tests/P0067R5_charconv/double_fixed_precision_to_chars_test_cases_3.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_1.hpp b/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_1.hpp index 6d705ecae3f..8a55fe50345 100644 --- a/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_1.hpp +++ b/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_1.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_2.hpp b/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_2.hpp index 7f3276ee9ea..63a9ce4642e 100644 --- a/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_2.hpp +++ b/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_2.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_3.hpp b/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_3.hpp index c365856abfd..34973f8cd88 100644 --- a/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_3.hpp +++ b/tests/std/tests/P0067R5_charconv/double_scientific_precision_to_chars_test_cases_3.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/double_to_chars_test_cases.hpp b/tests/std/tests/P0067R5_charconv/double_to_chars_test_cases.hpp index c589bc4cd08..77f42ec6a24 100644 --- a/tests/std/tests/P0067R5_charconv/double_to_chars_test_cases.hpp +++ b/tests/std/tests/P0067R5_charconv/double_to_chars_test_cases.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/float_fixed_precision_to_chars_test_cases.hpp b/tests/std/tests/P0067R5_charconv/float_fixed_precision_to_chars_test_cases.hpp index 405826d51ee..2666d64ab2c 100644 --- a/tests/std/tests/P0067R5_charconv/float_fixed_precision_to_chars_test_cases.hpp +++ b/tests/std/tests/P0067R5_charconv/float_fixed_precision_to_chars_test_cases.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/float_scientific_precision_to_chars_test_cases.hpp b/tests/std/tests/P0067R5_charconv/float_scientific_precision_to_chars_test_cases.hpp index d0288500c08..566fd9a8b88 100644 --- a/tests/std/tests/P0067R5_charconv/float_scientific_precision_to_chars_test_cases.hpp +++ b/tests/std/tests/P0067R5_charconv/float_scientific_precision_to_chars_test_cases.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams diff --git a/tests/std/tests/P0067R5_charconv/float_to_chars_test_cases.hpp b/tests/std/tests/P0067R5_charconv/float_to_chars_test_cases.hpp index 5402441c14d..d7707159c95 100644 --- a/tests/std/tests/P0067R5_charconv/float_to_chars_test_cases.hpp +++ b/tests/std/tests/P0067R5_charconv/float_to_chars_test_cases.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception AND BSL-1.0 // Copyright 2018 Ulf Adams