diff options
Diffstat (limited to '')
-rw-r--r-- | build-aux/version.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build-aux/version.sh b/build-aux/version.sh index f9fcda7..bef1b33 100644 --- a/build-aux/version.sh +++ b/build-aux/version.sh @@ -1,5 +1,6 @@ #!/bin/sh -# +# SPDX-License-Identifier: 0BSD + ############################################################################# # # Get the version string from version.h and print it out without @@ -9,9 +10,6 @@ # # Author: Lasse Collin # -# This file has been put into the public domain. -# You can do whatever you want with this file. -# ############################################################################# sed -n 's/LZMA_VERSION_STABILITY_ALPHA/alpha/ |