Skip to content
Snippets Groups Projects
Verified Commit c2abca06 authored by Tim Kaune's avatar Tim Kaune
Browse files

Change licence of CMake package config file to MIT

The package config file is part of the installed files. This way, the
binary install package can be freely redistributed.
parent 5195fb1d
No related branches found
No related tags found
No related merge requests found
#[[ #[[
CMake build script for netlib f2c MIT License
Copyright (C) 2024 Tim Kaune
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, CMake build script for netlib f2c
but WITHOUT ANY WARRANTY; without even the implied warranty of Copyright (c) 2024 Tim Kaune
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details. Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
You should have received a copy of the GNU Lesser General Public in the Software without restriction, including without limitation the rights
License along with this program. If not, see to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
<https://www.gnu.org/licenses/>. copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
]] ]]
cmake_minimum_required(VERSION @CMAKE_MINIMUM_REQUIRED_VERSION@) cmake_minimum_required(VERSION @CMAKE_MINIMUM_REQUIRED_VERSION@)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment