|
1 | 1 | # -*- cmake -*- |
2 | | -# Copyright (C) 2022 Dmitry Igrishin |
3 | 2 | # |
4 | | -# This software is provided 'as-is', without any express or implied |
5 | | -# warranty. In no event will the authors be held liable for any damages |
6 | | -# arising from the use of this software. |
| 3 | +# Copyright 2022 Dmitry Igrishin |
7 | 4 | # |
8 | | -# Permission is granted to anyone to use this software for any purpose, |
9 | | -# including commercial applications, and to alter it and redistribute it |
10 | | -# freely, subject to the following restrictions: |
| 5 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | +# you may not use this file except in compliance with the License. |
| 7 | +# You may obtain a copy of the License at |
11 | 8 | # |
12 | | -# 1. The origin of this software must not be misrepresented; you must not |
13 | | -# claim that you wrote the original software. If you use this software |
14 | | -# in a product, an acknowledgment in the product documentation would be |
15 | | -# appreciated but is not required. |
16 | | -# 2. Altered source versions must be plainly marked as such, and must not be |
17 | | -# misrepresented as being the original software. |
18 | | -# 3. This notice may not be removed or altered from any source distribution. |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
19 | 10 | # |
20 | | -# Dmitry Igrishin |
21 | | - |
| 11 | +# Unless required by applicable law or agreed to in writing, software |
| 12 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | +# See the License for the specific language governing permissions and |
| 15 | +# limitations under the License. |
22 | 16 |
|
23 | 17 | cmake_minimum_required(VERSION 3.16) |
24 | 18 | cmake_policy(VERSION 3.16) |
|
0 commit comments