From 30dd44e22850734b63cdd245287cc107731b8152 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 23 Oct 2014 10:24:45 +0200 Subject: [PATCH] Clarify license terms and up version --- zit | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zit b/zit index 98f0a62..da15e3b 100755 --- a/zit +++ b/zit @@ -2,6 +2,12 @@ # Zit: the git-based single-file content tracker +# Copyright (C) 2008-2014 Giuseppe Bilotta +# Licensed under the GNU GPL v2 +# A full copy of the license text is not included with zit, because the +# program is self-contained. +# Refer to http://www.gnu.org/licenses/gpl-2.0.html for the full license terms + abort() { echo $1 >&2 exit 1 @@ -16,7 +22,7 @@ else fi USAGE="usage: zit COMMAND FILE [ARGS...]" -VERSION=0.2013.10.24 +VERSION=0.2014.10.23 zit_help() { cmd="$1" -- 2.32.0.93.g670b81a890