diff --git a/system/CMakeLists.txt b/system/CMakeLists.txt index 62ca957cb..0294b494f 100644 --- a/system/CMakeLists.txt +++ b/system/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/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/system/Make.defs b/system/Make.defs index e3d5126dc..113909191 100644 --- a/system/Make.defs +++ b/system/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/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/system/Makefile b/system/Makefile index da623e264..12d2610c1 100644 --- a/system/Makefile +++ b/system/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/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/system/adb/CMakeLists.txt b/system/adb/CMakeLists.txt index 97ab2754a..7d1f92341 100644 --- a/system/adb/CMakeLists.txt +++ b/system/adb/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/adb/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/system/adb/Make.defs b/system/adb/Make.defs index 83c0d7d55..d2ba03d0e 100644 --- a/system/adb/Make.defs +++ b/system/adb/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/adb/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/system/adb/Makefile b/system/adb/Makefile index 266b1a168..d8ed87b7b 100644 --- a/system/adb/Makefile +++ b/system/adb/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/adb/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/system/adb/adb_banner.c b/system/adb/adb_banner.c index 5228abc09..f45c22186 100644 --- a/system/adb/adb_banner.c +++ b/system/adb/adb_banner.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/adb/adb_banner.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/system/adb/adb_main.c b/system/adb/adb_main.c index 93a97d373..3895001d5 100644 --- a/system/adb/adb_main.c +++ b/system/adb/adb_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/adb/adb_main.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/system/adb/logcat_service.c b/system/adb/logcat_service.c index 15e9a3bff..7d4cb1a75 100644 --- a/system/adb/logcat_service.c +++ b/system/adb/logcat_service.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/adb/logcat_service.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/system/argtable3/CMakeLists.txt b/system/argtable3/CMakeLists.txt index cb38247c8..fee506f42 100644 --- a/system/argtable3/CMakeLists.txt +++ b/system/argtable3/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/argtable3/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/system/argtable3/Make.defs b/system/argtable3/Make.defs index 8ee817972..4b325613d 100644 --- a/system/argtable3/Make.defs +++ b/system/argtable3/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/argtable3/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/system/argtable3/Makefile b/system/argtable3/Makefile index d2daf46aa..592026f31 100644 --- a/system/argtable3/Makefile +++ b/system/argtable3/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/argtable3/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/system/batterydump/CMakeLists.txt b/system/batterydump/CMakeLists.txt index e822fb237..ebb5893a4 100644 --- a/system/batterydump/CMakeLists.txt +++ b/system/batterydump/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/batterydump/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/system/batterydump/Make.defs b/system/batterydump/Make.defs index 07126ab10..d42a961c9 100644 --- a/system/batterydump/Make.defs +++ b/system/batterydump/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/batterydump/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/system/batterydump/Makefile b/system/batterydump/Makefile index 5f4a4a1ad..16a1e8413 100644 --- a/system/batterydump/Makefile +++ b/system/batterydump/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/batterydump/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/system/batterydump/batterydump.c b/system/batterydump/batterydump.c index 0649c0f6c..d317058f4 100644 --- a/system/batterydump/batterydump.c +++ b/system/batterydump/batterydump.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/batterydump/batterydump.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/system/cdcacm/CMakeLists.txt b/system/cdcacm/CMakeLists.txt index d29b7bad8..c6a12d5b5 100644 --- a/system/cdcacm/CMakeLists.txt +++ b/system/cdcacm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/cdcacm/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/system/cdcacm/Make.defs b/system/cdcacm/Make.defs index b0bb2f650..08dc10ed2 100644 --- a/system/cdcacm/Make.defs +++ b/system/cdcacm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/cdcacm/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/system/cdcacm/Makefile b/system/cdcacm/Makefile index 91db35c0a..3c306337f 100644 --- a/system/cdcacm/Makefile +++ b/system/cdcacm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/cdcacm/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/system/cdcacm/cdcacm.h b/system/cdcacm/cdcacm.h index bc255a03f..cd2651e84 100644 --- a/system/cdcacm/cdcacm.h +++ b/system/cdcacm/cdcacm.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/cdcacm/cdcacm.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/system/cdcacm/cdcacm_main.c b/system/cdcacm/cdcacm_main.c index e3f08b19b..fcaaf4593 100644 --- a/system/cdcacm/cdcacm_main.c +++ b/system/cdcacm/cdcacm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/cdcacm/cdcacm_main.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/system/cfgdata/CMakeLists.txt b/system/cfgdata/CMakeLists.txt index 6a7b8e2dc..b3aff9de5 100644 --- a/system/cfgdata/CMakeLists.txt +++ b/system/cfgdata/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/cfgdata/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/system/cfgdata/Make.defs b/system/cfgdata/Make.defs index 810876600..133518362 100644 --- a/system/cfgdata/Make.defs +++ b/system/cfgdata/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/cfgdata/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/system/cfgdata/Makefile b/system/cfgdata/Makefile index 4958030b8..439ad5676 100644 --- a/system/cfgdata/Makefile +++ b/system/cfgdata/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/cfgdata/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/system/cfgdata/cfgdata_main.c b/system/cfgdata/cfgdata_main.c index 83776a555..ac218dc48 100644 --- a/system/cfgdata/cfgdata_main.c +++ b/system/cfgdata/cfgdata_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/cfgdata/cfgdata_main.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/system/cle/CMakeLists.txt b/system/cle/CMakeLists.txt index ee4f22a7e..43c69cfdd 100644 --- a/system/cle/CMakeLists.txt +++ b/system/cle/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/cle/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/system/cle/Make.defs b/system/cle/Make.defs index 561e882cf..2f3938a42 100644 --- a/system/cle/Make.defs +++ b/system/cle/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/cle/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/system/cle/Makefile b/system/cle/Makefile index e9ecfa811..d888d722b 100644 --- a/system/cle/Makefile +++ b/system/cle/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/cle/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/system/cle/cle.c b/system/cle/cle.c index 06bdb0b53..cf11f7097 100644 --- a/system/cle/cle.c +++ b/system/cle/cle.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/cle/cle.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/system/composite/CMakeLists.txt b/system/composite/CMakeLists.txt index eb2b55bc6..9ca2f72ca 100644 --- a/system/composite/CMakeLists.txt +++ b/system/composite/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/composite/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/system/composite/Make.defs b/system/composite/Make.defs index 6d591b781..bede538dd 100644 --- a/system/composite/Make.defs +++ b/system/composite/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/composite/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/system/composite/Makefile b/system/composite/Makefile index a9aa682b1..4411d807e 100644 --- a/system/composite/Makefile +++ b/system/composite/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/composite/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/system/composite/composite.h b/system/composite/composite.h index 0bef05ec0..1320748d1 100644 --- a/system/composite/composite.h +++ b/system/composite/composite.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/composite/composite.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/system/composite/composite_main.c b/system/composite/composite_main.c index 0a99b022f..9dc4399e8 100644 --- a/system/composite/composite_main.c +++ b/system/composite/composite_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/composite/composite_main.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/system/conntrack/CMakeLists.txt b/system/conntrack/CMakeLists.txt index 72fc17696..b79daec8a 100644 --- a/system/conntrack/CMakeLists.txt +++ b/system/conntrack/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/conntrack/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/system/conntrack/Make.defs b/system/conntrack/Make.defs index 9c746c6ad..5c9ec716e 100644 --- a/system/conntrack/Make.defs +++ b/system/conntrack/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/conntrack/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/system/conntrack/Makefile b/system/conntrack/Makefile index 31efea8e0..700a7c322 100644 --- a/system/conntrack/Makefile +++ b/system/conntrack/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/conntrack/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/system/conntrack/conntrack.c b/system/conntrack/conntrack.c index c58784b0d..f8a48302a 100644 --- a/system/conntrack/conntrack.c +++ b/system/conntrack/conntrack.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/conntrack/conntrack.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/system/coredump/CMakeLists.txt b/system/coredump/CMakeLists.txt index 5782629e1..ccb43391a 100644 --- a/system/coredump/CMakeLists.txt +++ b/system/coredump/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/coredump/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/system/coredump/Make.defs b/system/coredump/Make.defs index c149e863b..a4e640c11 100644 --- a/system/coredump/Make.defs +++ b/system/coredump/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/coredump/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/system/coredump/Makefile b/system/coredump/Makefile index 4fbd693ee..ec4859036 100644 --- a/system/coredump/Makefile +++ b/system/coredump/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/coredump/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/system/coredump/coredump.c b/system/coredump/coredump.c index 1846dc9ee..d859e0745 100644 --- a/system/coredump/coredump.c +++ b/system/coredump/coredump.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/coredump/coredump.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/system/critmon/CMakeLists.txt b/system/critmon/CMakeLists.txt index 9271f0b0d..b826f0987 100644 --- a/system/critmon/CMakeLists.txt +++ b/system/critmon/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/critmon/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/system/critmon/Make.defs b/system/critmon/Make.defs index 864fa768f..6a893b2e8 100644 --- a/system/critmon/Make.defs +++ b/system/critmon/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/critmon/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/system/critmon/Makefile b/system/critmon/Makefile index ec1c3cc9c..d0bbeba0e 100644 --- a/system/critmon/Makefile +++ b/system/critmon/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/critmon/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/system/critmon/critmon.c b/system/critmon/critmon.c index e5761fa1e..6b9f94860 100644 --- a/system/critmon/critmon.c +++ b/system/critmon/critmon.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/critmon/critmon.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/system/cu/CMakeLists.txt b/system/cu/CMakeLists.txt index b3121fb5f..ce84a313e 100644 --- a/system/cu/CMakeLists.txt +++ b/system/cu/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/cu/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/system/cu/Make.defs b/system/cu/Make.defs index a4c20a6e6..4ebb0f2ca 100644 --- a/system/cu/Make.defs +++ b/system/cu/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/cu/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/system/cu/Makefile b/system/cu/Makefile index 3869413cd..8769a360f 100644 --- a/system/cu/Makefile +++ b/system/cu/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/cu/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/system/cu/cu.h b/system/cu/cu.h index 89267b470..be9b31fb3 100644 --- a/system/cu/cu.h +++ b/system/cu/cu.h @@ -1,8 +1,9 @@ /**************************************************************************** * apps/system/cu/cu.h * - * Copyright (C) 2014 sysmocom - s.f.m.c. GmbH. All rights reserved. - * Author: Harald Welte + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 sysmocom - s.f.m.c. GmbH. All rights reserved. + * SPDX-FileContributor: Harald Welte * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/system/cu/cu_main.c b/system/cu/cu_main.c index 0997014cb..2b8fabda1 100644 --- a/system/cu/cu_main.c +++ b/system/cu/cu_main.c @@ -1,8 +1,9 @@ /**************************************************************************** * apps/system/cu/cu_main.c * - * Copyright (C) 2014 sysmocom - s.f.m.c. GmbH. All rights reserved. - * Author: Harald Welte + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 sysmocom - s.f.m.c. GmbH. All rights reserved. + * SPDX-FileContributor: Harald Welte * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/system/dd/CMakeLists.txt b/system/dd/CMakeLists.txt index 945319502..4b060867b 100644 --- a/system/dd/CMakeLists.txt +++ b/system/dd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/dd/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/system/dd/Make.defs b/system/dd/Make.defs index ac47b11c2..f64243ed1 100644 --- a/system/dd/Make.defs +++ b/system/dd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/dd/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/system/dd/Makefile b/system/dd/Makefile index 0b1178215..5bfafdca0 100644 --- a/system/dd/Makefile +++ b/system/dd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/dd/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/system/dd/dd_main.c b/system/dd/dd_main.c index a5e6a13eb..ca9e3c7b6 100644 --- a/system/dd/dd_main.c +++ b/system/dd/dd_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/dd/dd_main.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/system/debugpoint/CMakeLists.txt b/system/debugpoint/CMakeLists.txt index 2741ebf87..d353425fc 100644 --- a/system/debugpoint/CMakeLists.txt +++ b/system/debugpoint/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/debugpoint/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/system/debugpoint/Make.defs b/system/debugpoint/Make.defs index 590a9aa62..d452e0c60 100644 --- a/system/debugpoint/Make.defs +++ b/system/debugpoint/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/debugpoint/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/system/debugpoint/Makefile b/system/debugpoint/Makefile index 9a6b6506b..13f5d1f65 100644 --- a/system/debugpoint/Makefile +++ b/system/debugpoint/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/debugpoint/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/system/debugpoint/debug.c b/system/debugpoint/debug.c index b4f951ec4..b9696f6f5 100644 --- a/system/debugpoint/debug.c +++ b/system/debugpoint/debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/debugpoint/debug.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/system/dhcp6c/CMakeLists.txt b/system/dhcp6c/CMakeLists.txt index 0b1a21844..18e310f07 100644 --- a/system/dhcp6c/CMakeLists.txt +++ b/system/dhcp6c/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/dhcp6c/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/system/dhcp6c/Make.defs b/system/dhcp6c/Make.defs index 336ac6ed0..e144517af 100644 --- a/system/dhcp6c/Make.defs +++ b/system/dhcp6c/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/dhcp6c/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/system/dhcp6c/Makefile b/system/dhcp6c/Makefile index dcd4c852a..d4e67c57f 100644 --- a/system/dhcp6c/Makefile +++ b/system/dhcp6c/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/dhcp6c/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/system/dhcp6c/renew6_main.c b/system/dhcp6c/renew6_main.c index 99e1ac84e..d0f44382b 100644 --- a/system/dhcp6c/renew6_main.c +++ b/system/dhcp6c/renew6_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/dhcp6c/renew6_main.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/system/dhcpc/CMakeLists.txt b/system/dhcpc/CMakeLists.txt index 63d8c7613..766006359 100644 --- a/system/dhcpc/CMakeLists.txt +++ b/system/dhcpc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/dhcpc/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/system/dhcpc/Make.defs b/system/dhcpc/Make.defs index c92e6fa74..91b1923f2 100644 --- a/system/dhcpc/Make.defs +++ b/system/dhcpc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/dhcpc/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/system/dhcpc/Makefile b/system/dhcpc/Makefile index 88c1f19b6..97ba0fda3 100644 --- a/system/dhcpc/Makefile +++ b/system/dhcpc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/dhcpc/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/system/dhcpc/renew_main.c b/system/dhcpc/renew_main.c index 33200f52e..cbd10aa28 100644 --- a/system/dhcpc/renew_main.c +++ b/system/dhcpc/renew_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/dhcpc/renew_main.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/system/dumpstack/CMakeLists.txt b/system/dumpstack/CMakeLists.txt index f7e4eb800..fb0f1b382 100644 --- a/system/dumpstack/CMakeLists.txt +++ b/system/dumpstack/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/dumpstack/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/system/dumpstack/Make.defs b/system/dumpstack/Make.defs index e7d51a1dd..df336e333 100644 --- a/system/dumpstack/Make.defs +++ b/system/dumpstack/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/dumpstack/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/system/dumpstack/Makefile b/system/dumpstack/Makefile index b76243cab..8a26abe71 100644 --- a/system/dumpstack/Makefile +++ b/system/dumpstack/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/dumpstack/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/system/dumpstack/dumpstack.c b/system/dumpstack/dumpstack.c index d779f8084..4c7731740 100644 --- a/system/dumpstack/dumpstack.c +++ b/system/dumpstack/dumpstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/dumpstack/dumpstack.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/system/fastboot/CMakeLists.txt b/system/fastboot/CMakeLists.txt index 96a6713f0..c565caa26 100644 --- a/system/fastboot/CMakeLists.txt +++ b/system/fastboot/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/fastboot/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/system/fastboot/Make.defs b/system/fastboot/Make.defs index 441591b4b..b2ddc28ec 100644 --- a/system/fastboot/Make.defs +++ b/system/fastboot/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/fastboot/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/system/fastboot/Makefile b/system/fastboot/Makefile index 9a4793da7..866234e52 100644 --- a/system/fastboot/Makefile +++ b/system/fastboot/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/fastboot/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/system/fastboot/fastboot.c b/system/fastboot/fastboot.c index 377b37402..550ea18c2 100644 --- a/system/fastboot/fastboot.c +++ b/system/fastboot/fastboot.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/fastboot/fastboot.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/system/fdt/CMakeLists.txt b/system/fdt/CMakeLists.txt index b11f732ca..cb1d1dfcc 100644 --- a/system/fdt/CMakeLists.txt +++ b/system/fdt/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/fdt/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/system/fdt/Make.defs b/system/fdt/Make.defs index 6958c01f9..56b2203d9 100644 --- a/system/fdt/Make.defs +++ b/system/fdt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/fdt/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/system/fdt/Makefile b/system/fdt/Makefile index a0e656e18..58329c89a 100644 --- a/system/fdt/Makefile +++ b/system/fdt/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/fdt/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/system/flash_eraseall/CMakeLists.txt b/system/flash_eraseall/CMakeLists.txt index 47b4360cc..56a8e4e7c 100644 --- a/system/flash_eraseall/CMakeLists.txt +++ b/system/flash_eraseall/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/flash_eraseall/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/system/flash_eraseall/Make.defs b/system/flash_eraseall/Make.defs index e12bb89a4..61ce70fbf 100644 --- a/system/flash_eraseall/Make.defs +++ b/system/flash_eraseall/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/flash_eraseall/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/system/flash_eraseall/Makefile b/system/flash_eraseall/Makefile index 77e388f38..33257a3bf 100644 --- a/system/flash_eraseall/Makefile +++ b/system/flash_eraseall/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/flash_eraseall/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/system/flash_eraseall/flash_eraseall_main.c b/system/flash_eraseall/flash_eraseall_main.c index 338152925..aabdfab08 100644 --- a/system/flash_eraseall/flash_eraseall_main.c +++ b/system/flash_eraseall/flash_eraseall_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/flash_eraseall/flash_eraseall_main.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/system/flatbuffers/CMakeLists.txt b/system/flatbuffers/CMakeLists.txt index 82fad521b..bbfc68421 100644 --- a/system/flatbuffers/CMakeLists.txt +++ b/system/flatbuffers/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/flatbuffers/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/system/flatbuffers/Make.defs b/system/flatbuffers/Make.defs index 7c313e524..88f5f6ce1 100644 --- a/system/flatbuffers/Make.defs +++ b/system/flatbuffers/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/flatbuffers/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/system/flatbuffers/Makefile b/system/flatbuffers/Makefile index 3b01f6bac..a0e78caca 100644 --- a/system/flatbuffers/Makefile +++ b/system/flatbuffers/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/flatbuffers/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/system/gcov/CMakeLists.txt b/system/gcov/CMakeLists.txt index 0aadc69ca..1902490b5 100644 --- a/system/gcov/CMakeLists.txt +++ b/system/gcov/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/gcov/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/system/gcov/Make.defs b/system/gcov/Make.defs index bd791d37b..35672ceb6 100644 --- a/system/gcov/Make.defs +++ b/system/gcov/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/gcov/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/system/gcov/Makefile b/system/gcov/Makefile index c839707e2..b9e348020 100644 --- a/system/gcov/Makefile +++ b/system/gcov/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/gcov/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/system/gcov/gcov.c b/system/gcov/gcov.c index 1feec7d0a..64acb3c0e 100644 --- a/system/gcov/gcov.c +++ b/system/gcov/gcov.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/gcov/gcov.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/system/gdbstub/CMakeLists.txt b/system/gdbstub/CMakeLists.txt index b03b65723..4faa13fb9 100644 --- a/system/gdbstub/CMakeLists.txt +++ b/system/gdbstub/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/gdbstub/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/system/gdbstub/Make.defs b/system/gdbstub/Make.defs index 9324d49a1..77a270b6b 100644 --- a/system/gdbstub/Make.defs +++ b/system/gdbstub/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/gdbstub/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/system/gdbstub/Makefile b/system/gdbstub/Makefile index 75df5cdf6..1d98bf093 100644 --- a/system/gdbstub/Makefile +++ b/system/gdbstub/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/gdbstub/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/system/gdbstub/gdbstub.c b/system/gdbstub/gdbstub.c index 9fe1b7c03..e928c7b14 100644 --- a/system/gdbstub/gdbstub.c +++ b/system/gdbstub/gdbstub.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/gdbstub/gdbstub.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/system/gprof/CMakeLists.txt b/system/gprof/CMakeLists.txt index c789c8839..75ea91d57 100644 --- a/system/gprof/CMakeLists.txt +++ b/system/gprof/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/gprof/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/system/gprof/Make.defs b/system/gprof/Make.defs index ee8214abb..02bd5be0b 100644 --- a/system/gprof/Make.defs +++ b/system/gprof/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/gprof/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/system/gprof/Makefile b/system/gprof/Makefile index 432a735d5..dd6e775d3 100644 --- a/system/gprof/Makefile +++ b/system/gprof/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/gprof/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/system/gprof/gprof.c b/system/gprof/gprof.c index 61f4637f6..ad75ee751 100644 --- a/system/gprof/gprof.c +++ b/system/gprof/gprof.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/gprof/gprof.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/system/hex2bin/CMakeLists.txt b/system/hex2bin/CMakeLists.txt index c87024904..d30f9a3e6 100644 --- a/system/hex2bin/CMakeLists.txt +++ b/system/hex2bin/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/hex2bin/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/system/hex2bin/Make.defs b/system/hex2bin/Make.defs index a2d25e58e..5856b5a80 100644 --- a/system/hex2bin/Make.defs +++ b/system/hex2bin/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/hex2bin/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/system/hex2bin/Makefile b/system/hex2bin/Makefile index dde9100fd..c8b7a1c42 100644 --- a/system/hex2bin/Makefile +++ b/system/hex2bin/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/hex2bin/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/system/hex2bin/hex2bin_main.c b/system/hex2bin/hex2bin_main.c index 1f376f72d..b83d211b9 100644 --- a/system/hex2bin/hex2bin_main.c +++ b/system/hex2bin/hex2bin_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/hex2bin/hex2bin_main.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/system/hex2bin/hex2mem_main.c b/system/hex2bin/hex2mem_main.c index 9cd3af2e6..45a61aade 100644 --- a/system/hex2bin/hex2mem_main.c +++ b/system/hex2bin/hex2mem_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/hex2bin/hex2mem_main.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/system/hexed/CMakeLists.txt b/system/hexed/CMakeLists.txt index a304b7cc0..79528bb78 100644 --- a/system/hexed/CMakeLists.txt +++ b/system/hexed/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/hexed/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/system/hexed/Make.defs b/system/hexed/Make.defs index 69dd716f8..54e971766 100644 --- a/system/hexed/Make.defs +++ b/system/hexed/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/hexed/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/system/hexed/Makefile b/system/hexed/Makefile index aa80b4ad6..4d6caa436 100644 --- a/system/hexed/Makefile +++ b/system/hexed/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/hexed/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/system/hexed/include/bfile.h b/system/hexed/include/bfile.h index c517d3644..6fd533d68 100644 --- a/system/hexed/include/bfile.h +++ b/system/hexed/include/bfile.h @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/include/bfile.h - * Buffered file control header * - * Copyright (c) 2010, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/system/hexed/include/cmdargs.h b/system/hexed/include/cmdargs.h index 267b153a5..04c928f55 100644 --- a/system/hexed/include/cmdargs.h +++ b/system/hexed/include/cmdargs.h @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/include/cmdargs.h - * Command line argument parsing header * - * Copyright (c) 2010, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/system/hexed/include/hexed.h b/system/hexed/include/hexed.h index 38265e460..bf0489bd0 100644 --- a/system/hexed/include/hexed.h +++ b/system/hexed/include/hexed.h @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/include/hexed.h - * Command line HEXadecimal file EDitor header * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/system/hexed/src/bfile.c b/system/hexed/src/bfile.c index 5039f0c9e..75cb6b0de 100644 --- a/system/hexed/src/bfile.c +++ b/system/hexed/src/bfile.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/bfile.c - * Buffered file control * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/system/hexed/src/cmdargs.c b/system/hexed/src/cmdargs.c index a1180dd6f..ca8f0b4f5 100644 --- a/system/hexed/src/cmdargs.c +++ b/system/hexed/src/cmdargs.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/cmdargs.c - * Command line argument parsing * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/system/hexed/src/hexcopy.c b/system/hexed/src/hexcopy.c index 99b94c5f5..c6ba192ec 100644 --- a/system/hexed/src/hexcopy.c +++ b/system/hexed/src/hexcopy.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/hexcopy.c - * hexed copy command * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/system/hexed/src/hexdump.c b/system/hexed/src/hexdump.c index c4e0dea2a..063544cc8 100644 --- a/system/hexed/src/hexdump.c +++ b/system/hexed/src/hexdump.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/hexdump.c - * hexed dump command * - * Copyright (c) 2010, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/system/hexed/src/hexed.c b/system/hexed/src/hexed.c index 646faea24..cb0fdd07b 100644 --- a/system/hexed/src/hexed.c +++ b/system/hexed/src/hexed.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/hexed.c - * Command line HEXadecimal file EDitor * - * Copyright (c) 2010, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/system/hexed/src/hexenter.c b/system/hexed/src/hexenter.c index 3fec1c302..e53610ccd 100644 --- a/system/hexed/src/hexenter.c +++ b/system/hexed/src/hexenter.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/hexenter.c - * hexed enter command * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/system/hexed/src/hexhelp.c b/system/hexed/src/hexhelp.c index 6622ed2d7..250dbcf80 100644 --- a/system/hexed/src/hexhelp.c +++ b/system/hexed/src/hexhelp.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/hexhelp.c - * hexed help command * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/system/hexed/src/hexinsert.c b/system/hexed/src/hexinsert.c index 377ea1a01..caf6fdc9f 100644 --- a/system/hexed/src/hexinsert.c +++ b/system/hexed/src/hexinsert.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/hexinsert.c - * hexed insert command * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/system/hexed/src/hexmove.c b/system/hexed/src/hexmove.c index d3e1c609f..4edea1a87 100644 --- a/system/hexed/src/hexmove.c +++ b/system/hexed/src/hexmove.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/hexmove.c - * hexed move command * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/system/hexed/src/hexremove.c b/system/hexed/src/hexremove.c index 69f9e52a3..d282c6db5 100644 --- a/system/hexed/src/hexremove.c +++ b/system/hexed/src/hexremove.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/hexremove.c - * hexed remove command * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/system/hexed/src/hexword.c b/system/hexed/src/hexword.c index 660e0baa8..1ab978d26 100644 --- a/system/hexed/src/hexword.c +++ b/system/hexed/src/hexword.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/system/hexed/src/hexword.c - * hexed word command * - * Copyright (c) 2011, B.ZaaR, All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2011, B.ZaaR, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/system/hostname/CMakeLists.txt b/system/hostname/CMakeLists.txt index 1fbf13cfd..15ae7a0a7 100644 --- a/system/hostname/CMakeLists.txt +++ b/system/hostname/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/hostname/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/system/hostname/Make.defs b/system/hostname/Make.defs index 92080eef6..028c80525 100644 --- a/system/hostname/Make.defs +++ b/system/hostname/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/hostname/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/system/hostname/Makefile b/system/hostname/Makefile index c745113a5..8fe15ef42 100644 --- a/system/hostname/Makefile +++ b/system/hostname/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/hostname/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/system/hostname/hostname_main.c b/system/hostname/hostname_main.c index 6a597cf72..be6d101d8 100644 --- a/system/hostname/hostname_main.c +++ b/system/hostname/hostname_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/hostname/hostname_main.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/system/i2c/CMakeLists.txt b/system/i2c/CMakeLists.txt index 39d807dc7..efe540405 100644 --- a/system/i2c/CMakeLists.txt +++ b/system/i2c/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/i2c/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/system/i2c/Make.defs b/system/i2c/Make.defs index 2d901fc1d..fada8ad1f 100644 --- a/system/i2c/Make.defs +++ b/system/i2c/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/i2c/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/system/i2c/Makefile b/system/i2c/Makefile index 0e6846aef..eaf5eda17 100644 --- a/system/i2c/Makefile +++ b/system/i2c/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/i2c/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/system/i2c/i2c_bus.c b/system/i2c/i2c_bus.c index 9c87f9c8d..b50a7ce62 100644 --- a/system/i2c/i2c_bus.c +++ b/system/i2c/i2c_bus.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_bus.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/system/i2c/i2c_common.c b/system/i2c/i2c_common.c index 2ede53232..96224290b 100644 --- a/system/i2c/i2c_common.c +++ b/system/i2c/i2c_common.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_common.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/system/i2c/i2c_dev.c b/system/i2c/i2c_dev.c index a06742feb..cd83ec965 100644 --- a/system/i2c/i2c_dev.c +++ b/system/i2c/i2c_dev.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_dev.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/system/i2c/i2c_devif.c b/system/i2c/i2c_devif.c index 2f72a42ad..dcf1c2ea6 100644 --- a/system/i2c/i2c_devif.c +++ b/system/i2c/i2c_devif.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_devif.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/system/i2c/i2c_dump.c b/system/i2c/i2c_dump.c index c26c5f333..940f2529e 100644 --- a/system/i2c/i2c_dump.c +++ b/system/i2c/i2c_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_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/system/i2c/i2c_get.c b/system/i2c/i2c_get.c index 569ac50bf..57644e895 100644 --- a/system/i2c/i2c_get.c +++ b/system/i2c/i2c_get.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_get.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/system/i2c/i2c_hexdump.c b/system/i2c/i2c_hexdump.c index da843ee65..204627478 100644 --- a/system/i2c/i2c_hexdump.c +++ b/system/i2c/i2c_hexdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_hexdump.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/system/i2c/i2c_main.c b/system/i2c/i2c_main.c index 2ad9e3a35..7abe9bdd1 100644 --- a/system/i2c/i2c_main.c +++ b/system/i2c/i2c_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_main.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/system/i2c/i2c_reset.c b/system/i2c/i2c_reset.c index 550d5607a..98177b793 100644 --- a/system/i2c/i2c_reset.c +++ b/system/i2c/i2c_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_reset.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/system/i2c/i2c_set.c b/system/i2c/i2c_set.c index 883b287de..4eb0548d0 100644 --- a/system/i2c/i2c_set.c +++ b/system/i2c/i2c_set.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_set.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/system/i2c/i2c_verf.c b/system/i2c/i2c_verf.c index 1c2080921..e0e4c9218 100644 --- a/system/i2c/i2c_verf.c +++ b/system/i2c/i2c_verf.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2c_verf.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/system/i2c/i2ctool.h b/system/i2c/i2ctool.h index 27553866d..062307c2e 100644 --- a/system/i2c/i2ctool.h +++ b/system/i2c/i2ctool.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/i2c/i2ctool.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/system/input/CMakeLists.txt b/system/input/CMakeLists.txt index 383859601..17d07e6a5 100644 --- a/system/input/CMakeLists.txt +++ b/system/input/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/input/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/system/input/Make.defs b/system/input/Make.defs index 2edb506bd..e1fe92b7e 100644 --- a/system/input/Make.defs +++ b/system/input/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/input/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/system/input/Makefile b/system/input/Makefile index 81407a103..75c5c6bda 100644 --- a/system/input/Makefile +++ b/system/input/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/input/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/system/input/input.c b/system/input/input.c index de7022caa..94004af93 100644 --- a/system/input/input.c +++ b/system/input/input.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/input/input.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed 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 diff --git a/system/iptables/CMakeLists.txt b/system/iptables/CMakeLists.txt index 6f51fa79f..39572f6c0 100644 --- a/system/iptables/CMakeLists.txt +++ b/system/iptables/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/iptables/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/system/iptables/Make.defs b/system/iptables/Make.defs index 52469d42b..ccd3c1893 100644 --- a/system/iptables/Make.defs +++ b/system/iptables/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/iptables/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/system/iptables/Makefile b/system/iptables/Makefile index 5f62b5518..1f0155e75 100644 --- a/system/iptables/Makefile +++ b/system/iptables/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/iptables/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/system/iptables/ip6tables.c b/system/iptables/ip6tables.c index 4e404a6c9..e29d92301 100644 --- a/system/iptables/ip6tables.c +++ b/system/iptables/ip6tables.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/iptables/ip6tables.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/system/iptables/iptables.c b/system/iptables/iptables.c index ba9577079..7072ed968 100644 --- a/system/iptables/iptables.c +++ b/system/iptables/iptables.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/iptables/iptables.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/system/iptables/iptables.h b/system/iptables/iptables.h index 0f2d269cc..a5dedbb9f 100644 --- a/system/iptables/iptables.h +++ b/system/iptables/iptables.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/iptables/iptables.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/system/iptables/iptables_utils.c b/system/iptables/iptables_utils.c index 89c9aa611..9428e0fea 100644 --- a/system/iptables/iptables_utils.c +++ b/system/iptables/iptables_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/iptables/iptables_utils.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/system/libuv/CMakeLists.txt b/system/libuv/CMakeLists.txt index 125185f65..4685da12f 100644 --- a/system/libuv/CMakeLists.txt +++ b/system/libuv/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/libuv/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/system/libuv/Make.defs b/system/libuv/Make.defs index fb9419308..d0ca87bf7 100644 --- a/system/libuv/Make.defs +++ b/system/libuv/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/libuv/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/system/libuv/Makefile b/system/libuv/Makefile index 5adc1f8d7..b8d4e0d8b 100644 --- a/system/libuv/Makefile +++ b/system/libuv/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/libuv/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/system/lm75/CMakeLists.txt b/system/lm75/CMakeLists.txt index 1dbc8bf1b..3b68b1307 100644 --- a/system/lm75/CMakeLists.txt +++ b/system/lm75/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/lm75/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/system/lm75/Make.defs b/system/lm75/Make.defs index cde717465..54e09038f 100644 --- a/system/lm75/Make.defs +++ b/system/lm75/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/lm75/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/system/lm75/Makefile b/system/lm75/Makefile index c581c7065..342077710 100644 --- a/system/lm75/Makefile +++ b/system/lm75/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/lm75/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/system/lm75/lm75.c b/system/lm75/lm75.c index 57595fcbe..cf9f87f9e 100644 --- a/system/lm75/lm75.c +++ b/system/lm75/lm75.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/lm75/lm75.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/system/lsan/CMakeLists.txt b/system/lsan/CMakeLists.txt index 0e2ded3c5..6fbdee370 100644 --- a/system/lsan/CMakeLists.txt +++ b/system/lsan/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/lsan/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/system/lsan/Make.defs b/system/lsan/Make.defs index 10fd558e5..063282320 100644 --- a/system/lsan/Make.defs +++ b/system/lsan/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/lsan/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/system/lsan/Makefile b/system/lsan/Makefile index 749ed3ee7..ecf888453 100644 --- a/system/lsan/Makefile +++ b/system/lsan/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/lsan/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/system/lsan/lsan_main.c b/system/lsan/lsan_main.c index 3b5003cb0..d0c8a06ea 100644 --- a/system/lsan/lsan_main.c +++ b/system/lsan/lsan_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/lsan/lsan_main.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/system/lzf/CMakeLists.txt b/system/lzf/CMakeLists.txt index 5747d8446..6f97cd3a7 100644 --- a/system/lzf/CMakeLists.txt +++ b/system/lzf/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/lzf/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/system/lzf/Make.defs b/system/lzf/Make.defs index ea59457c1..df8cdac05 100644 --- a/system/lzf/Make.defs +++ b/system/lzf/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/lzf/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/system/lzf/Makefile b/system/lzf/Makefile index 140c2f30b..40b1df044 100644 --- a/system/lzf/Makefile +++ b/system/lzf/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/lzf/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/system/lzf/Makefile.host b/system/lzf/Makefile.host index d0693f0dc..fa29854c9 100644 --- a/system/lzf/Makefile.host +++ b/system/lzf/Makefile.host @@ -1,6 +1,8 @@ ############################################################################ # apps/system/lzf/Makefile.host # +# 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/system/lzf/lzf_main.c b/system/lzf/lzf_main.c index f76935f9c..5e6fcbe94 100644 --- a/system/lzf/lzf_main.c +++ b/system/lzf/lzf_main.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/system/lzf/lzf_main.c * - * Copyright (c) 2006 Stefan Traby + * SPDX-License-Identifier: BSD-2-Clause + * SPDX-FileCopyrightText: 2006 Stefan Traby * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/system/mdio/CMakeLists.txt b/system/mdio/CMakeLists.txt index 0af71533d..5013ec045 100644 --- a/system/mdio/CMakeLists.txt +++ b/system/mdio/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/mdio/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/system/mdio/Make.defs b/system/mdio/Make.defs index 49ece556f..313b4531f 100644 --- a/system/mdio/Make.defs +++ b/system/mdio/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/mdio/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/system/mdio/Makefile b/system/mdio/Makefile index f04348dee..03813a865 100644 --- a/system/mdio/Makefile +++ b/system/mdio/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/mdio/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/system/mdio/mdio_main.c b/system/mdio/mdio_main.c index 2346a0502..860d4c317 100644 --- a/system/mdio/mdio_main.c +++ b/system/mdio/mdio_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/mdio/mdio_main.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/system/netdb/CMakeLists.txt b/system/netdb/CMakeLists.txt index 4bd8d2319..525e96d7b 100644 --- a/system/netdb/CMakeLists.txt +++ b/system/netdb/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/netdb/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/system/netdb/Make.defs b/system/netdb/Make.defs index b76d9a9d1..4a2f743a9 100644 --- a/system/netdb/Make.defs +++ b/system/netdb/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/netdb/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/system/netdb/Makefile b/system/netdb/Makefile index e0c685b87..60f50235f 100644 --- a/system/netdb/Makefile +++ b/system/netdb/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/netdb/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/system/netdb/netdb_main.c b/system/netdb/netdb_main.c index 9252011c7..8260de35d 100644 --- a/system/netdb/netdb_main.c +++ b/system/netdb/netdb_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/netdb/netdb_main.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/system/nsh/CMakeLists.txt b/system/nsh/CMakeLists.txt index 8cf5902ee..d58dc75b7 100644 --- a/system/nsh/CMakeLists.txt +++ b/system/nsh/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/nsh/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/system/nsh/Make.defs b/system/nsh/Make.defs index 1606f7579..401d26d49 100644 --- a/system/nsh/Make.defs +++ b/system/nsh/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nsh/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/system/nsh/Makefile b/system/nsh/Makefile index d6f14490a..fed2f1567 100644 --- a/system/nsh/Makefile +++ b/system/nsh/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nsh/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/system/nsh/nsh_main.c b/system/nsh/nsh_main.c index 6a82938ee..3a68afbfe 100644 --- a/system/nsh/nsh_main.c +++ b/system/nsh/nsh_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nsh/nsh_main.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/system/nsh/sh_main.c b/system/nsh/sh_main.c index 38e45920d..4a324155f 100644 --- a/system/nsh/sh_main.c +++ b/system/nsh/sh_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nsh/sh_main.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/system/ntpc/CMakeLists.txt b/system/ntpc/CMakeLists.txt index aaacd50bc..6c36cb349 100644 --- a/system/ntpc/CMakeLists.txt +++ b/system/ntpc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/ntpc/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/system/ntpc/Make.defs b/system/ntpc/Make.defs index 9573fdd2b..64949f08d 100644 --- a/system/ntpc/Make.defs +++ b/system/ntpc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ntpc/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/system/ntpc/Makefile b/system/ntpc/Makefile index 4f25e3588..8a6fb0856 100644 --- a/system/ntpc/Makefile +++ b/system/ntpc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ntpc/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/system/ntpc/ntpcstart_main.c b/system/ntpc/ntpcstart_main.c index 3812c1302..dc69a6abe 100644 --- a/system/ntpc/ntpcstart_main.c +++ b/system/ntpc/ntpcstart_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ntpc/ntpcstart_main.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/system/ntpc/ntpcstatus_main.c b/system/ntpc/ntpcstatus_main.c index 73c251db5..457f9f974 100644 --- a/system/ntpc/ntpcstatus_main.c +++ b/system/ntpc/ntpcstatus_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ntpc/ntpcstatus_main.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/system/ntpc/ntpcstop_main.c b/system/ntpc/ntpcstop_main.c index be1e911a9..89cb397e8 100644 --- a/system/ntpc/ntpcstop_main.c +++ b/system/ntpc/ntpcstop_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ntpc/ntpcstop_main.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/system/nxcamera/CMakeLists.txt b/system/nxcamera/CMakeLists.txt index 4f7aad5dc..55aba0df0 100644 --- a/system/nxcamera/CMakeLists.txt +++ b/system/nxcamera/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/nxcamera/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/system/nxcamera/Make.defs b/system/nxcamera/Make.defs index bb3931b44..fe2b92cd5 100644 --- a/system/nxcamera/Make.defs +++ b/system/nxcamera/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxcamera/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/system/nxcamera/Makefile b/system/nxcamera/Makefile index 88cbffe73..204e5a483 100644 --- a/system/nxcamera/Makefile +++ b/system/nxcamera/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxcamera/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/system/nxcamera/nxcamera.c b/system/nxcamera/nxcamera.c index ed68caf53..d2070e966 100644 --- a/system/nxcamera/nxcamera.c +++ b/system/nxcamera/nxcamera.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxcamera/nxcamera.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/system/nxcamera/nxcamera_main.c b/system/nxcamera/nxcamera_main.c index e834932f4..c5fd52d9e 100644 --- a/system/nxcamera/nxcamera_main.c +++ b/system/nxcamera/nxcamera_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxcamera/nxcamera_main.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/system/nxcodec/CMakeLists.txt b/system/nxcodec/CMakeLists.txt index fcb19d80e..a640dc1dd 100644 --- a/system/nxcodec/CMakeLists.txt +++ b/system/nxcodec/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/nxcodec/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/system/nxcodec/Make.defs b/system/nxcodec/Make.defs index ba0768549..2e60809a0 100644 --- a/system/nxcodec/Make.defs +++ b/system/nxcodec/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxcodec/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/system/nxcodec/Makefile b/system/nxcodec/Makefile index 220e4f82c..33722be01 100644 --- a/system/nxcodec/Makefile +++ b/system/nxcodec/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxcodec/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/system/nxcodec/nxcodec.c b/system/nxcodec/nxcodec.c index ddcc64bb9..729676fce 100644 --- a/system/nxcodec/nxcodec.c +++ b/system/nxcodec/nxcodec.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxcodec/nxcodec.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/system/nxcodec/nxcodec.h b/system/nxcodec/nxcodec.h index a3e89217b..eb6d5f291 100644 --- a/system/nxcodec/nxcodec.h +++ b/system/nxcodec/nxcodec.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxcodec/nxcodec.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/system/nxcodec/nxcodec_context.c b/system/nxcodec/nxcodec_context.c index 258c3c3e8..025627d36 100644 --- a/system/nxcodec/nxcodec_context.c +++ b/system/nxcodec/nxcodec_context.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxcodec/nxcodec_context.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/system/nxcodec/nxcodec_context.h b/system/nxcodec/nxcodec_context.h index 854fc67aa..b679380ff 100644 --- a/system/nxcodec/nxcodec_context.h +++ b/system/nxcodec/nxcodec_context.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxcodec/nxcodec_context.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/system/nxcodec/nxcodec_main.c b/system/nxcodec/nxcodec_main.c index 06f9f910c..b4aab3131 100644 --- a/system/nxcodec/nxcodec_main.c +++ b/system/nxcodec/nxcodec_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxcodec/nxcodec_main.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/system/nxdiag/Make.defs b/system/nxdiag/Make.defs index 8ba171698..8a8c1a039 100644 --- a/system/nxdiag/Make.defs +++ b/system/nxdiag/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxdiag/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/system/nxdiag/Makefile b/system/nxdiag/Makefile index 5180b62be..2e971a46d 100644 --- a/system/nxdiag/Makefile +++ b/system/nxdiag/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxdiag/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/system/nxdiag/nxdiag.c b/system/nxdiag/nxdiag.c index dae2a342b..c10ebeca3 100644 --- a/system/nxdiag/nxdiag.c +++ b/system/nxdiag/nxdiag.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxdiag/nxdiag.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/system/nxlooper/CMakeLists.txt b/system/nxlooper/CMakeLists.txt index 76ab06f07..078519115 100644 --- a/system/nxlooper/CMakeLists.txt +++ b/system/nxlooper/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/nxlooper/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/system/nxlooper/Make.defs b/system/nxlooper/Make.defs index e2e3c8ec0..edae44f8d 100644 --- a/system/nxlooper/Make.defs +++ b/system/nxlooper/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxlooper/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/system/nxlooper/Makefile b/system/nxlooper/Makefile index d3e733767..6e32465d6 100644 --- a/system/nxlooper/Makefile +++ b/system/nxlooper/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxlooper/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/system/nxlooper/nxlooper.c b/system/nxlooper/nxlooper.c index a55b02859..d8a5ec198 100644 --- a/system/nxlooper/nxlooper.c +++ b/system/nxlooper/nxlooper.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxlooper/nxlooper.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/system/nxlooper/nxlooper_main.c b/system/nxlooper/nxlooper_main.c index 39be125ed..82a7ec50d 100644 --- a/system/nxlooper/nxlooper_main.c +++ b/system/nxlooper/nxlooper_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxlooper/nxlooper_main.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/system/nxplayer/CMakeLists.txt b/system/nxplayer/CMakeLists.txt index 82ef6d131..f167991d6 100644 --- a/system/nxplayer/CMakeLists.txt +++ b/system/nxplayer/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/nxplayer/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/system/nxplayer/Make.defs b/system/nxplayer/Make.defs index 2f22783a8..5c7e2ed1e 100644 --- a/system/nxplayer/Make.defs +++ b/system/nxplayer/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxplayer/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/system/nxplayer/Makefile b/system/nxplayer/Makefile index 02e77446f..777a77b7b 100644 --- a/system/nxplayer/Makefile +++ b/system/nxplayer/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxplayer/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/system/nxplayer/nxplayer.c b/system/nxplayer/nxplayer.c index 1221935b7..38f252c1a 100644 --- a/system/nxplayer/nxplayer.c +++ b/system/nxplayer/nxplayer.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxplayer/nxplayer.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/system/nxplayer/nxplayer_common.c b/system/nxplayer/nxplayer_common.c index 47e0b288a..94b794c2c 100644 --- a/system/nxplayer/nxplayer_common.c +++ b/system/nxplayer/nxplayer_common.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxplayer/nxplayer_common.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/system/nxplayer/nxplayer_main.c b/system/nxplayer/nxplayer_main.c index dc9d60152..e4869cf64 100644 --- a/system/nxplayer/nxplayer_main.c +++ b/system/nxplayer/nxplayer_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxplayer/nxplayer_main.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/system/nxplayer/nxplayer_mp3.c b/system/nxplayer/nxplayer_mp3.c index 445fe29dd..7bf324f47 100644 --- a/system/nxplayer/nxplayer_mp3.c +++ b/system/nxplayer/nxplayer_mp3.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxplayer/nxplayer_mp3.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/system/nxplayer/nxplayer_sbc.c b/system/nxplayer/nxplayer_sbc.c index c3851f416..50b7b82a2 100644 --- a/system/nxplayer/nxplayer_sbc.c +++ b/system/nxplayer/nxplayer_sbc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxplayer/nxplayer_sbc.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/system/nxrecorder/CMakeLists.txt b/system/nxrecorder/CMakeLists.txt index 5f43d4e75..91412f89c 100644 --- a/system/nxrecorder/CMakeLists.txt +++ b/system/nxrecorder/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/nxrecorder/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/system/nxrecorder/Make.defs b/system/nxrecorder/Make.defs index ca583d4f4..3f1d4beac 100644 --- a/system/nxrecorder/Make.defs +++ b/system/nxrecorder/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxrecorder/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/system/nxrecorder/Makefile b/system/nxrecorder/Makefile index 2a2f6d09f..9d83b6dd4 100644 --- a/system/nxrecorder/Makefile +++ b/system/nxrecorder/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/nxrecorder/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/system/nxrecorder/nxrecorder.c b/system/nxrecorder/nxrecorder.c index 10f4806e9..882632a37 100644 --- a/system/nxrecorder/nxrecorder.c +++ b/system/nxrecorder/nxrecorder.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxrecorder/nxrecorder.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/system/nxrecorder/nxrecorder_amr.c b/system/nxrecorder/nxrecorder_amr.c index 646be196f..2f03d06af 100644 --- a/system/nxrecorder/nxrecorder_amr.c +++ b/system/nxrecorder/nxrecorder_amr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxrecorder/nxrecorder_amr.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/system/nxrecorder/nxrecorder_common.c b/system/nxrecorder/nxrecorder_common.c index 04d3ce941..d063f140c 100644 --- a/system/nxrecorder/nxrecorder_common.c +++ b/system/nxrecorder/nxrecorder_common.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxrecorder/nxrecorder_common.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/system/nxrecorder/nxrecorder_main.c b/system/nxrecorder/nxrecorder_main.c index bdfc2c3eb..340611696 100644 --- a/system/nxrecorder/nxrecorder_main.c +++ b/system/nxrecorder/nxrecorder_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/nxrecorder/nxrecorder_main.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/system/ofloader/CMakeLists.txt b/system/ofloader/CMakeLists.txt index b706f9074..7346856cf 100644 --- a/system/ofloader/CMakeLists.txt +++ b/system/ofloader/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/ofloader/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/system/ofloader/Make.defs b/system/ofloader/Make.defs index e7b79a4fa..e54ca70c1 100644 --- a/system/ofloader/Make.defs +++ b/system/ofloader/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ofloader/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/system/ofloader/Makefile b/system/ofloader/Makefile index 8145e53c6..25160bb41 100644 --- a/system/ofloader/Makefile +++ b/system/ofloader/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ofloader/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/system/ofloader/ofloader.c b/system/ofloader/ofloader.c index 62e52bc0b..f68e4a964 100644 --- a/system/ofloader/ofloader.c +++ b/system/ofloader/ofloader.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ofloader/ofloader.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/system/ofloader/ofloader.h b/system/ofloader/ofloader.h index 37efff624..4d42e3dc8 100644 --- a/system/ofloader/ofloader.h +++ b/system/ofloader/ofloader.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ofloader/ofloader.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/system/ofloader/segger.c b/system/ofloader/segger.c index 0e4d6c6ae..9308454ae 100644 --- a/system/ofloader/segger.c +++ b/system/ofloader/segger.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ofloader/segger.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/system/ping/CMakeLists.txt b/system/ping/CMakeLists.txt index ede8dc31a..e640aa2d3 100644 --- a/system/ping/CMakeLists.txt +++ b/system/ping/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/ping/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/system/ping/Make.defs b/system/ping/Make.defs index 72c33608f..7f03389ac 100644 --- a/system/ping/Make.defs +++ b/system/ping/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ping/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/system/ping/Makefile b/system/ping/Makefile index 037216226..9f82c5304 100644 --- a/system/ping/Makefile +++ b/system/ping/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ping/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/system/ping/ping.c b/system/ping/ping.c index 22399c48c..804522112 100644 --- a/system/ping/ping.c +++ b/system/ping/ping.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ping/ping.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/system/ping6/CMakeLists.txt b/system/ping6/CMakeLists.txt index 944901a58..38589a2b3 100644 --- a/system/ping6/CMakeLists.txt +++ b/system/ping6/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/ping6/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/system/ping6/Make.defs b/system/ping6/Make.defs index ae05cdf50..e1e6cfcc0 100644 --- a/system/ping6/Make.defs +++ b/system/ping6/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ping6/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/system/ping6/Makefile b/system/ping6/Makefile index d3c6e9eaf..ce79578ad 100644 --- a/system/ping6/Makefile +++ b/system/ping6/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ping6/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/system/ping6/ping6.c b/system/ping6/ping6.c index edd04eb42..5d18637b8 100644 --- a/system/ping6/ping6.c +++ b/system/ping6/ping6.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ping6/ping6.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/system/popen/CMakeLists.txt b/system/popen/CMakeLists.txt index 6a15c0a41..78add77e6 100644 --- a/system/popen/CMakeLists.txt +++ b/system/popen/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/popen/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/system/popen/Make.defs b/system/popen/Make.defs index d1aac4c14..9ecee32e9 100644 --- a/system/popen/Make.defs +++ b/system/popen/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/popen/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/system/popen/Makefile b/system/popen/Makefile index 3a25aceaf..fbd958274 100644 --- a/system/popen/Makefile +++ b/system/popen/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/popen/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/system/popen/popen.c b/system/popen/popen.c index d4dd63cf1..5da6cadf1 100644 --- a/system/popen/popen.c +++ b/system/popen/popen.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/popen/popen.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/system/psmq/Make.defs b/system/psmq/Make.defs index fcf7effed..dbff8aa2c 100644 --- a/system/psmq/Make.defs +++ b/system/psmq/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/psmq/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/system/psmq/Makefile b/system/psmq/Makefile index 72afd35a2..b414da61e 100644 --- a/system/psmq/Makefile +++ b/system/psmq/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/psmq/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/system/ptpd/CMakeLists.txt b/system/ptpd/CMakeLists.txt index 318fa4858..d98b30c83 100644 --- a/system/ptpd/CMakeLists.txt +++ b/system/ptpd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/ptpd/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/system/ptpd/Make.defs b/system/ptpd/Make.defs index 065a6c94b..5be56aa89 100644 --- a/system/ptpd/Make.defs +++ b/system/ptpd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ptpd/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/system/ptpd/Makefile b/system/ptpd/Makefile index 31c8355fc..d8eec82d2 100644 --- a/system/ptpd/Makefile +++ b/system/ptpd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ptpd/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/system/ptpd/ptpd_main.c b/system/ptpd/ptpd_main.c index 46d24339e..503300bce 100644 --- a/system/ptpd/ptpd_main.c +++ b/system/ptpd/ptpd_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ptpd/ptpd_main.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/system/readline/CMakeLists.txt b/system/readline/CMakeLists.txt index e298f77ab..09fbd9ae6 100644 --- a/system/readline/CMakeLists.txt +++ b/system/readline/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/readline/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/system/readline/Make.defs b/system/readline/Make.defs index 6f6f49ce2..5ebf7ea47 100644 --- a/system/readline/Make.defs +++ b/system/readline/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/readline/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/system/readline/Makefile b/system/readline/Makefile index d14e4f003..7f529b171 100644 --- a/system/readline/Makefile +++ b/system/readline/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/readline/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/system/readline/readline.c b/system/readline/readline.c index b077b4e86..b8032e1ee 100644 --- a/system/readline/readline.c +++ b/system/readline/readline.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/readline/readline.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/system/readline/readline.h b/system/readline/readline.h index 58ebc1caa..b4b5927f8 100644 --- a/system/readline/readline.h +++ b/system/readline/readline.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/readline/readline.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/system/readline/readline_common.c b/system/readline/readline_common.c index 3e63681b2..273821357 100644 --- a/system/readline/readline_common.c +++ b/system/readline/readline_common.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/readline/readline_common.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/system/readline/readline_fd.c b/system/readline/readline_fd.c index 914cafdde..d3822becf 100644 --- a/system/readline/readline_fd.c +++ b/system/readline/readline_fd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/readline/readline_fd.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/system/readline/readline_stream.c b/system/readline/readline_stream.c index e2f4aeab9..3445d65a6 100644 --- a/system/readline/readline_stream.c +++ b/system/readline/readline_stream.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/readline/readline_stream.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/system/sched_note/CMakeLists.txt b/system/sched_note/CMakeLists.txt index 4319a6620..df59a5011 100644 --- a/system/sched_note/CMakeLists.txt +++ b/system/sched_note/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/sched_note/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/system/sched_note/Make.defs b/system/sched_note/Make.defs index b9658e92a..42eb65048 100644 --- a/system/sched_note/Make.defs +++ b/system/sched_note/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/sched_note/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/system/sched_note/Makefile b/system/sched_note/Makefile index 9b92e3bba..f0db5a6b2 100644 --- a/system/sched_note/Makefile +++ b/system/sched_note/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/sched_note/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/system/sched_note/note_main.c b/system/sched_note/note_main.c index 2f0691796..4abe3b424 100644 --- a/system/sched_note/note_main.c +++ b/system/sched_note/note_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/sched_note/note_main.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/system/sensorscope/CMakeLists.txt b/system/sensorscope/CMakeLists.txt index 554114ff2..d1aaa2867 100644 --- a/system/sensorscope/CMakeLists.txt +++ b/system/sensorscope/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/sensorscope/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/system/sensorscope/Make.defs b/system/sensorscope/Make.defs index 2e7664771..d4b84a721 100644 --- a/system/sensorscope/Make.defs +++ b/system/sensorscope/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/systen/sensorscope/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/system/sensorscope/Makefile b/system/sensorscope/Makefile index 18ee63133..815e72208 100644 --- a/system/sensorscope/Makefile +++ b/system/sensorscope/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/sensorscope/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/system/sensorscope/sensorscope_main.c b/system/sensorscope/sensorscope_main.c index ab80be527..fa194b39e 100644 --- a/system/sensorscope/sensorscope_main.c +++ b/system/sensorscope/sensorscope_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/sensorscope/sensorscope_main.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/system/setlogmask/CMakeLists.txt b/system/setlogmask/CMakeLists.txt index 062bdb347..9a38c0bbf 100644 --- a/system/setlogmask/CMakeLists.txt +++ b/system/setlogmask/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/setlogmask/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/system/setlogmask/Make.defs b/system/setlogmask/Make.defs index 753e35772..3892070db 100644 --- a/system/setlogmask/Make.defs +++ b/system/setlogmask/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/setlogmask/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/system/setlogmask/Makefile b/system/setlogmask/Makefile index 886709fcd..a5d10ebb6 100644 --- a/system/setlogmask/Makefile +++ b/system/setlogmask/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/setlogmask/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/system/setlogmask/setlogmask.c b/system/setlogmask/setlogmask.c index 83c091741..c405be5a9 100644 --- a/system/setlogmask/setlogmask.c +++ b/system/setlogmask/setlogmask.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/setlogmask/setlogmask.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/system/settings/Make.defs b/system/settings/Make.defs index 9092af73f..532ed0e70 100644 --- a/system/settings/Make.defs +++ b/system/settings/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/settings/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/system/settings/Makefile b/system/settings/Makefile index 318b2278d..cd5865723 100644 --- a/system/settings/Makefile +++ b/system/settings/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/settings/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/system/settings/settings.c b/system/settings/settings.c index 3af4e4961..d6a6673af 100644 --- a/system/settings/settings.c +++ b/system/settings/settings.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/settings/settings.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/system/settings/storage.h b/system/settings/storage.h index dd6672baa..1190d2939 100644 --- a/system/settings/storage.h +++ b/system/settings/storage.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/settings/storage.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/system/settings/storage_bin.c b/system/settings/storage_bin.c index 6c6ed6777..dff17f6fa 100644 --- a/system/settings/storage_bin.c +++ b/system/settings/storage_bin.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/settings/storage_bin.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/system/settings/storage_text.c b/system/settings/storage_text.c index d1d4f85fe..de48a60a2 100644 --- a/system/settings/storage_text.c +++ b/system/settings/storage_text.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/settings/storage_text.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/system/spi/CMakeLists.txt b/system/spi/CMakeLists.txt index 162c86c14..691dbfc76 100644 --- a/system/spi/CMakeLists.txt +++ b/system/spi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/spi/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/system/spi/Make.defs b/system/spi/Make.defs index fab66e59c..09ff246fc 100644 --- a/system/spi/Make.defs +++ b/system/spi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/spi/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/system/spi/Makefile b/system/spi/Makefile index f9fd9b03a..a800ed0e0 100644 --- a/system/spi/Makefile +++ b/system/spi/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/spi/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/system/spi/spi_bus.c b/system/spi/spi_bus.c index db167afa7..d3765009d 100644 --- a/system/spi/spi_bus.c +++ b/system/spi/spi_bus.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/spi/spi_bus.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/system/spi/spi_common.c b/system/spi/spi_common.c index 906b4d1f0..bb35063af 100644 --- a/system/spi/spi_common.c +++ b/system/spi/spi_common.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/spi/spi_common.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/system/spi/spi_devif.c b/system/spi/spi_devif.c index 4243e608b..e4c270578 100644 --- a/system/spi/spi_devif.c +++ b/system/spi/spi_devif.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/spi/spi_devif.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/system/spi/spi_exch.c b/system/spi/spi_exch.c index f229bf238..df2c81b38 100644 --- a/system/spi/spi_exch.c +++ b/system/spi/spi_exch.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/spi/spi_exch.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/system/spi/spi_main.c b/system/spi/spi_main.c index b9a698142..b09796db8 100644 --- a/system/spi/spi_main.c +++ b/system/spi/spi_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/spi/spi_main.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/system/spi/spitool.h b/system/spi/spitool.h index 8db21821f..cf6f4bbc9 100644 --- a/system/spi/spitool.h +++ b/system/spi/spitool.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/spi/spitool.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/system/stackmonitor/CMakeLists.txt b/system/stackmonitor/CMakeLists.txt index ad231b60b..932cf4234 100644 --- a/system/stackmonitor/CMakeLists.txt +++ b/system/stackmonitor/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/stackmonitor/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/system/stackmonitor/Make.defs b/system/stackmonitor/Make.defs index ba3bc06ac..d244a2722 100644 --- a/system/stackmonitor/Make.defs +++ b/system/stackmonitor/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/stackmonitor/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/system/stackmonitor/Makefile b/system/stackmonitor/Makefile index 824b96b41..7cc81663a 100644 --- a/system/stackmonitor/Makefile +++ b/system/stackmonitor/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/stackmonitor/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/system/stackmonitor/stackmonitor.c b/system/stackmonitor/stackmonitor.c index 2aca2c17b..7fb316933 100644 --- a/system/stackmonitor/stackmonitor.c +++ b/system/stackmonitor/stackmonitor.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/stackmonitor/stackmonitor.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/system/system/CMakeLists.txt b/system/system/CMakeLists.txt index 97c7e55f7..56136a01b 100644 --- a/system/system/CMakeLists.txt +++ b/system/system/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/system/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/system/system/Make.defs b/system/system/Make.defs index bd4b484a9..00faabf1a 100644 --- a/system/system/Make.defs +++ b/system/system/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/system/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/system/system/Makefile b/system/system/Makefile index 73daf2c33..c3463df93 100644 --- a/system/system/Makefile +++ b/system/system/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/system/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/system/system/system.c b/system/system/system.c index 096f99718..3fd9850d7 100644 --- a/system/system/system.c +++ b/system/system/system.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/system/system.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/system/taskset/CMakeLists.txt b/system/taskset/CMakeLists.txt index 4954b8220..b274f534d 100644 --- a/system/taskset/CMakeLists.txt +++ b/system/taskset/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/taskset/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/system/taskset/Make.defs b/system/taskset/Make.defs index b0f5e40dd..a0c304590 100644 --- a/system/taskset/Make.defs +++ b/system/taskset/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/taskset/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/system/taskset/Makefile b/system/taskset/Makefile index 45fec5d21..82e53853e 100644 --- a/system/taskset/Makefile +++ b/system/taskset/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/taskset/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/system/taskset/taskset.c b/system/taskset/taskset.c index 3cffd2e28..af74a4076 100644 --- a/system/taskset/taskset.c +++ b/system/taskset/taskset.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/taskset/taskset.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/system/tcpdump/CMakeLists.txt b/system/tcpdump/CMakeLists.txt index f01276cc1..3728da825 100644 --- a/system/tcpdump/CMakeLists.txt +++ b/system/tcpdump/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/tcpdump/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/system/tcpdump/Make.defs b/system/tcpdump/Make.defs index 37e90067e..4f8639230 100644 --- a/system/tcpdump/Make.defs +++ b/system/tcpdump/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/tcpdump/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/system/tcpdump/Makefile b/system/tcpdump/Makefile index 4968b15ec..39edc8da2 100644 --- a/system/tcpdump/Makefile +++ b/system/tcpdump/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/tcpdump/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/system/tcpdump/tcpdump.c b/system/tcpdump/tcpdump.c index 2daac913a..0220ae8bd 100644 --- a/system/tcpdump/tcpdump.c +++ b/system/tcpdump/tcpdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/tcpdump/tcpdump.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/system/tee/CMakeLists.txt b/system/tee/CMakeLists.txt index 0e4af638b..a333dcc0e 100644 --- a/system/tee/CMakeLists.txt +++ b/system/tee/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/tee/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/system/tee/Make.defs b/system/tee/Make.defs index 6548b82b9..42811df1a 100644 --- a/system/tee/Make.defs +++ b/system/tee/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/tee/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/system/tee/Makefile b/system/tee/Makefile index 09ba9b928..3dd8394f7 100644 --- a/system/tee/Makefile +++ b/system/tee/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/tee/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/system/telnet/CMakeLists.txt b/system/telnet/CMakeLists.txt index a9d959052..7f2eefb2e 100644 --- a/system/telnet/CMakeLists.txt +++ b/system/telnet/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/telnet/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/system/telnet/Make.defs b/system/telnet/Make.defs index 97ec7b226..bf732b51c 100644 --- a/system/telnet/Make.defs +++ b/system/telnet/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/telnet/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/system/telnet/Makefile b/system/telnet/Makefile index 659fac16f..f7a9ba0fe 100644 --- a/system/telnet/Makefile +++ b/system/telnet/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/telnet/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/system/telnet/telnet_chatd.c b/system/telnet/telnet_chatd.c index 5a7ca4fe5..5ab503092 100644 --- a/system/telnet/telnet_chatd.c +++ b/system/telnet/telnet_chatd.c @@ -1,23 +1,12 @@ /**************************************************************************** * apps/system/telnet/telnet_chatd.c * - * Leveraged from libtelnet, https://github.com/seanmiddleditch/libtelnet. - * Modified and re-released under the BSD license: - * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The original authors of libtelnet are listed below. Per their licesne, - * "The author or authors of this code dedicate any and all copyright - * interest in this code to the public domain. We make this dedication for - * the benefit of the public at large and to the detriment of our heirs and - * successors. We intend this dedication to be an overt act of - * relinquishment in perpetuity of all present and future rights to this - * code under copyright law." - * - * Author: Sean Middleditch - * (Also listed in the AUTHORS file are Jack Kelly - * and Katherine Flavel ) + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Sean Middleditch + * SPDX-FileContributor: Jack Kelly + * SPDX-FileContributor: Katherine Flavel + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -48,6 +37,21 @@ * ****************************************************************************/ +/* Leveraged from libtelnet, https://github.com/seanmiddleditch/libtelnet. + * Modified and re-released under the BSD license. + * + * The original authors of libtelnet are listed below. Per their licesne, + * "The author or authors of this code dedicate any and all copyright + * interest in this code to the public domain. We make this dedication for + * the benefit of the public at large and to the detriment of our heirs and + * successors. We intend this dedication to be an overt act of + * relinquishment in perpetuity of all present and future rights to this + * code under copyright law." + * + * Author: Sean Middleditch + * (Also listed in the AUTHORS file are Jack Kelly + * and Katherine Flavel ) + */ /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/system/telnet/telnet_client.c b/system/telnet/telnet_client.c index 14ef9f923..7104d9053 100644 --- a/system/telnet/telnet_client.c +++ b/system/telnet/telnet_client.c @@ -1,23 +1,12 @@ /**************************************************************************** * apps/system/telnet/telnet_client.c * - * Leveraged from libtelnet, https://github.com/seanmiddleditch/libtelnet. - * Modified and re-released under the BSD license: - * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * The original authors of libtelnet are listed below. Per their licesne, - * "The author or authors of this code dedicate any and all copyright - * interest in this code to the public domain. We make this dedication for - * the benefit of the public at large and to the detriment of our heirs and - * successors. We intend this dedication to be an overt act of - * relinquishment in perpetuity of all present and future rights to this - * code under copyright law." - * - * Author: Sean Middleditch - * (Also listed in the AUTHORS file are Jack Kelly - * and Katherine Flavel ) + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Sean Middleditch + * SPDX-FileContributor: Jack Kelly + * SPDX-FileContributor: Katherine Flavel + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -48,6 +37,21 @@ * ****************************************************************************/ +/* Leveraged from libtelnet, https://github.com/seanmiddleditch/libtelnet. + * Modified and re-released under the BSD license. + * + * The original authors of libtelnet are listed below. Per their licesne, + * "The author or authors of this code dedicate any and all copyright + * interest in this code to the public domain. We make this dedication for + * the benefit of the public at large and to the detriment of our heirs and + * successors. We intend this dedication to be an overt act of + * relinquishment in perpetuity of all present and future rights to this + * code under copyright law." + * + * Author: Sean Middleditch + * (Also listed in the AUTHORS file are Jack Kelly + * and Katherine Flavel ) + */ /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/system/telnetd/CMakeLists.txt b/system/telnetd/CMakeLists.txt index 79b569677..73990048c 100644 --- a/system/telnetd/CMakeLists.txt +++ b/system/telnetd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/telnetd/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/system/telnetd/Make.defs b/system/telnetd/Make.defs index dceb475ea..0c3e7a43f 100644 --- a/system/telnetd/Make.defs +++ b/system/telnetd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/telnetd/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/system/telnetd/Makefile b/system/telnetd/Makefile index 414e90ca5..1c7bc7494 100644 --- a/system/telnetd/Makefile +++ b/system/telnetd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/telnetd/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/system/telnetd/telnetd.c b/system/telnetd/telnetd.c index 8f536f2eb..5d861b1b1 100644 --- a/system/telnetd/telnetd.c +++ b/system/telnetd/telnetd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/telnetd/telnetd.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/system/termcurses/CMakeLists.txt b/system/termcurses/CMakeLists.txt index 733250012..b38f8216b 100644 --- a/system/termcurses/CMakeLists.txt +++ b/system/termcurses/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/termcurses/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/system/termcurses/Make.defs b/system/termcurses/Make.defs index 9e532aa13..8a4bbfaef 100644 --- a/system/termcurses/Make.defs +++ b/system/termcurses/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/termcurses/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/system/termcurses/Makefile b/system/termcurses/Makefile index e6e4ccc6b..7d42cb500 100644 --- a/system/termcurses/Makefile +++ b/system/termcurses/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/termcurses/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/system/termcurses/tcurses_priv.h b/system/termcurses/tcurses_priv.h index 853d45c3a..44f708739 100644 --- a/system/termcurses/tcurses_priv.h +++ b/system/termcurses/tcurses_priv.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/termcurses/tcurses_priv.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/system/termcurses/tcurses_vt100.c b/system/termcurses/tcurses_vt100.c index 2cd3c215a..84c369cce 100644 --- a/system/termcurses/tcurses_vt100.c +++ b/system/termcurses/tcurses_vt100.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/termcurses/tcurses_vt100.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/system/termcurses/termcurses.c b/system/termcurses/termcurses.c index 1b6c6d392..4d042b6eb 100644 --- a/system/termcurses/termcurses.c +++ b/system/termcurses/termcurses.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/termcurses/termcurses.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/system/trace/CMakeLists.txt b/system/trace/CMakeLists.txt index acb26ba72..9b192b43d 100644 --- a/system/trace/CMakeLists.txt +++ b/system/trace/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/trace/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/system/trace/Make.defs b/system/trace/Make.defs index 048217064..81726f26f 100644 --- a/system/trace/Make.defs +++ b/system/trace/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/trace/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/system/trace/Makefile b/system/trace/Makefile index 685c92d1f..e768d7439 100644 --- a/system/trace/Makefile +++ b/system/trace/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/trace/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/system/trace/trace.c b/system/trace/trace.c index e41bf8e8b..46126b9e2 100644 --- a/system/trace/trace.c +++ b/system/trace/trace.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/trace/trace.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/system/trace/trace.h b/system/trace/trace.h index c71df4cb4..5ac104841 100644 --- a/system/trace/trace.h +++ b/system/trace/trace.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/trace/trace.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/system/trace/trace_dump.c b/system/trace/trace_dump.c index b78867a84..d51453da1 100644 --- a/system/trace/trace_dump.c +++ b/system/trace/trace_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/trace/trace_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/system/ubloxmodem/CMakeLists.txt b/system/ubloxmodem/CMakeLists.txt index 7354b5d5f..aa7947710 100644 --- a/system/ubloxmodem/CMakeLists.txt +++ b/system/ubloxmodem/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/ubloxmodem/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/system/ubloxmodem/Make.defs b/system/ubloxmodem/Make.defs index 4b709b8d2..3d6a3c28c 100644 --- a/system/ubloxmodem/Make.defs +++ b/system/ubloxmodem/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ubloxmodem/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/system/ubloxmodem/Makefile b/system/ubloxmodem/Makefile index d7a0c928f..14ef922a3 100644 --- a/system/ubloxmodem/Makefile +++ b/system/ubloxmodem/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ubloxmodem/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/system/ubloxmodem/ubloxmodem.h b/system/ubloxmodem/ubloxmodem.h index 7c9f99df3..c45bef8dd 100644 --- a/system/ubloxmodem/ubloxmodem.h +++ b/system/ubloxmodem/ubloxmodem.h @@ -1,8 +1,9 @@ /**************************************************************************** * apps/system/ubloxmodem/ubloxmodem.h * - * Copyright (C) 2016 Vladimir Komendantskiy. All rights reserved. - * Author: Vladimir Komendantskiy + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Vladimir Komendantskiy. All rights reserved. + * SPDX-FileContributor: Vladimir Komendantskiy * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/system/ubloxmodem/ubloxmodem_main.c b/system/ubloxmodem/ubloxmodem_main.c index 76f827f62..0a54b9240 100644 --- a/system/ubloxmodem/ubloxmodem_main.c +++ b/system/ubloxmodem/ubloxmodem_main.c @@ -1,8 +1,9 @@ /**************************************************************************** * apps/system/ubloxmodem/ubloxmodem_main.c * - * Copyright (C) 2016 Vladimir Komendantskiy. All rights reserved. - * Author: Vladimir Komendantskiy + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Vladimir Komendantskiy. All rights reserved. + * SPDX-FileContributor: Vladimir Komendantskiy * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/system/uniqueid/CMakeLists.txt b/system/uniqueid/CMakeLists.txt index d0a8c3d2a..633c410fb 100644 --- a/system/uniqueid/CMakeLists.txt +++ b/system/uniqueid/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/uniqueid/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/system/uniqueid/Make.defs b/system/uniqueid/Make.defs index 1968d725a..0a9dac4cc 100644 --- a/system/uniqueid/Make.defs +++ b/system/uniqueid/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/uniqueid/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/system/uniqueid/Makefile b/system/uniqueid/Makefile index 80b714444..1d6b5553b 100644 --- a/system/uniqueid/Makefile +++ b/system/uniqueid/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/uniqueid/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/system/uniqueid/uniqueid_main.c b/system/uniqueid/uniqueid_main.c index 1568d4a9c..8f4337f29 100644 --- a/system/uniqueid/uniqueid_main.c +++ b/system/uniqueid/uniqueid_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uniqueid/uniqueid_main.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/system/uorb/CMakeLists.txt b/system/uorb/CMakeLists.txt index 0242039c3..18656add3 100644 --- a/system/uorb/CMakeLists.txt +++ b/system/uorb/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/uorb/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/system/uorb/Make.defs b/system/uorb/Make.defs index 5d4e230ce..f09e19c5c 100644 --- a/system/uorb/Make.defs +++ b/system/uorb/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/uorb/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/system/uorb/Makefile b/system/uorb/Makefile index 764ae9ac1..3b3662208 100644 --- a/system/uorb/Makefile +++ b/system/uorb/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/uorb/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/system/uorb/listener.c b/system/uorb/listener.c index 9479cb2dd..08b57e6e1 100644 --- a/system/uorb/listener.c +++ b/system/uorb/listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/listener.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/system/uorb/sensor/accel.c b/system/uorb/sensor/accel.c index 6e3d31391..f2c67a34d 100644 --- a/system/uorb/sensor/accel.c +++ b/system/uorb/sensor/accel.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/accel.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/system/uorb/sensor/accel.h b/system/uorb/sensor/accel.h index d4ac1c4bb..6ee89ee76 100644 --- a/system/uorb/sensor/accel.h +++ b/system/uorb/sensor/accel.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/accel.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/system/uorb/sensor/angle.c b/system/uorb/sensor/angle.c index 03cd5aff6..e80404142 100644 --- a/system/uorb/sensor/angle.c +++ b/system/uorb/sensor/angle.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/angle.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/system/uorb/sensor/angle.h b/system/uorb/sensor/angle.h index cc7fd65fb..984b31556 100644 --- a/system/uorb/sensor/angle.h +++ b/system/uorb/sensor/angle.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/angle.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/system/uorb/sensor/baro.c b/system/uorb/sensor/baro.c index 5ee66133e..d56cc9b87 100644 --- a/system/uorb/sensor/baro.c +++ b/system/uorb/sensor/baro.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/baro.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/system/uorb/sensor/baro.h b/system/uorb/sensor/baro.h index b5c8f930b..579a3e654 100644 --- a/system/uorb/sensor/baro.h +++ b/system/uorb/sensor/baro.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/baro.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/system/uorb/sensor/cap.c b/system/uorb/sensor/cap.c index b2dd05310..b0e662160 100644 --- a/system/uorb/sensor/cap.c +++ b/system/uorb/sensor/cap.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/cap.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/system/uorb/sensor/cap.h b/system/uorb/sensor/cap.h index b4dd55372..092799ea2 100644 --- a/system/uorb/sensor/cap.h +++ b/system/uorb/sensor/cap.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/cap.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/system/uorb/sensor/co2.c b/system/uorb/sensor/co2.c index 9e23f73b2..50a5bf931 100644 --- a/system/uorb/sensor/co2.c +++ b/system/uorb/sensor/co2.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/co2.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/system/uorb/sensor/co2.h b/system/uorb/sensor/co2.h index a4692f9fa..e22035025 100644 --- a/system/uorb/sensor/co2.h +++ b/system/uorb/sensor/co2.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/co2.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/system/uorb/sensor/dust.c b/system/uorb/sensor/dust.c index b8f55152d..7e5097eb6 100644 --- a/system/uorb/sensor/dust.c +++ b/system/uorb/sensor/dust.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/dust.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/system/uorb/sensor/dust.h b/system/uorb/sensor/dust.h index 0be558d15..07f37f951 100644 --- a/system/uorb/sensor/dust.h +++ b/system/uorb/sensor/dust.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/dust.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/system/uorb/sensor/ecg.c b/system/uorb/sensor/ecg.c index 99f51854a..7fbc4b6ca 100644 --- a/system/uorb/sensor/ecg.c +++ b/system/uorb/sensor/ecg.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ecg.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/system/uorb/sensor/ecg.h b/system/uorb/sensor/ecg.h index c190e2407..021d2b7e9 100644 --- a/system/uorb/sensor/ecg.h +++ b/system/uorb/sensor/ecg.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ecg.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/system/uorb/sensor/force.c b/system/uorb/sensor/force.c index 4761ff82a..ed03c4801 100644 --- a/system/uorb/sensor/force.c +++ b/system/uorb/sensor/force.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/force.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/system/uorb/sensor/force.h b/system/uorb/sensor/force.h index 21ad64a9d..e566c1b53 100644 --- a/system/uorb/sensor/force.h +++ b/system/uorb/sensor/force.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/force.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/system/uorb/sensor/gas.c b/system/uorb/sensor/gas.c index 72fd0e51c..24e10076d 100644 --- a/system/uorb/sensor/gas.c +++ b/system/uorb/sensor/gas.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/gas.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/system/uorb/sensor/gas.h b/system/uorb/sensor/gas.h index 625150406..b6f4cea37 100644 --- a/system/uorb/sensor/gas.h +++ b/system/uorb/sensor/gas.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/gas.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/system/uorb/sensor/gesture.c b/system/uorb/sensor/gesture.c index 5d50d42e1..0848b6fbb 100644 --- a/system/uorb/sensor/gesture.c +++ b/system/uorb/sensor/gesture.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/gesture.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/system/uorb/sensor/gesture.h b/system/uorb/sensor/gesture.h index 8ea556885..fa9d56d52 100644 --- a/system/uorb/sensor/gesture.h +++ b/system/uorb/sensor/gesture.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/gesture.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/system/uorb/sensor/gnss.c b/system/uorb/sensor/gnss.c index 00ffcd339..6c483ada7 100644 --- a/system/uorb/sensor/gnss.c +++ b/system/uorb/sensor/gnss.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/gnss.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/system/uorb/sensor/gnss.h b/system/uorb/sensor/gnss.h index 4ca00dff8..d03e2f95d 100644 --- a/system/uorb/sensor/gnss.h +++ b/system/uorb/sensor/gnss.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/gnss.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/system/uorb/sensor/gyro.c b/system/uorb/sensor/gyro.c index d28e1ab5b..d1988f56d 100644 --- a/system/uorb/sensor/gyro.c +++ b/system/uorb/sensor/gyro.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/gyro.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/system/uorb/sensor/gyro.h b/system/uorb/sensor/gyro.h index aeb6b9361..1a235e264 100644 --- a/system/uorb/sensor/gyro.h +++ b/system/uorb/sensor/gyro.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/gyro.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/system/uorb/sensor/hall.c b/system/uorb/sensor/hall.c index 54be04414..ab58b712b 100644 --- a/system/uorb/sensor/hall.c +++ b/system/uorb/sensor/hall.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/hall.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/system/uorb/sensor/hall.h b/system/uorb/sensor/hall.h index 01792d70f..1acb48301 100644 --- a/system/uorb/sensor/hall.h +++ b/system/uorb/sensor/hall.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/hall.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/system/uorb/sensor/hbeat.c b/system/uorb/sensor/hbeat.c index 45a317b64..77e3abb27 100644 --- a/system/uorb/sensor/hbeat.c +++ b/system/uorb/sensor/hbeat.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/hbeat.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/system/uorb/sensor/hbeat.h b/system/uorb/sensor/hbeat.h index 493743fc1..75478be95 100644 --- a/system/uorb/sensor/hbeat.h +++ b/system/uorb/sensor/hbeat.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/hbeat.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/system/uorb/sensor/hcho.c b/system/uorb/sensor/hcho.c index dea34d3b0..64db42f7f 100644 --- a/system/uorb/sensor/hcho.c +++ b/system/uorb/sensor/hcho.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/hcho.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/system/uorb/sensor/hcho.h b/system/uorb/sensor/hcho.h index d52d0b8d6..22b1e4216 100644 --- a/system/uorb/sensor/hcho.h +++ b/system/uorb/sensor/hcho.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/hcho.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/system/uorb/sensor/hrate.c b/system/uorb/sensor/hrate.c index 2eb1df8de..8616d88e1 100644 --- a/system/uorb/sensor/hrate.c +++ b/system/uorb/sensor/hrate.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/hrate.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/system/uorb/sensor/hrate.h b/system/uorb/sensor/hrate.h index d7b5e5266..53eec5631 100644 --- a/system/uorb/sensor/hrate.h +++ b/system/uorb/sensor/hrate.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/hrate.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/system/uorb/sensor/humi.c b/system/uorb/sensor/humi.c index b381dad42..951114413 100644 --- a/system/uorb/sensor/humi.c +++ b/system/uorb/sensor/humi.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/humi.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/system/uorb/sensor/humi.h b/system/uorb/sensor/humi.h index 32eaf4c0b..d6cdb8c7d 100644 --- a/system/uorb/sensor/humi.h +++ b/system/uorb/sensor/humi.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/humi.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/system/uorb/sensor/impd.c b/system/uorb/sensor/impd.c index 680f3c9f7..b398694ae 100644 --- a/system/uorb/sensor/impd.c +++ b/system/uorb/sensor/impd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/impd.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/system/uorb/sensor/impd.h b/system/uorb/sensor/impd.h index b2bedb62c..8c9408f7a 100644 --- a/system/uorb/sensor/impd.h +++ b/system/uorb/sensor/impd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/impd.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/system/uorb/sensor/ir.c b/system/uorb/sensor/ir.c index 1f5233bc1..a06f624c4 100644 --- a/system/uorb/sensor/ir.c +++ b/system/uorb/sensor/ir.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ir.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/system/uorb/sensor/ir.h b/system/uorb/sensor/ir.h index 2fba17607..c3049eb12 100644 --- a/system/uorb/sensor/ir.h +++ b/system/uorb/sensor/ir.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ir.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/system/uorb/sensor/light.c b/system/uorb/sensor/light.c index 27365f4c6..58b031a30 100644 --- a/system/uorb/sensor/light.c +++ b/system/uorb/sensor/light.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/light.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/system/uorb/sensor/light.h b/system/uorb/sensor/light.h index c2a7c6f7b..bb71827b3 100644 --- a/system/uorb/sensor/light.h +++ b/system/uorb/sensor/light.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/light.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/system/uorb/sensor/mag.c b/system/uorb/sensor/mag.c index dd4e4985c..97077975b 100644 --- a/system/uorb/sensor/mag.c +++ b/system/uorb/sensor/mag.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/mag.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/system/uorb/sensor/mag.h b/system/uorb/sensor/mag.h index 972e3f83e..24fc2a720 100644 --- a/system/uorb/sensor/mag.h +++ b/system/uorb/sensor/mag.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/mag.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/system/uorb/sensor/motion.c b/system/uorb/sensor/motion.c index fedaca04c..773e39edd 100644 --- a/system/uorb/sensor/motion.c +++ b/system/uorb/sensor/motion.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/motion.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/system/uorb/sensor/motion.h b/system/uorb/sensor/motion.h index 313e9f578..cbdd7c81e 100644 --- a/system/uorb/sensor/motion.h +++ b/system/uorb/sensor/motion.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/motion.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/system/uorb/sensor/noise.c b/system/uorb/sensor/noise.c index a87303bc4..bcb1fa25c 100644 --- a/system/uorb/sensor/noise.c +++ b/system/uorb/sensor/noise.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/noise.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/system/uorb/sensor/noise.h b/system/uorb/sensor/noise.h index 5f0504164..f07e72d0a 100644 --- a/system/uorb/sensor/noise.h +++ b/system/uorb/sensor/noise.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/noise.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/system/uorb/sensor/ots.c b/system/uorb/sensor/ots.c index 913e70366..b808a23cf 100644 --- a/system/uorb/sensor/ots.c +++ b/system/uorb/sensor/ots.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ots.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/system/uorb/sensor/ots.h b/system/uorb/sensor/ots.h index 9a8c1ecb7..c2499a99d 100644 --- a/system/uorb/sensor/ots.h +++ b/system/uorb/sensor/ots.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ots.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/system/uorb/sensor/ph.c b/system/uorb/sensor/ph.c index 35d51e03a..c85042091 100644 --- a/system/uorb/sensor/ph.c +++ b/system/uorb/sensor/ph.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ph.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/system/uorb/sensor/ph.h b/system/uorb/sensor/ph.h index 57d1e79e4..8153ed6a7 100644 --- a/system/uorb/sensor/ph.h +++ b/system/uorb/sensor/ph.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ph.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/system/uorb/sensor/pm10.c b/system/uorb/sensor/pm10.c index 6ebb6ba47..b7feb5290 100644 --- a/system/uorb/sensor/pm10.c +++ b/system/uorb/sensor/pm10.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/pm10.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/system/uorb/sensor/pm10.h b/system/uorb/sensor/pm10.h index 6cba6edd7..48bbcec33 100644 --- a/system/uorb/sensor/pm10.h +++ b/system/uorb/sensor/pm10.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/pm10.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/system/uorb/sensor/pm1p0.c b/system/uorb/sensor/pm1p0.c index 4689d660f..ad8476e40 100644 --- a/system/uorb/sensor/pm1p0.c +++ b/system/uorb/sensor/pm1p0.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/pm1p0.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/system/uorb/sensor/pm1p0.h b/system/uorb/sensor/pm1p0.h index dca018507..244646831 100644 --- a/system/uorb/sensor/pm1p0.h +++ b/system/uorb/sensor/pm1p0.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/pm1p0.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/system/uorb/sensor/pm25.c b/system/uorb/sensor/pm25.c index c64e56c0d..3e4890369 100644 --- a/system/uorb/sensor/pm25.c +++ b/system/uorb/sensor/pm25.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/pm25.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/system/uorb/sensor/pm25.h b/system/uorb/sensor/pm25.h index b62fb9d7c..f2140649c 100644 --- a/system/uorb/sensor/pm25.h +++ b/system/uorb/sensor/pm25.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/pm25.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/system/uorb/sensor/pose_6dof.c b/system/uorb/sensor/pose_6dof.c index 2e1741f12..9eb4395d3 100644 --- a/system/uorb/sensor/pose_6dof.c +++ b/system/uorb/sensor/pose_6dof.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/pose_6dof.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/system/uorb/sensor/pose_6dof.h b/system/uorb/sensor/pose_6dof.h index 4601b927e..db451d044 100644 --- a/system/uorb/sensor/pose_6dof.h +++ b/system/uorb/sensor/pose_6dof.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/pose_6dof.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/system/uorb/sensor/ppgd.c b/system/uorb/sensor/ppgd.c index 574f8928b..c547f0d4e 100644 --- a/system/uorb/sensor/ppgd.c +++ b/system/uorb/sensor/ppgd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ppgd.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/system/uorb/sensor/ppgd.h b/system/uorb/sensor/ppgd.h index d326c50bd..e1621d1a4 100644 --- a/system/uorb/sensor/ppgd.h +++ b/system/uorb/sensor/ppgd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ppgd.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/system/uorb/sensor/ppgq.c b/system/uorb/sensor/ppgq.c index 108710533..13bcf1761 100644 --- a/system/uorb/sensor/ppgq.c +++ b/system/uorb/sensor/ppgq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ppgq.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/system/uorb/sensor/ppgq.h b/system/uorb/sensor/ppgq.h index 9816fcc8e..a70fecb89 100644 --- a/system/uorb/sensor/ppgq.h +++ b/system/uorb/sensor/ppgq.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/ppgq.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/system/uorb/sensor/prox.c b/system/uorb/sensor/prox.c index 33d12d24d..ebe906268 100644 --- a/system/uorb/sensor/prox.c +++ b/system/uorb/sensor/prox.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/prox.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/system/uorb/sensor/prox.h b/system/uorb/sensor/prox.h index b4d8eb9a3..350c35645 100644 --- a/system/uorb/sensor/prox.h +++ b/system/uorb/sensor/prox.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/prox.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/system/uorb/sensor/rgb.c b/system/uorb/sensor/rgb.c index 0f4830570..658bfe4bd 100644 --- a/system/uorb/sensor/rgb.c +++ b/system/uorb/sensor/rgb.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/rgb.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/system/uorb/sensor/rgb.h b/system/uorb/sensor/rgb.h index 3eee8ec21..e28374a78 100644 --- a/system/uorb/sensor/rgb.h +++ b/system/uorb/sensor/rgb.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/rgb.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/system/uorb/sensor/rotation.c b/system/uorb/sensor/rotation.c index 05777b8f1..03b9a4abb 100644 --- a/system/uorb/sensor/rotation.c +++ b/system/uorb/sensor/rotation.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/rotation.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/system/uorb/sensor/rotation.h b/system/uorb/sensor/rotation.h index e660beb60..496023106 100644 --- a/system/uorb/sensor/rotation.h +++ b/system/uorb/sensor/rotation.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/rotation.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/system/uorb/sensor/step_counter.c b/system/uorb/sensor/step_counter.c index 360922547..706b4f6a6 100644 --- a/system/uorb/sensor/step_counter.c +++ b/system/uorb/sensor/step_counter.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/step_counter.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/system/uorb/sensor/step_counter.h b/system/uorb/sensor/step_counter.h index 2e14a48ef..addace32d 100644 --- a/system/uorb/sensor/step_counter.h +++ b/system/uorb/sensor/step_counter.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/step_counter.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/system/uorb/sensor/temp.c b/system/uorb/sensor/temp.c index e24089d23..8c8153e83 100644 --- a/system/uorb/sensor/temp.c +++ b/system/uorb/sensor/temp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/temp.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/system/uorb/sensor/temp.h b/system/uorb/sensor/temp.h index 3d0f9301e..2ee401af3 100644 --- a/system/uorb/sensor/temp.h +++ b/system/uorb/sensor/temp.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/temp.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/system/uorb/sensor/topics.c b/system/uorb/sensor/topics.c index f12db068f..02666a5f0 100644 --- a/system/uorb/sensor/topics.c +++ b/system/uorb/sensor/topics.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/topics.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/system/uorb/sensor/tvoc.c b/system/uorb/sensor/tvoc.c index 2ffb83141..8fa7a1629 100644 --- a/system/uorb/sensor/tvoc.c +++ b/system/uorb/sensor/tvoc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/tvoc.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/system/uorb/sensor/tvoc.h b/system/uorb/sensor/tvoc.h index 9c8f9889e..7f9ed14cd 100644 --- a/system/uorb/sensor/tvoc.h +++ b/system/uorb/sensor/tvoc.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/tvoc.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/system/uorb/sensor/uv.c b/system/uorb/sensor/uv.c index 7c4cd205b..748eafea3 100644 --- a/system/uorb/sensor/uv.c +++ b/system/uorb/sensor/uv.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/uv.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/system/uorb/sensor/uv.h b/system/uorb/sensor/uv.h index fbdd6ddf9..29f6a9d09 100644 --- a/system/uorb/sensor/uv.h +++ b/system/uorb/sensor/uv.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/sensor/uv.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/system/uorb/test/unit_test.c b/system/uorb/test/unit_test.c index 901d0a794..fc28daee5 100644 --- a/system/uorb/test/unit_test.c +++ b/system/uorb/test/unit_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/test/unit_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/system/uorb/test/utility.c b/system/uorb/test/utility.c index 2b65258de..6e36edf2f 100644 --- a/system/uorb/test/utility.c +++ b/system/uorb/test/utility.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/test/utility.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/system/uorb/test/utility.h b/system/uorb/test/utility.h index 76b9a4068..512413ab6 100644 --- a/system/uorb/test/utility.h +++ b/system/uorb/test/utility.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/test/utility.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/system/uorb/uORB/epoll.c b/system/uorb/uORB/epoll.c index f2972fe84..28237acc8 100644 --- a/system/uorb/uORB/epoll.c +++ b/system/uorb/uORB/epoll.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/uORB/epoll.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/system/uorb/uORB/internal.h b/system/uorb/uORB/internal.h index fc2e2f520..7766ca1c4 100644 --- a/system/uorb/uORB/internal.h +++ b/system/uorb/uORB/internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/uORB/internal.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/system/uorb/uORB/loop.c b/system/uorb/uORB/loop.c index 62795f9bf..772e37d40 100644 --- a/system/uorb/uORB/loop.c +++ b/system/uorb/uORB/loop.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/uORB/loop.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/system/uorb/uORB/uORB.c b/system/uorb/uORB/uORB.c index c5df8a78e..fd3f704af 100644 --- a/system/uorb/uORB/uORB.c +++ b/system/uorb/uORB/uORB.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/uORB/uORB.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/system/uorb/uORB/uORB.h b/system/uorb/uORB/uORB.h index 212789918..69cffd08a 100644 --- a/system/uorb/uORB/uORB.h +++ b/system/uorb/uORB/uORB.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/uorb/uORB/uORB.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/system/usbmsc/CMakeLists.txt b/system/usbmsc/CMakeLists.txt index 86f984db6..8c3c96edf 100644 --- a/system/usbmsc/CMakeLists.txt +++ b/system/usbmsc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/usbmsc/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/system/usbmsc/Make.defs b/system/usbmsc/Make.defs index dce55e1c9..b313829e0 100644 --- a/system/usbmsc/Make.defs +++ b/system/usbmsc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/usbmsc/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/system/usbmsc/Makefile b/system/usbmsc/Makefile index 2b3a85265..8b53f7ce2 100644 --- a/system/usbmsc/Makefile +++ b/system/usbmsc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/usbmsc/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/system/usbmsc/usbmsc.h b/system/usbmsc/usbmsc.h index 70a479704..f931a427d 100644 --- a/system/usbmsc/usbmsc.h +++ b/system/usbmsc/usbmsc.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/usbmsc/usbmsc.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/system/usbmsc/usbmsc_main.c b/system/usbmsc/usbmsc_main.c index 0da82e6ce..6b08e4da0 100644 --- a/system/usbmsc/usbmsc_main.c +++ b/system/usbmsc/usbmsc_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/usbmsc/usbmsc_main.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/system/vi/CMakeLists.txt b/system/vi/CMakeLists.txt index d0e0c6c11..b321cd498 100644 --- a/system/vi/CMakeLists.txt +++ b/system/vi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/vi/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/system/vi/Make.defs b/system/vi/Make.defs index ab490db2f..37857e49a 100644 --- a/system/vi/Make.defs +++ b/system/vi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/vi/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/system/vi/Makefile b/system/vi/Makefile index 0c044c5e6..4da7fa812 100644 --- a/system/vi/Makefile +++ b/system/vi/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/vi/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/system/vi/vi.c b/system/vi/vi.c index 77aab8d79..be4abbd84 100644 --- a/system/vi/vi.c +++ b/system/vi/vi.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/vi/vi.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/system/ymodem/CMakeLists.txt b/system/ymodem/CMakeLists.txt index 1922def89..297b891a1 100644 --- a/system/ymodem/CMakeLists.txt +++ b/system/ymodem/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/ymodem/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/system/ymodem/Make.defs b/system/ymodem/Make.defs index a18826be2..ec31227ce 100644 --- a/system/ymodem/Make.defs +++ b/system/ymodem/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ymodem/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/system/ymodem/Makefile b/system/ymodem/Makefile index f0ebc262e..c64726df0 100644 --- a/system/ymodem/Makefile +++ b/system/ymodem/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/ymodem/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/system/ymodem/rb_main.c b/system/ymodem/rb_main.c index 28fa4ee92..373e597fe 100644 --- a/system/ymodem/rb_main.c +++ b/system/ymodem/rb_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ymodem/rb_main.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/system/ymodem/sb_main.c b/system/ymodem/sb_main.c index b58a443af..4453752e5 100644 --- a/system/ymodem/sb_main.c +++ b/system/ymodem/sb_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ymodem/sb_main.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/system/ymodem/sbrb.py b/system/ymodem/sbrb.py index ee91767ec..0b9767384 100755 --- a/system/ymodem/sbrb.py +++ b/system/ymodem/sbrb.py @@ -1,6 +1,8 @@ #!/bin/python3 # apps/system/ymodem/sbrb.py # +# 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/system/ymodem/ymodem.c b/system/ymodem/ymodem.c index 0a717030e..48d1320dc 100644 --- a/system/ymodem/ymodem.c +++ b/system/ymodem/ymodem.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ymodem/ymodem.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/system/ymodem/ymodem.h b/system/ymodem/ymodem.h index d52b4934e..e8a6a12b4 100644 --- a/system/ymodem/ymodem.h +++ b/system/ymodem/ymodem.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/ymodem/ymodem.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/system/zlib/CMakeLists.txt b/system/zlib/CMakeLists.txt index 89c39b58c..c326aef57 100644 --- a/system/zlib/CMakeLists.txt +++ b/system/zlib/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/zlib/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/system/zlib/Make.defs b/system/zlib/Make.defs index 87e7a148e..c828dbe3d 100644 --- a/system/zlib/Make.defs +++ b/system/zlib/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/zlib/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/system/zlib/Makefile b/system/zlib/Makefile index b750f78b2..7c978a552 100644 --- a/system/zlib/Makefile +++ b/system/zlib/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/zlib/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/system/zmodem/CMakeLists.txt b/system/zmodem/CMakeLists.txt index ee8ed7f62..e35e470ed 100644 --- a/system/zmodem/CMakeLists.txt +++ b/system/zmodem/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/system/zmodem/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/system/zmodem/Make.defs b/system/zmodem/Make.defs index 625976faf..d4f60197e 100644 --- a/system/zmodem/Make.defs +++ b/system/zmodem/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/zmodem/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/system/zmodem/Makefile b/system/zmodem/Makefile index ca5a24851..f9b33079a 100644 --- a/system/zmodem/Makefile +++ b/system/zmodem/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/system/zmodem/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/system/zmodem/Makefile.host b/system/zmodem/Makefile.host index f9697d8ba..969ba85d8 100644 --- a/system/zmodem/Makefile.host +++ b/system/zmodem/Makefile.host @@ -1,6 +1,8 @@ ############################################################################ # apps/system/zmodem/Makefile.host # +# 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/system/zmodem/host/crc16.c b/system/zmodem/host/crc16.c index 0f353001c..9d16ae285 100644 --- a/system/zmodem/host/crc16.c +++ b/system/zmodem/host/crc16.c @@ -1,24 +1,10 @@ /************************************************************************************************ * apps/system/zmodem/host/crc16.c * - * This file is a part of NuttX: - * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * References: - * - * crc16_tab calculated by Mark G. Mendel, Network Systems Corporation. - * crc16part() logic derived from article Copyright (C) 1986 Stephen Satchell. - * - * "Programmers may incorporate any or all code into their programs, - * giving proper credit within the source. Publication of the - * source routines is permitted so long as proper credit is given - * to Stephen Satchell, Satchell Evaluations and Chuck Forsberg, - * Omen Technology." - * - * Re-released under the Modified BSD license which, I believe, is consistent with the - * original authors' intent: + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 1986 Stephen Satchell. + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -49,6 +35,20 @@ * ************************************************************************************************/ +/* References: + * + * crc16_tab calculated by Mark G. Mendel, Network Systems Corporation. + * crc16part() logic derived from article Copyright (C) 1986 Stephen Satchell. + * + * "Programmers may incorporate any or all code into their programs, + * giving proper credit within the source. Publication of the + * source routines is permitted so long as proper credit is given + * to Stephen Satchell, Satchell Evaluations and Chuck Forsberg, + * Omen Technology." + * + * Re-released under the Modified BSD license which, I believe, is consistent with the + * original authors' intent. + */ /************************************************************************************************ * Included Files ************************************************************************************************/ diff --git a/system/zmodem/host/crc32.c b/system/zmodem/host/crc32.c index d2b8815ff..940f8158a 100644 --- a/system/zmodem/host/crc32.c +++ b/system/zmodem/host/crc32.c @@ -1,16 +1,47 @@ /************************************************************************************************ * apps/system/zmodem/host/crc32.c * - * This file is a part of NuttX: + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 1986 Gary S. Brown + * SPDX-FileContributor: Gregory Nutt * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: * - * The logic in this file was developed by Gary S. Brown: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * 3. Neither the name NuttX nor the names of its contributors may be + * used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + ************************************************************************************************/ + +/* The logic in this file was developed by Gary S. Brown: * * COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or code or tables * extracted from it, as desired without restriction. - * - * First, the polynomial itself and its table of feedback terms. The polynomial is: + */ + +/* First, the polynomial itself and its table of feedback terms. The polynomial is: * * X^32+X^26+X^23+X^22+X^16+X^12+X^11+X^10+X^8+X^7+X^5+X^4+X^2+X^1+X^0 * diff --git a/system/zmodem/host/debug.h b/system/zmodem/host/debug.h index 81605421e..5f9f0a0f8 100644 --- a/system/zmodem/host/debug.h +++ b/system/zmodem/host/debug.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/host/debug.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/system/zmodem/host/nuttx/ascii.h b/system/zmodem/host/nuttx/ascii.h index a1e55cccd..db18b9478 100644 --- a/system/zmodem/host/nuttx/ascii.h +++ b/system/zmodem/host/nuttx/ascii.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/host/nuttx/ascii.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/system/zmodem/host/nuttx/compiler.h b/system/zmodem/host/nuttx/compiler.h index b8b42b9bb..d2a4ff0f9 100644 --- a/system/zmodem/host/nuttx/compiler.h +++ b/system/zmodem/host/nuttx/compiler.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/host/nuttx/compiler.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/system/zmodem/host/nuttx/config.h b/system/zmodem/host/nuttx/config.h index 4b6a21b26..3e526ba0c 100644 --- a/system/zmodem/host/nuttx/config.h +++ b/system/zmodem/host/nuttx/config.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/host/nuttx/config.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/system/zmodem/host/nuttx/crc16.h b/system/zmodem/host/nuttx/crc16.h index 6abfb7387..b27f68f19 100644 --- a/system/zmodem/host/nuttx/crc16.h +++ b/system/zmodem/host/nuttx/crc16.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/host/nuttx/crc16.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/system/zmodem/host/nuttx/crc32.h b/system/zmodem/host/nuttx/crc32.h index fd4878607..c899f7896 100644 --- a/system/zmodem/host/nuttx/crc32.h +++ b/system/zmodem/host/nuttx/crc32.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/host/nuttx/crc32.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/system/zmodem/rz_main.c b/system/zmodem/rz_main.c index 16099411f..af752ebc4 100644 --- a/system/zmodem/rz_main.c +++ b/system/zmodem/rz_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/rz_main.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/system/zmodem/sz_main.c b/system/zmodem/sz_main.c index ca9d25a1a..0b3251de5 100644 --- a/system/zmodem/sz_main.c +++ b/system/zmodem/sz_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/sz_main.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/system/zmodem/zm.h b/system/zmodem/zm.h index 8cf460c87..a7971c00e 100644 --- a/system/zmodem/zm.h +++ b/system/zmodem/zm.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/zm.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/system/zmodem/zm_proto.c b/system/zmodem/zm_proto.c index 09131da6c..c5600de62 100644 --- a/system/zmodem/zm_proto.c +++ b/system/zmodem/zm_proto.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/zm_proto.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/system/zmodem/zm_receive.c b/system/zmodem/zm_receive.c index b93b95085..6818a1fab 100644 --- a/system/zmodem/zm_receive.c +++ b/system/zmodem/zm_receive.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/zm_receive.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/system/zmodem/zm_send.c b/system/zmodem/zm_send.c index 507df0083..059a7d14a 100644 --- a/system/zmodem/zm_send.c +++ b/system/zmodem/zm_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/zm_send.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/system/zmodem/zm_state.c b/system/zmodem/zm_state.c index 5f8b6d92d..4b7f4cfaf 100644 --- a/system/zmodem/zm_state.c +++ b/system/zmodem/zm_state.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/zm_state.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/system/zmodem/zm_utils.c b/system/zmodem/zm_utils.c index 3c130f7fd..e0969a591 100644 --- a/system/zmodem/zm_utils.c +++ b/system/zmodem/zm_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/zm_utils.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/system/zmodem/zm_watchdog.c b/system/zmodem/zm_watchdog.c index 606b9af99..3749ea72a 100644 --- a/system/zmodem/zm_watchdog.c +++ b/system/zmodem/zm_watchdog.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/system/zmodem/zm_watchdog.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