diff --git a/examples/smf/CMakeLists.txt b/examples/smf/CMakeLists.txt index bba48ca02..2c21ff653 100644 --- a/examples/smf/CMakeLists.txt +++ b/examples/smf/CMakeLists.txt @@ -1,7 +1,23 @@ # ############################################################################## -# apps/examples/hsm_psicc2/CMakeLists.txt +# apps/examples/smf/CMakeLists.txt # # SPDX-License-Identifier: Apache-2.0 +# +# Licensed to the Apache Software Foundation (ASF) under one or more contributor +# license agreements. See the NOTICE file distributed with this work for +# additional information regarding copyright ownership. The ASF licenses this +# file to you under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. You may obtain a copy of +# the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations under +# the License. +# # ############################################################################## if(CONFIG_EXAMPLES_SMF) diff --git a/examples/smf/Make.defs b/examples/smf/Make.defs index 00be28079..fe4423c17 100644 --- a/examples/smf/Make.defs +++ b/examples/smf/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/hello/Make.defs +# apps/examples/smf/Make.defs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/examples/smf/Makefile b/examples/smf/Makefile index 2fd9309c1..992cf09ec 100644 --- a/examples/smf/Makefile +++ b/examples/smf/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/hsm_psicc2/Makefile +# apps/examples/smf/Makefile # # SPDX-License-Identifier: Apache-2.0 #