diff options
author | Teddy Wing | 2016-08-06 08:43:42 -0400 |
---|---|---|
committer | Teddy Wing | 2016-08-06 08:43:42 -0400 |
commit | 01ae017a7dc2c66428c7db28dbf38f6efdbe09ab (patch) | |
tree | 9f50e78315eb6ebaba624627cadba03243d438a5 /passextract.bash-completion | |
parent | 0640966671835aed6d1afa5176a2236d3cbdbd28 (diff) | |
download | Passextract-01ae017a7dc2c66428c7db28dbf38f6efdbe09ab.tar.bz2 |
Add license (GPLv3+)
Also include brief notices in the source files. Not a fan of the huge
blocks of text that the FSF recommends.
Diffstat (limited to 'passextract.bash-completion')
-rw-r--r-- | passextract.bash-completion | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/passextract.bash-completion b/passextract.bash-completion index 022bebe..829cc1d 100644 --- a/passextract.bash-completion +++ b/passextract.bash-completion @@ -1,3 +1,8 @@ +# Copyright (c) 2016 Teddy Wing +# +# This file is licensed under the GNU GPLv3+. Please see the COPYING +# file for more information. + _passextract() { local cur=${COMP_WORDS[COMP_CWORD]} |