spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit 666022b7136a0af17a3a32b99b0d39c306c96ce4
parent 105486d43499c7a112a2259ef33b7f68831c8b02
Author: Sören Tempel <soeren+git@soeren-tempel.net>
Date:   Fri,  2 Jan 2015 11:00:59 +0100

Add GPL file headers

Diffstat:
Mbash_completion | 15+++++++++++++++
Mtpm | 14++++++++++++++
Mzsh_completion | 14++++++++++++++
3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/bash_completion b/bash_completion @@ -1,3 +1,18 @@ +# Copyright (C) 2013-2015 Sören Tempel +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + _tpm() { local cur="${COMP_WORDS[COMP_CWORD]}" local cmd="${COMP_WORDS[1]}" diff --git a/tpm b/tpm @@ -1,4 +1,18 @@ #!/bin/bash +# Copyright (C) 2013-2015 Sören Tempel +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. umask 077 diff --git a/zsh_completion b/zsh_completion @@ -1,4 +1,18 @@ #compdef tpm +# Copyright (C) 2013-2015 Sören Tempel +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. _tpm() { local cmd=${words[2]}