diff --git a/syscall/CMakeLists.txt b/syscall/CMakeLists.txt index ed49c7b0f5b..2dc25325878 100644 --- a/syscall/CMakeLists.txt +++ b/syscall/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # syscall/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/syscall/Makefile b/syscall/Makefile index 47efbae0070..a1256018be4 100644 --- a/syscall/Makefile +++ b/syscall/Makefile @@ -1,6 +1,8 @@ ############################################################################ # syscall/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/syscall/proxies/CMakeLists.txt b/syscall/proxies/CMakeLists.txt index 80f9dec52d1..97a79e1e99a 100644 --- a/syscall/proxies/CMakeLists.txt +++ b/syscall/proxies/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # syscall/proxies/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/syscall/proxies/Make.defs b/syscall/proxies/Make.defs index 15bb04c8bb4..e967698af31 100644 --- a/syscall/proxies/Make.defs +++ b/syscall/proxies/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # syscall/proxies/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/syscall/stubs/CMakeLists.txt b/syscall/stubs/CMakeLists.txt index 69341b42039..fdb884510c2 100644 --- a/syscall/stubs/CMakeLists.txt +++ b/syscall/stubs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # syscall/stubs/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/syscall/stubs/Make.defs b/syscall/stubs/Make.defs index 1e5fae7a2ba..8426b1cb296 100644 --- a/syscall/stubs/Make.defs +++ b/syscall/stubs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # syscall/stubs/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/syscall/syscall_names.c b/syscall/syscall_names.c index b4005fe6381..3c016883435 100644 --- a/syscall/syscall_names.c +++ b/syscall/syscall_names.c @@ -1,6 +1,8 @@ /**************************************************************************** * syscall/syscall_names.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/syscall/syscall_stublookup.c b/syscall/syscall_stublookup.c index fd44a2d0ea0..fc3f70a67fd 100644 --- a/syscall/syscall_stublookup.c +++ b/syscall/syscall_stublookup.c @@ -1,6 +1,8 @@ /**************************************************************************** * syscall/syscall_stublookup.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/syscall/syscall_wraps.h b/syscall/syscall_wraps.h index 0bc130ee6c8..11082b16c9b 100644 --- a/syscall/syscall_wraps.h +++ b/syscall/syscall_wraps.h @@ -1,6 +1,8 @@ /**************************************************************************** * syscall/syscall_wraps.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/syscall/wraps/CMakeLists.txt b/syscall/wraps/CMakeLists.txt index c252ae6e93d..bb0dc504817 100644 --- a/syscall/wraps/CMakeLists.txt +++ b/syscall/wraps/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # syscall/wraps/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/syscall/wraps/Make.defs b/syscall/wraps/Make.defs index 9643b587798..ab313627bed 100644 --- a/syscall/wraps/Make.defs +++ b/syscall/wraps/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # syscall/wraps/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