diff options
author | nytpu <alex@nytpu.com> | 2021-05-22 11:09:41 -0600 |
---|---|---|
committer | nytpu <alex@nytpu.com> | 2021-05-22 11:13:35 -0600 |
commit | eca63f02b14d054c937396ad2e1b9f5342f8af08 (patch) | |
tree | 20f979278f807740b4eaef5ae33ec2a29900bc41 /configure | |
parent | update MIT license text (diff) | |
download | ed-eca63f02b14d054c937396ad2e1b9f5342f8af08.tar.bz2 ed-eca63f02b14d054c937396ad2e1b9f5342f8af08.zip |
change license headers to SPDX identifier
Diffstat (limited to '')
-rwxr-xr-x | configure | 23 |
1 files changed, 3 insertions, 20 deletions
@@ -2,26 +2,9 @@ # configure script for nytpu's implementation of ed(1), in POSIX shell # It should be pretty generic though, with just slight modifications # -# Copyright (C) 2021 nytpu <alex@nytpu.com> -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# 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. - +# Copyright (c) 2021 nytpu <alex@nytpu.com> +# SPDX-License-Identifier: MIT +# For more license details, see LICENSE_MIT or <https://spdx.org/licenses/MIT.html>. set -eu add_cflags() { |