diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-09-17 18:55:50 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-09-20 00:24:59 +0530 |
commit | 3eaec5cf35c401d1e5310c2bdaee206e9ae762a3 (patch) | |
tree | c948789e4d99f6807564658dbea99aaa8ad3a990 /tessen | |
parent | f4294f1404212adc0784e54a7c6f448b19ff90d7 (diff) |
copyright details added to tessen
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ #!/bin/bash # SPDX-License-Identifier: GPL-2.0-or-later +# Copyright (C) 2021 Ayush Agarwal <ayush at fastmail dot in> +# +# tessen - a data selection interface for pass using bemenu or rofi on Wayland +# ------------------------------------------------------------------------------ # shell "strict" mode set -uo pipefail |