diff --git a/libs/libxx/CMakeLists.txt b/libs/libxx/CMakeLists.txt index 6dacc93499c..be615f4dd93 100644 --- a/libs/libxx/CMakeLists.txt +++ b/libs/libxx/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # libs/libxx/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/libs/libxx/Makefile b/libs/libxx/Makefile index 396c6646bd0..622b8809dbb 100644 --- a/libs/libxx/Makefile +++ b/libs/libxx/Makefile @@ -1,6 +1,8 @@ ############################################################################ # libs/libxx/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/etl.defs b/libs/libxx/etl.defs index d8de05b13b1..823c05d4d40 100644 --- a/libs/libxx/etl.defs +++ b/libs/libxx/etl.defs @@ -1,6 +1,8 @@ ############################################################################ # libs/libxx/etl.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxx.cmake b/libs/libxx/libcxx.cmake index d8a281cc5f6..2e3a63e9540 100644 --- a/libs/libxx/libcxx.cmake +++ b/libs/libxx/libcxx.cmake @@ -1,6 +1,8 @@ # ############################################################################## # libs/libxx/libcxx.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/libs/libxx/libcxx.defs b/libs/libxx/libcxx.defs index d7038548225..50885b3dbc3 100644 --- a/libs/libxx/libcxx.defs +++ b/libs/libxx/libcxx.defs @@ -1,6 +1,8 @@ ############################################################################ # libs/libxx/libcxx.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxxabi.cmake b/libs/libxx/libcxxabi.cmake index f55d842a173..494bb08d02f 100644 --- a/libs/libxx/libcxxabi.cmake +++ b/libs/libxx/libcxxabi.cmake @@ -1,6 +1,8 @@ # ############################################################################## # libs/libxx/libcxxabi.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/libs/libxx/libcxxabi.defs b/libs/libxx/libcxxabi.defs index 63d780a9366..e4dd8cd7877 100644 --- a/libs/libxx/libcxxabi.defs +++ b/libs/libxx/libcxxabi.defs @@ -1,6 +1,8 @@ ############################################################################ # libs/libxx/libcxxabi.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxxmini.cmake b/libs/libxx/libcxxmini.cmake index 3464dbc9697..a75ed5b522c 100644 --- a/libs/libxx/libcxxmini.cmake +++ b/libs/libxx/libcxxmini.cmake @@ -1,6 +1,8 @@ # ############################################################################## # libs/libxx/libcxxmini.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/libs/libxx/libcxxmini.defs b/libs/libxx/libcxxmini.defs index 2624a4534c4..12d137d659f 100644 --- a/libs/libxx/libcxxmini.defs +++ b/libs/libxx/libcxxmini.defs @@ -1,6 +1,8 @@ ############################################################################ # libs/libxx/libcxxmini.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxxmini/libxx_cxa_guard.cxx b/libs/libxx/libcxxmini/libxx_cxa_guard.cxx index 98fd2d255d1..ea7bac6a1e2 100644 --- a/libs/libxx/libcxxmini/libxx_cxa_guard.cxx +++ b/libs/libxx/libcxxmini/libxx_cxa_guard.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // libs/libxx/libcxxmini/libxx_cxa_guard.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxxmini/libxx_cxapurevirtual.cxx b/libs/libxx/libcxxmini/libxx_cxapurevirtual.cxx index 69bb4543f1e..d9a122363f5 100644 --- a/libs/libxx/libcxxmini/libxx_cxapurevirtual.cxx +++ b/libs/libxx/libcxxmini/libxx_cxapurevirtual.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // libs/libxx/libcxxmini/libxx_cxapurevirtual.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxxmini/libxx_delete.cxx b/libs/libxx/libcxxmini/libxx_delete.cxx index ba4490df4f7..11ee18e3839 100644 --- a/libs/libxx/libcxxmini/libxx_delete.cxx +++ b/libs/libxx/libcxxmini/libxx_delete.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // libs/libxx/libcxxmini/libxx_delete.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxxmini/libxx_delete_sized.cxx b/libs/libxx/libcxxmini/libxx_delete_sized.cxx index 359d2cd3e42..b2148cd098e 100644 --- a/libs/libxx/libcxxmini/libxx_delete_sized.cxx +++ b/libs/libxx/libcxxmini/libxx_delete_sized.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // libs/libxx/libcxxmini/libxx_delete_sized.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxxmini/libxx_deletea_sized.cxx b/libs/libxx/libcxxmini/libxx_deletea_sized.cxx index 0a7fc8be255..ab1dda939ed 100644 --- a/libs/libxx/libcxxmini/libxx_deletea_sized.cxx +++ b/libs/libxx/libcxxmini/libxx_deletea_sized.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // libs/libxx/libcxxmini/libxx_deletea_sized.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxxmini/libxx_new.cxx b/libs/libxx/libcxxmini/libxx_new.cxx index be78cc7df09..8416febc44b 100644 --- a/libs/libxx/libcxxmini/libxx_new.cxx +++ b/libs/libxx/libcxxmini/libxx_new.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // libs/libxx/libcxxmini/libxx_new.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/libcxxmini/libxx_newa.cxx b/libs/libxx/libcxxmini/libxx_newa.cxx index f0788026b6a..8dbc57fa21c 100644 --- a/libs/libxx/libcxxmini/libxx_newa.cxx +++ b/libs/libxx/libcxxmini/libxx_newa.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // libs/libxx/libcxxmini/libxx_newa.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/system_configuration.h b/libs/libxx/system_configuration.h index abe1e8160a0..fff4560dfd8 100644 --- a/libs/libxx/system_configuration.h +++ b/libs/libxx/system_configuration.h @@ -1,6 +1,8 @@ /**************************************************************************** * libs/libxx/system_configuration.h * +# SPDX-License-Identifier: Apache-2.0 +# * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/libs/libxx/uClibc++.cmake b/libs/libxx/uClibc++.cmake index 72c3f51dd53..e04b3171331 100644 --- a/libs/libxx/uClibc++.cmake +++ b/libs/libxx/uClibc++.cmake @@ -1,6 +1,8 @@ # ############################################################################## # libs/libxx/uClibc++.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/libs/libxx/uClibc++.defs b/libs/libxx/uClibc++.defs index b8f5436b464..00d92b97411 100644 --- a/libs/libxx/uClibc++.defs +++ b/libs/libxx/uClibc++.defs @@ -1,6 +1,8 @@ ############################################################################ # libs/libxx/uClibc++.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The