spm

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

commit bca3f66cc0c9edb8bc7aac5af7f9ee3fed2bdec1
parent d01fd119ab94c711332772d833e5add5a8584dc0
Author: Sören Tempel <soeren+git@soeren-tempel.net>
Date:   Fri, 13 Mar 2015 17:04:56 +0100

Add GPL header to makefile

Diffstat:
MMakefile | 18+++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,20 @@ -VERSION = 1.2 +# 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/>. + +# Current tpm release version. +VERSION = 1.2 PREFIX ?= /usr/local MANPREFIX ?= $(PREFIX)/share/man