diff options
author | Fredrik Salomonsson <plattfot@posteo.net> | 2023-03-19 16:28:19 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@posteo.net> | 2023-03-19 16:28:19 -0700 |
commit | 07982c577e4c5367a438d1ca39d45a6f8dae8697 (patch) | |
tree | 193ada42c079e7873c1da6d44301c158b2d79c2f /pre-inst-env.in | |
parent | 1ee27486d3ed19a7f8ebc7df035c574861e620ba (diff) | |
download | pinentry-rofi-07982c577e4c5367a438d1ca39d45a6f8dae8697.tar.gz |
Version 3.0 of the REUSE specification compliant
Switch to using REUSE [0] for handling the licenses.
[0] https://reuse.software/
Diffstat (limited to 'pre-inst-env.in')
-rw-r--r-- | pre-inst-env.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in index 1556fcd..32e6b20 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -1,6 +1,9 @@ - #!/bin/sh +# SPDX-FileCopyrightText: 2023 Fredrik Salomonsson <plattfot@posteo.net> +# +# SPDX-License-Identifier: CC0-1.0 + abs_top_srcdir="`cd "@abs_top_srcdir@" > /dev/null; pwd`" abs_top_builddir="`cd "@abs_top_builddir@" > /dev/null; pwd`" |