aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-22 11:09:41 -0600
committernytpu <alex@nytpu.com>2021-05-22 11:13:35 -0600
commiteca63f02b14d054c937396ad2e1b9f5342f8af08 (patch)
tree20f979278f807740b4eaef5ae33ec2a29900bc41 /configure
parentupdate MIT license text (diff)
downloaded-eca63f02b14d054c937396ad2e1b9f5342f8af08.tar.bz2
ed-eca63f02b14d054c937396ad2e1b9f5342f8af08.zip
change license headers to SPDX identifier
Diffstat (limited to '')
-rwxr-xr-xconfigure23
1 files changed, 3 insertions, 20 deletions
diff --git a/configure b/configure
index 7da5ff3..271c004 100755
--- a/configure
+++ b/configure
@@ -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() {