Skip to content

Commit ac8002d

Browse files
jerpeleaxiaoxiang781216
authored andcommitted
Cmake: migrate the license to ASF
Xiaomi has submitted the SGA and we can migate the license to ASF Signed-off-by: Alin Jerpelea <[email protected]>
1 parent a53ac35 commit ac8002d

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

netutils/mqttc/CMakeLists.txt

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
############################################################################
2+
# apps/netutils/mqttc/CMakeLists.txt
13
#
2-
# Copyright (C) 2024 Xiaomi Corporation
4+
# SPDX-License-Identifier: Apache-2.0
35
#
4-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
5-
# use this file except in compliance with the License. You may obtain a copy of
6-
# the License at
6+
# Licensed to the Apache Software Foundation (ASF) under one or more
7+
# contributor license agreements. See the NOTICE file distributed with
8+
# this work for additional information regarding copyright ownership. The
9+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
10+
# "License"); you may not use this file except in compliance with the
11+
# License. You may obtain a copy of the License at
712
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
13+
# http://www.apache.org/licenses/LICENSE-2.0
914
#
1015
# Unless required by applicable law or agreed to in writing, software
1116
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
# License for the specific language governing permissions and limitations under
14-
# the License.
17+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18+
# License for the specific language governing permissions and limitations
19+
# under the License.
1520
#
21+
############################################################################
1622

1723
if(CONFIG_NETUTILS_MQTTC)
1824

netutils/nng/CMakeLists.txt

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
############################################################################
2+
# apps/netutils/nng/CMakeLists.txt
13
#
2-
# Copyright (C) 2024 Xiaomi Corporation
4+
# SPDX-License-Identifier: Apache-2.0
35
#
4-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
5-
# use this file except in compliance with the License. You may obtain a copy of
6-
# the License at
6+
# Licensed to the Apache Software Foundation (ASF) under one or more
7+
# contributor license agreements. See the NOTICE file distributed with
8+
# this work for additional information regarding copyright ownership. The
9+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
10+
# "License"); you may not use this file except in compliance with the
11+
# License. You may obtain a copy of the License at
712
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
13+
# http://www.apache.org/licenses/LICENSE-2.0
914
#
1015
# Unless required by applicable law or agreed to in writing, software
1116
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
# License for the specific language governing permissions and limitations under
14-
# the License.
17+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18+
# License for the specific language governing permissions and limitations
19+
# under the License.
1520
#
21+
############################################################################
1622

1723
if(CONFIG_NETUTILS_NNG)
1824

0 commit comments

Comments
 (0)