|
| 1 | +############################################################################ |
| 2 | +# apps/netutils/mqttc/CMakeLists.txt |
1 | 3 | #
|
2 |
| -# Copyright (C) 2024 Xiaomi Corporation |
| 4 | +# SPDX-License-Identifier: Apache-2.0 |
3 | 5 | #
|
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 |
7 | 12 | #
|
8 |
| -# http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | +# http://www.apache.org/licenses/LICENSE-2.0 |
9 | 14 | #
|
10 | 15 | # Unless required by applicable law or agreed to in writing, software
|
11 | 16 | # 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. |
15 | 20 | #
|
| 21 | +############################################################################ |
16 | 22 |
|
17 | 23 | if(CONFIG_NETUTILS_MQTTC)
|
18 | 24 |
|
|
0 commit comments