diff --git a/mm/CMakeLists.txt b/mm/CMakeLists.txt index f59c5f8e181..3a6c465f33f 100644 --- a/mm/CMakeLists.txt +++ b/mm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/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/mm/Makefile b/mm/Makefile index 7d1f63cb22a..7ea82e21e99 100644 --- a/mm/Makefile +++ b/mm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # mm/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/mm/bin/CMakeLists.txt b/mm/bin/CMakeLists.txt index 8b137891791..feecd2a0a17 100644 --- a/mm/bin/CMakeLists.txt +++ b/mm/bin/CMakeLists.txt @@ -1 +1,21 @@ - +############################################################################ +# mm/bin/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 file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +########################################################################### diff --git a/mm/bin/Makefile b/mm/bin/Makefile index a6bb4aa0758..c391c25f1ce 100644 --- a/mm/bin/Makefile +++ b/mm/bin/Makefile @@ -1,6 +1,8 @@ ############################################################################ # mm/bin/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/mm/circbuf/CMakeLists.txt b/mm/circbuf/CMakeLists.txt index 04e0577f51c..46ff9e3e30d 100644 --- a/mm/circbuf/CMakeLists.txt +++ b/mm/circbuf/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/circbuf/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/mm/circbuf/Make.defs b/mm/circbuf/Make.defs index 45dcb862bb1..5812225dc89 100644 --- a/mm/circbuf/Make.defs +++ b/mm/circbuf/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/circbuf/Make.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/mm/circbuf/circbuf.c b/mm/circbuf/circbuf.c index bf24718e32d..be42998b403 100644 --- a/mm/circbuf/circbuf.c +++ b/mm/circbuf/circbuf.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/circbuf/circbuf.c * + * 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/mm/iob/CMakeLists.txt b/mm/iob/CMakeLists.txt index 6f2159845a3..618faf2f504 100644 --- a/mm/iob/CMakeLists.txt +++ b/mm/iob/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/iob/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/mm/iob/Make.defs b/mm/iob/Make.defs index e2c61f37bf3..48de566e43c 100644 --- a/mm/iob/Make.defs +++ b/mm/iob/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/iob/Make.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/mm/iob/iob.h b/mm/iob/iob.h index 77ff58ec54b..aea11983044 100644 --- a/mm/iob/iob.h +++ b/mm/iob/iob.h @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob.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/mm/iob/iob_add_queue.c b/mm/iob/iob_add_queue.c index 2593d2a14fb..f0ccb818412 100644 --- a/mm/iob/iob_add_queue.c +++ b/mm/iob/iob_add_queue.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_add_queue.c * + * 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/mm/iob/iob_alloc.c b/mm/iob/iob_alloc.c index 637425d9f8b..f1bc3461235 100644 --- a/mm/iob/iob_alloc.c +++ b/mm/iob/iob_alloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_alloc.c * + * 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/mm/iob/iob_alloc_qentry.c b/mm/iob/iob_alloc_qentry.c index 0f00019ab92..26ee1d827f8 100644 --- a/mm/iob/iob_alloc_qentry.c +++ b/mm/iob/iob_alloc_qentry.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_alloc_qentry.c * + * 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/mm/iob/iob_clone.c b/mm/iob/iob_clone.c index 82e319e5439..41907517c31 100644 --- a/mm/iob/iob_clone.c +++ b/mm/iob/iob_clone.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_clone.c * + * 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/mm/iob/iob_concat.c b/mm/iob/iob_concat.c index a8acda06675..7404743f65a 100644 --- a/mm/iob/iob_concat.c +++ b/mm/iob/iob_concat.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_concat.c * + * 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/mm/iob/iob_contig.c b/mm/iob/iob_contig.c index 7a529ea0d82..8b0b1ddae76 100644 --- a/mm/iob/iob_contig.c +++ b/mm/iob/iob_contig.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_contig.c * + * 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/mm/iob/iob_copyin.c b/mm/iob/iob_copyin.c index fb69aa00c65..d63d2ba2fa7 100644 --- a/mm/iob/iob_copyin.c +++ b/mm/iob/iob_copyin.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_copyin.c * + * 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/mm/iob/iob_copyout.c b/mm/iob/iob_copyout.c index 58e06e874db..91a41d3a025 100644 --- a/mm/iob/iob_copyout.c +++ b/mm/iob/iob_copyout.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_copyout.c * + * 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/mm/iob/iob_count.c b/mm/iob/iob_count.c index 9d185916de5..cd193dd65d5 100644 --- a/mm/iob/iob_count.c +++ b/mm/iob/iob_count.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_count.c * + * 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/mm/iob/iob_dump.c b/mm/iob/iob_dump.c index b33788fa7e7..c149da4a26b 100644 --- a/mm/iob/iob_dump.c +++ b/mm/iob/iob_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_dump.c * + * 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/mm/iob/iob_free.c b/mm/iob/iob_free.c index 6638a5a1a73..049e4c29ae4 100644 --- a/mm/iob/iob_free.c +++ b/mm/iob/iob_free.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_free.c * + * 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/mm/iob/iob_free_chain.c b/mm/iob/iob_free_chain.c index 222c3d04ab7..fd1e91fe5da 100644 --- a/mm/iob/iob_free_chain.c +++ b/mm/iob/iob_free_chain.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_free_chain.c * + * 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/mm/iob/iob_free_qentry.c b/mm/iob/iob_free_qentry.c index 5709ec73b02..992aba1787d 100644 --- a/mm/iob/iob_free_qentry.c +++ b/mm/iob/iob_free_qentry.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_free_qentry.c * + * 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/mm/iob/iob_free_queue.c b/mm/iob/iob_free_queue.c index 8392e8f5829..ac320f22343 100644 --- a/mm/iob/iob_free_queue.c +++ b/mm/iob/iob_free_queue.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_free_queue.c * + * 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/mm/iob/iob_free_queue_qentry.c b/mm/iob/iob_free_queue_qentry.c index 88d34ffbf9b..5378efd574b 100644 --- a/mm/iob/iob_free_queue_qentry.c +++ b/mm/iob/iob_free_queue_qentry.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_free_queue_qentry.c * + * 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/mm/iob/iob_get_queue_info.c b/mm/iob/iob_get_queue_info.c index 73b12208af2..38f49dbd0de 100644 --- a/mm/iob/iob_get_queue_info.c +++ b/mm/iob/iob_get_queue_info.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_get_queue_info.c * + * 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/mm/iob/iob_initialize.c b/mm/iob/iob_initialize.c index 8852d134756..0093ffe7ac1 100644 --- a/mm/iob/iob_initialize.c +++ b/mm/iob/iob_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_initialize.c * + * 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/mm/iob/iob_navail.c b/mm/iob/iob_navail.c index b660f440f27..b387d35003f 100644 --- a/mm/iob/iob_navail.c +++ b/mm/iob/iob_navail.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_navail.c * + * 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/mm/iob/iob_notifier.c b/mm/iob/iob_notifier.c index d645df84664..a7a0f952fcb 100644 --- a/mm/iob/iob_notifier.c +++ b/mm/iob/iob_notifier.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_notifier.c * + * 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/mm/iob/iob_pack.c b/mm/iob/iob_pack.c index 6fdce16cbe8..0f3e0db3fe2 100644 --- a/mm/iob/iob_pack.c +++ b/mm/iob/iob_pack.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_pack.c * + * 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/mm/iob/iob_peek_queue.c b/mm/iob/iob_peek_queue.c index ca6468ef730..3c6c35f9819 100644 --- a/mm/iob/iob_peek_queue.c +++ b/mm/iob/iob_peek_queue.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_peek_queue.c * + * 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/mm/iob/iob_remove_queue.c b/mm/iob/iob_remove_queue.c index 8ccbabcdea2..bc3b5063847 100644 --- a/mm/iob/iob_remove_queue.c +++ b/mm/iob/iob_remove_queue.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_remove_queue.c * + * 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/mm/iob/iob_reserve.c b/mm/iob/iob_reserve.c index d707f1fa398..7f6fafd2c69 100644 --- a/mm/iob/iob_reserve.c +++ b/mm/iob/iob_reserve.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_reserve.c * + * 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/mm/iob/iob_statistics.c b/mm/iob/iob_statistics.c index e3c6e90ab41..f08535eb389 100644 --- a/mm/iob/iob_statistics.c +++ b/mm/iob/iob_statistics.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_statistics.c * + * 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/mm/iob/iob_tailroom.c b/mm/iob/iob_tailroom.c index 883f220693f..ee478e313c1 100644 --- a/mm/iob/iob_tailroom.c +++ b/mm/iob/iob_tailroom.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_tailroom.c * + * 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/mm/iob/iob_test.c b/mm/iob/iob_test.c index f8653263856..d9a8767241f 100644 --- a/mm/iob/iob_test.c +++ b/mm/iob/iob_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_test.c * + * 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/mm/iob/iob_trimhead.c b/mm/iob/iob_trimhead.c index 3e99fb60066..62d1f9bdeb4 100644 --- a/mm/iob/iob_trimhead.c +++ b/mm/iob/iob_trimhead.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_trimhead.c * + * 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/mm/iob/iob_trimhead_queue.c b/mm/iob/iob_trimhead_queue.c index d9cc726c8f8..8928995d9da 100644 --- a/mm/iob/iob_trimhead_queue.c +++ b/mm/iob/iob_trimhead_queue.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_trimhead_queue.c * + * 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/mm/iob/iob_trimtail.c b/mm/iob/iob_trimtail.c index 77114d409a8..53a1d3d5665 100644 --- a/mm/iob/iob_trimtail.c +++ b/mm/iob/iob_trimtail.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_trimtail.c * + * 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/mm/iob/iob_update_pktlen.c b/mm/iob/iob_update_pktlen.c index 0b9ebc8d40c..5ab4e245086 100644 --- a/mm/iob/iob_update_pktlen.c +++ b/mm/iob/iob_update_pktlen.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/iob/iob_update_pktlen.c * + * 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/mm/kasan/CMakeLists.txt b/mm/kasan/CMakeLists.txt index bba4df4f52b..8bc0f885bb5 100644 --- a/mm/kasan/CMakeLists.txt +++ b/mm/kasan/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/kasan/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/mm/kasan/Make.defs b/mm/kasan/Make.defs index a629b48e3bb..50f5b96f4c0 100644 --- a/mm/kasan/Make.defs +++ b/mm/kasan/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/kasan/Make.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/mm/kasan/kasan.c b/mm/kasan/kasan.c index 5f26277db66..92bac93e6da 100644 --- a/mm/kasan/kasan.c +++ b/mm/kasan/kasan.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kasan/kasan.c * + * 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/mm/kasan/kasan.h b/mm/kasan/kasan.h index 28eb544f8a8..53baffb1570 100644 --- a/mm/kasan/kasan.h +++ b/mm/kasan/kasan.h @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kasan/kasan.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/mm/kbin/CMakeLists.txt b/mm/kbin/CMakeLists.txt index 8b137891791..7cec6898a67 100644 --- a/mm/kbin/CMakeLists.txt +++ b/mm/kbin/CMakeLists.txt @@ -1 +1,22 @@ +############################################################################ +# mm/kbin/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 file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +########################################################################### diff --git a/mm/kbin/Makefile b/mm/kbin/Makefile index 988a25f5b40..ff2d943c516 100644 --- a/mm/kbin/Makefile +++ b/mm/kbin/Makefile @@ -1,6 +1,8 @@ ############################################################################ # mm/kbin/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/mm/kmap/Make.defs b/mm/kmap/Make.defs index 993d45877dd..d351b60e0af 100644 --- a/mm/kmap/Make.defs +++ b/mm/kmap/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/kmap/Make.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/mm/kmap/kmm_map.c b/mm/kmap/kmm_map.c index 13be6c96662..adb9293524a 100644 --- a/mm/kmap/kmm_map.c +++ b/mm/kmap/kmm_map.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmap/kmm_map.c * + * 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/mm/kmm_heap/CMakeLists.txt b/mm/kmm_heap/CMakeLists.txt index 075476d4e0b..aac0caa329f 100644 --- a/mm/kmm_heap/CMakeLists.txt +++ b/mm/kmm_heap/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/kmm_heap/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/mm/kmm_heap/Make.defs b/mm/kmm_heap/Make.defs index 254a6b89fe1..1a31956e025 100644 --- a/mm/kmm_heap/Make.defs +++ b/mm/kmm_heap/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/kmm_heap/Make.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/mm/kmm_heap/kmm_addregion.c b/mm/kmm_heap/kmm_addregion.c index aff6c96b8ae..ece671d83b7 100644 --- a/mm/kmm_heap/kmm_addregion.c +++ b/mm/kmm_heap/kmm_addregion.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_addregion.c * + * 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/mm/kmm_heap/kmm_brkaddr.c b/mm/kmm_heap/kmm_brkaddr.c index 9515ee29619..36c06316626 100644 --- a/mm/kmm_heap/kmm_brkaddr.c +++ b/mm/kmm_heap/kmm_brkaddr.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_brkaddr.c * + * 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/mm/kmm_heap/kmm_calloc.c b/mm/kmm_heap/kmm_calloc.c index 2475f38403e..c584840f96c 100644 --- a/mm/kmm_heap/kmm_calloc.c +++ b/mm/kmm_heap/kmm_calloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_calloc.c * + * 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/mm/kmm_heap/kmm_checkcorruption.c b/mm/kmm_heap/kmm_checkcorruption.c index 92b39a4cbf9..2600aa3271c 100644 --- a/mm/kmm_heap/kmm_checkcorruption.c +++ b/mm/kmm_heap/kmm_checkcorruption.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_checkcorruption.c * + * 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/mm/kmm_heap/kmm_extend.c b/mm/kmm_heap/kmm_extend.c index c8d91af781d..119e8c15b2e 100644 --- a/mm/kmm_heap/kmm_extend.c +++ b/mm/kmm_heap/kmm_extend.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_extend.c * + * 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/mm/kmm_heap/kmm_free.c b/mm/kmm_heap/kmm_free.c index cdaaaf7d703..1a57c9074c8 100644 --- a/mm/kmm_heap/kmm_free.c +++ b/mm/kmm_heap/kmm_free.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_free.c * + * 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/mm/kmm_heap/kmm_heapmember.c b/mm/kmm_heap/kmm_heapmember.c index d9e4ca20181..2888a21af15 100644 --- a/mm/kmm_heap/kmm_heapmember.c +++ b/mm/kmm_heap/kmm_heapmember.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_heapmember.c * + * 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/mm/kmm_heap/kmm_initialize.c b/mm/kmm_heap/kmm_initialize.c index 6b5d4ac1228..96115f00dea 100644 --- a/mm/kmm_heap/kmm_initialize.c +++ b/mm/kmm_heap/kmm_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_initialize.c * + * 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/mm/kmm_heap/kmm_mallinfo.c b/mm/kmm_heap/kmm_mallinfo.c index 482f338f687..a4cfc28a720 100644 --- a/mm/kmm_heap/kmm_mallinfo.c +++ b/mm/kmm_heap/kmm_mallinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_mallinfo.c * + * 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/mm/kmm_heap/kmm_malloc.c b/mm/kmm_heap/kmm_malloc.c index c01882d3c9d..46e176f2d23 100644 --- a/mm/kmm_heap/kmm_malloc.c +++ b/mm/kmm_heap/kmm_malloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_malloc.c * + * 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/mm/kmm_heap/kmm_malloc_size.c b/mm/kmm_heap/kmm_malloc_size.c index 25c96987f4d..0cf4148b6cb 100644 --- a/mm/kmm_heap/kmm_malloc_size.c +++ b/mm/kmm_heap/kmm_malloc_size.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_malloc_size.c * + * 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/mm/kmm_heap/kmm_memalign.c b/mm/kmm_heap/kmm_memalign.c index c13db02f437..b022ad95750 100644 --- a/mm/kmm_heap/kmm_memalign.c +++ b/mm/kmm_heap/kmm_memalign.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_memalign.c * + * 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/mm/kmm_heap/kmm_memdump.c b/mm/kmm_heap/kmm_memdump.c index 1eae5e13eb5..21354f2508f 100644 --- a/mm/kmm_heap/kmm_memdump.c +++ b/mm/kmm_heap/kmm_memdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_memdump.c * + * 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/mm/kmm_heap/kmm_realloc.c b/mm/kmm_heap/kmm_realloc.c index b579d15f9a7..62561f1fc6d 100644 --- a/mm/kmm_heap/kmm_realloc.c +++ b/mm/kmm_heap/kmm_realloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_realloc.c * + * 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/mm/kmm_heap/kmm_zalloc.c b/mm/kmm_heap/kmm_zalloc.c index ab5704f03f4..33522676254 100644 --- a/mm/kmm_heap/kmm_zalloc.c +++ b/mm/kmm_heap/kmm_zalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/kmm_heap/kmm_zalloc.c * + * 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/mm/map/CMakeLists.txt b/mm/map/CMakeLists.txt index 5c5ba7726c0..0a0040dfa93 100644 --- a/mm/map/CMakeLists.txt +++ b/mm/map/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/map/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/mm/map/Make.defs b/mm/map/Make.defs index 9daa50c2419..b5ef7e69c8c 100644 --- a/mm/map/Make.defs +++ b/mm/map/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/map/Make.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/mm/map/mm_map.c b/mm/map/mm_map.c index d4d16b8f0d2..e7181c34ebd 100644 --- a/mm/map/mm_map.c +++ b/mm/map/mm_map.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/map/mm_map.c * + * 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/mm/map/vm_region.c b/mm/map/vm_region.c index de999cb40c6..1814913442a 100644 --- a/mm/map/vm_region.c +++ b/mm/map/vm_region.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/map/vm_region.c * + * 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/mm/mempool/CMakeLists.txt b/mm/mempool/CMakeLists.txt index 8c2dcb53dc7..318490fb05b 100644 --- a/mm/mempool/CMakeLists.txt +++ b/mm/mempool/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/mempool/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/mm/mempool/Make.defs b/mm/mempool/Make.defs index 565b4b1cd02..720ce9fec8b 100644 --- a/mm/mempool/Make.defs +++ b/mm/mempool/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/mempool/Make.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/mm/mempool/mempool.c b/mm/mempool/mempool.c index ef686014dad..b2fd17107c5 100644 --- a/mm/mempool/mempool.c +++ b/mm/mempool/mempool.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mempool/mempool.c * + * 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/mm/mempool/mempool_multiple.c b/mm/mempool/mempool_multiple.c index a8be2fa5ed0..63fc2ced33e 100644 --- a/mm/mempool/mempool_multiple.c +++ b/mm/mempool/mempool_multiple.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mempool/mempool_multiple.c * + * 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/mm/mempool/mempool_procfs.c b/mm/mempool/mempool_procfs.c index 5e86b90c230..d415c01d561 100644 --- a/mm/mempool/mempool_procfs.c +++ b/mm/mempool/mempool_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mempool/mempool_procfs.c * + * 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/mm/mm_gran/CMakeLists.txt b/mm/mm_gran/CMakeLists.txt index 4de3860fdab..d206847e679 100644 --- a/mm/mm_gran/CMakeLists.txt +++ b/mm/mm_gran/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/mm_gran/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/mm/mm_gran/Make.defs b/mm/mm_gran/Make.defs index 7ec0c63153a..4de256adbf4 100644 --- a/mm/mm_gran/Make.defs +++ b/mm/mm_gran/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/mm_gran/Make.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/mm/mm_gran/mm_gran.h b/mm/mm_gran/mm_gran.h index b08b455b3cd..4257cd78855 100644 --- a/mm/mm_gran/mm_gran.h +++ b/mm/mm_gran/mm_gran.h @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_gran.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/mm/mm_gran/mm_granalloc.c b/mm/mm_gran/mm_granalloc.c index 7727e2120a4..e44b92be9b3 100644 --- a/mm/mm_gran/mm_granalloc.c +++ b/mm/mm_gran/mm_granalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_granalloc.c * + * 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/mm/mm_gran/mm_grancritical.c b/mm/mm_gran/mm_grancritical.c index 0b988ecd07c..06481e1de06 100644 --- a/mm/mm_gran/mm_grancritical.c +++ b/mm/mm_gran/mm_grancritical.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_grancritical.c * + * 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/mm/mm_gran/mm_granfree.c b/mm/mm_gran/mm_granfree.c index e2a667b5d12..580672dc630 100644 --- a/mm/mm_gran/mm_granfree.c +++ b/mm/mm_gran/mm_granfree.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_granfree.c * + * 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/mm/mm_gran/mm_graninfo.c b/mm/mm_gran/mm_graninfo.c index bf3d0cc3e28..73775e77385 100644 --- a/mm/mm_gran/mm_graninfo.c +++ b/mm/mm_gran/mm_graninfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_graninfo.c * + * 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/mm/mm_gran/mm_graninit.c b/mm/mm_gran/mm_graninit.c index 579e84c436e..777889de15f 100644 --- a/mm/mm_gran/mm_graninit.c +++ b/mm/mm_gran/mm_graninit.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_graninit.c * + * 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/mm/mm_gran/mm_granrelease.c b/mm/mm_gran/mm_granrelease.c index 67c3c444079..99dbd2c821d 100644 --- a/mm/mm_gran/mm_granrelease.c +++ b/mm/mm_gran/mm_granrelease.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_granrelease.c * + * 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/mm/mm_gran/mm_granreserve.c b/mm/mm_gran/mm_granreserve.c index eb6aabfb79f..6045949ffee 100644 --- a/mm/mm_gran/mm_granreserve.c +++ b/mm/mm_gran/mm_granreserve.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_granreserve.c * + * 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/mm/mm_gran/mm_grantable.c b/mm/mm_gran/mm_grantable.c index 93c027db4c9..84c8077d932 100644 --- a/mm/mm_gran/mm_grantable.c +++ b/mm/mm_gran/mm_grantable.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_grantable.c * + * 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/mm/mm_gran/mm_grantable.h b/mm/mm_gran/mm_grantable.h index 40f2f609e5f..38fa60b5295 100644 --- a/mm/mm_gran/mm_grantable.h +++ b/mm/mm_gran/mm_grantable.h @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_grantable.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/mm/mm_gran/mm_pgalloc.c b/mm/mm_gran/mm_pgalloc.c index 369b057de97..46e6c273125 100644 --- a/mm/mm_gran/mm_pgalloc.c +++ b/mm/mm_gran/mm_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_gran/mm_pgalloc.c * + * 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/mm/mm_heap/CMakeLists.txt b/mm/mm_heap/CMakeLists.txt index ddb935866a3..234feb5dee4 100644 --- a/mm/mm_heap/CMakeLists.txt +++ b/mm/mm_heap/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/mm_heap/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/mm/mm_heap/Make.defs b/mm/mm_heap/Make.defs index 88d682759e2..bfa4cd421e9 100644 --- a/mm/mm_heap/Make.defs +++ b/mm/mm_heap/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/mm_heap/Make.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/mm/mm_heap/mm.h b/mm/mm_heap/mm.h index ed315688e18..80c59c316ea 100644 --- a/mm/mm_heap/mm.h +++ b/mm/mm_heap/mm.h @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm.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/mm/mm_heap/mm_addfreechunk.c b/mm/mm_heap/mm_addfreechunk.c index d0379ee2d75..1e2de704950 100644 --- a/mm/mm_heap/mm_addfreechunk.c +++ b/mm/mm_heap/mm_addfreechunk.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_addfreechunk.c * + * 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/mm/mm_heap/mm_brkaddr.c b/mm/mm_heap/mm_brkaddr.c index 480026ef3d0..372e69fe0f7 100644 --- a/mm/mm_heap/mm_brkaddr.c +++ b/mm/mm_heap/mm_brkaddr.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_brkaddr.c * + * 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/mm/mm_heap/mm_calloc.c b/mm/mm_heap/mm_calloc.c index 3efed7f51c3..f0d6a288606 100644 --- a/mm/mm_heap/mm_calloc.c +++ b/mm/mm_heap/mm_calloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_calloc.c * + * 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/mm/mm_heap/mm_checkcorruption.c b/mm/mm_heap/mm_checkcorruption.c index 4b9e0c99691..57570499020 100644 --- a/mm/mm_heap/mm_checkcorruption.c +++ b/mm/mm_heap/mm_checkcorruption.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_checkcorruption.c * + * 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/mm/mm_heap/mm_extend.c b/mm/mm_heap/mm_extend.c index 910192f393b..ee6943c3bf8 100644 --- a/mm/mm_heap/mm_extend.c +++ b/mm/mm_heap/mm_extend.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_extend.c * + * 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/mm/mm_heap/mm_foreach.c b/mm/mm_heap/mm_foreach.c index 04c886a8e4b..9be84a9848d 100644 --- a/mm/mm_heap/mm_foreach.c +++ b/mm/mm_heap/mm_foreach.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_foreach.c * + * 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/mm/mm_heap/mm_free.c b/mm/mm_heap/mm_free.c index 7c8f885a4b8..1f638120b07 100644 --- a/mm/mm_heap/mm_free.c +++ b/mm/mm_heap/mm_free.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_free.c * + * 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/mm/mm_heap/mm_heapmember.c b/mm/mm_heap/mm_heapmember.c index 168ba1765b3..239bdf5050b 100644 --- a/mm/mm_heap/mm_heapmember.c +++ b/mm/mm_heap/mm_heapmember.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_heapmember.c * + * 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/mm/mm_heap/mm_initialize.c b/mm/mm_heap/mm_initialize.c index 9ceb5183462..0efff5cb509 100644 --- a/mm/mm_heap/mm_initialize.c +++ b/mm/mm_heap/mm_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_initialize.c * + * 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/mm/mm_heap/mm_lock.c b/mm/mm_heap/mm_lock.c index 7118b7f16d7..862a4fc68ec 100644 --- a/mm/mm_heap/mm_lock.c +++ b/mm/mm_heap/mm_lock.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_lock.c * + * 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/mm/mm_heap/mm_mallinfo.c b/mm/mm_heap/mm_mallinfo.c index 407b6fe6e85..bb301a8983d 100644 --- a/mm/mm_heap/mm_mallinfo.c +++ b/mm/mm_heap/mm_mallinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_mallinfo.c * + * 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/mm/mm_heap/mm_malloc.c b/mm/mm_heap/mm_malloc.c index c6cde651ebe..8813fecac21 100644 --- a/mm/mm_heap/mm_malloc.c +++ b/mm/mm_heap/mm_malloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_malloc.c * + * 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/mm/mm_heap/mm_malloc_size.c b/mm/mm_heap/mm_malloc_size.c index cd1c673eab9..bb8ed7dcf51 100644 --- a/mm/mm_heap/mm_malloc_size.c +++ b/mm/mm_heap/mm_malloc_size.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_malloc_size.c * + * 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/mm/mm_heap/mm_memalign.c b/mm/mm_heap/mm_memalign.c index 4abf9b237d7..8eaeca29587 100644 --- a/mm/mm_heap/mm_memalign.c +++ b/mm/mm_heap/mm_memalign.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_memalign.c * + * 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/mm/mm_heap/mm_memdump.c b/mm/mm_heap/mm_memdump.c index 6c5ff9753d4..a0340b49ff5 100644 --- a/mm/mm_heap/mm_memdump.c +++ b/mm/mm_heap/mm_memdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_memdump.c * + * 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/mm/mm_heap/mm_realloc.c b/mm/mm_heap/mm_realloc.c index 76544da3880..c8f52a2934e 100644 --- a/mm/mm_heap/mm_realloc.c +++ b/mm/mm_heap/mm_realloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_realloc.c * + * 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/mm/mm_heap/mm_shrinkchunk.c b/mm/mm_heap/mm_shrinkchunk.c index 9c6660e67fe..06bd9629e5f 100644 --- a/mm/mm_heap/mm_shrinkchunk.c +++ b/mm/mm_heap/mm_shrinkchunk.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_shrinkchunk.c * + * 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/mm/mm_heap/mm_size2ndx.c b/mm/mm_heap/mm_size2ndx.c index 7e022f80ec2..00fafc7c26d 100644 --- a/mm/mm_heap/mm_size2ndx.c +++ b/mm/mm_heap/mm_size2ndx.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_size2ndx.c * + * 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/mm/mm_heap/mm_zalloc.c b/mm/mm_heap/mm_zalloc.c index c9eda9b645f..1c4109f5b3d 100644 --- a/mm/mm_heap/mm_zalloc.c +++ b/mm/mm_heap/mm_zalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/mm_heap/mm_zalloc.c * + * 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/mm/shm/CMakeLists.txt b/mm/shm/CMakeLists.txt index fd8d24d1ecc..10567bf9e73 100644 --- a/mm/shm/CMakeLists.txt +++ b/mm/shm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/shm/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/mm/shm/Make.defs b/mm/shm/Make.defs index b9514378e10..31743363e0a 100644 --- a/mm/shm/Make.defs +++ b/mm/shm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/shm/Make.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/mm/shm/shm.h b/mm/shm/shm.h index e6a37a04897..6d55167ef20 100644 --- a/mm/shm/shm.h +++ b/mm/shm/shm.h @@ -1,6 +1,8 @@ /**************************************************************************** * mm/shm/shm.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/mm/shm/shmat.c b/mm/shm/shmat.c index 2acf72e8a3d..a6b08d210c4 100644 --- a/mm/shm/shmat.c +++ b/mm/shm/shmat.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/shm/shmat.c * + * 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/mm/shm/shmctl.c b/mm/shm/shmctl.c index 8f128883534..01e1342465f 100644 --- a/mm/shm/shmctl.c +++ b/mm/shm/shmctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/shm/shmctl.c * + * 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/mm/shm/shmdt.c b/mm/shm/shmdt.c index df16286b020..073e0f925e3 100644 --- a/mm/shm/shmdt.c +++ b/mm/shm/shmdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/shm/shmdt.c * + * 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/mm/shm/shmget.c b/mm/shm/shmget.c index 0c6bcfc1627..857c4fe7921 100644 --- a/mm/shm/shmget.c +++ b/mm/shm/shmget.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/shm/shmget.c * + * 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/mm/tlsf/CMakeLists.txt b/mm/tlsf/CMakeLists.txt index 3b3e3bb200c..0f2734d4710 100644 --- a/mm/tlsf/CMakeLists.txt +++ b/mm/tlsf/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/tlsf/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/mm/tlsf/Make.defs b/mm/tlsf/Make.defs index c536c2890b0..014a4341889 100644 --- a/mm/tlsf/Make.defs +++ b/mm/tlsf/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/tlsf/Make.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/mm/tlsf/mm_tlsf.c b/mm/tlsf/mm_tlsf.c index 543b2c0d6d8..48aade6a5be 100644 --- a/mm/tlsf/mm_tlsf.c +++ b/mm/tlsf/mm_tlsf.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/tlsf/mm_tlsf.c * + * 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/mm/ubsan/CMakeLists.txt b/mm/ubsan/CMakeLists.txt index f7fbd8304db..2e7bfb852d3 100644 --- a/mm/ubsan/CMakeLists.txt +++ b/mm/ubsan/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/ubsan/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/mm/ubsan/Make.defs b/mm/ubsan/Make.defs index b41f2503c4d..98b4ad84f44 100644 --- a/mm/ubsan/Make.defs +++ b/mm/ubsan/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/ubsan/Make.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/mm/ubsan/ubsan.c b/mm/ubsan/ubsan.c index bfd86a10ec8..27eea0df526 100644 --- a/mm/ubsan/ubsan.c +++ b/mm/ubsan/ubsan.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/ubsan/ubsan.c * + * 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/mm/ubsan/ubsan.h b/mm/ubsan/ubsan.h index d9b31c5a0eb..a09369907b1 100644 --- a/mm/ubsan/ubsan.h +++ b/mm/ubsan/ubsan.h @@ -1,6 +1,8 @@ /**************************************************************************** * mm/ubsan/ubsan.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/mm/umm_heap/CMakeLists.txt b/mm/umm_heap/CMakeLists.txt index 78f906e780a..816ddfb3fb1 100644 --- a/mm/umm_heap/CMakeLists.txt +++ b/mm/umm_heap/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # mm/umm_heap/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/mm/umm_heap/Make.defs b/mm/umm_heap/Make.defs index e03b0bdaf87..5eb2af2a9f4 100644 --- a/mm/umm_heap/Make.defs +++ b/mm/umm_heap/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # mm/umm_heap/Make.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/mm/umm_heap/umm_addregion.c b/mm/umm_heap/umm_addregion.c index 4d1f0b641a5..d5c2193377a 100644 --- a/mm/umm_heap/umm_addregion.c +++ b/mm/umm_heap/umm_addregion.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_addregion.c * + * 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/mm/umm_heap/umm_brkaddr.c b/mm/umm_heap/umm_brkaddr.c index 180db6150d8..f82e54fe35e 100644 --- a/mm/umm_heap/umm_brkaddr.c +++ b/mm/umm_heap/umm_brkaddr.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_brkaddr.c * + * 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/mm/umm_heap/umm_calloc.c b/mm/umm_heap/umm_calloc.c index 43b10e913f6..3c16fa56dbd 100644 --- a/mm/umm_heap/umm_calloc.c +++ b/mm/umm_heap/umm_calloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_calloc.c * + * 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/mm/umm_heap/umm_checkcorruption.c b/mm/umm_heap/umm_checkcorruption.c index 3f4ad05bae3..f6810e66996 100644 --- a/mm/umm_heap/umm_checkcorruption.c +++ b/mm/umm_heap/umm_checkcorruption.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_checkcorruption.c * + * 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/mm/umm_heap/umm_extend.c b/mm/umm_heap/umm_extend.c index 06b2a851b68..00763777995 100644 --- a/mm/umm_heap/umm_extend.c +++ b/mm/umm_heap/umm_extend.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_extend.c * + * 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/mm/umm_heap/umm_free.c b/mm/umm_heap/umm_free.c index ebdf95274d9..446fb48c015 100644 --- a/mm/umm_heap/umm_free.c +++ b/mm/umm_heap/umm_free.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_free.c * + * 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/mm/umm_heap/umm_globals.c b/mm/umm_heap/umm_globals.c index b5e6290fe37..70e541c88b6 100644 --- a/mm/umm_heap/umm_globals.c +++ b/mm/umm_heap/umm_globals.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_globals.c * + * 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/mm/umm_heap/umm_heap.h b/mm/umm_heap/umm_heap.h index fb429381458..2e23941e8de 100644 --- a/mm/umm_heap/umm_heap.h +++ b/mm/umm_heap/umm_heap.h @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_heap.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/mm/umm_heap/umm_heapmember.c b/mm/umm_heap/umm_heapmember.c index 9f3eaff28d5..a013765d474 100644 --- a/mm/umm_heap/umm_heapmember.c +++ b/mm/umm_heap/umm_heapmember.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_heapmember.c * + * 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/mm/umm_heap/umm_initialize.c b/mm/umm_heap/umm_initialize.c index cfad97d18f6..9ddd8f89339 100644 --- a/mm/umm_heap/umm_initialize.c +++ b/mm/umm_heap/umm_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_initialize.c * + * 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/mm/umm_heap/umm_mallinfo.c b/mm/umm_heap/umm_mallinfo.c index 6c6a144c1fa..0e7e6675e43 100644 --- a/mm/umm_heap/umm_mallinfo.c +++ b/mm/umm_heap/umm_mallinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_mallinfo.c * + * 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/mm/umm_heap/umm_malloc.c b/mm/umm_heap/umm_malloc.c index 6be51611c3e..ce1f639836c 100644 --- a/mm/umm_heap/umm_malloc.c +++ b/mm/umm_heap/umm_malloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_malloc.c * + * 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/mm/umm_heap/umm_malloc_size.c b/mm/umm_heap/umm_malloc_size.c index 5bc3e7f1d0a..98e2f8198e2 100644 --- a/mm/umm_heap/umm_malloc_size.c +++ b/mm/umm_heap/umm_malloc_size.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_malloc_size.c * + * 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/mm/umm_heap/umm_memalign.c b/mm/umm_heap/umm_memalign.c index 52e53e3bd54..bb37e2d20df 100644 --- a/mm/umm_heap/umm_memalign.c +++ b/mm/umm_heap/umm_memalign.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_memalign.c * + * 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/mm/umm_heap/umm_memdump.c b/mm/umm_heap/umm_memdump.c index 138d038edd9..51552224f24 100644 --- a/mm/umm_heap/umm_memdump.c +++ b/mm/umm_heap/umm_memdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_memdump.c * + * 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/mm/umm_heap/umm_realloc.c b/mm/umm_heap/umm_realloc.c index 45eb1732b67..f8e5ccc98b2 100644 --- a/mm/umm_heap/umm_realloc.c +++ b/mm/umm_heap/umm_realloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_realloc.c * + * 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/mm/umm_heap/umm_sbrk.c b/mm/umm_heap/umm_sbrk.c index 9488a3715d4..351e0e77613 100644 --- a/mm/umm_heap/umm_sbrk.c +++ b/mm/umm_heap/umm_sbrk.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_sbrk.c * + * 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/mm/umm_heap/umm_zalloc.c b/mm/umm_heap/umm_zalloc.c index 2155d3000e6..ef023afe561 100644 --- a/mm/umm_heap/umm_zalloc.c +++ b/mm/umm_heap/umm_zalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * mm/umm_heap/umm_zalloc.c * + * 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