Fix VERSION and update Copyright

Signed-off-by: willysr <willysr@gmail.com>
This commit is contained in:
willysr 2013-04-02 11:25:06 +07:00
parent e51b1e689f
commit 9573c9a712

View file

@ -1,12 +1,10 @@
#!/bin/sh
# Copyright 2010 Vincent Batts, vbatts@hashbangbash.com
# Copyright 2010, 2011 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Heavily modified by Willy Sudiarto Raharjo for MSB project
# Slackware build script for pam_unix2
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
#
# All rights reserved.
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@ -25,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pam_unix2
VERSION=${VERSION2:-2.9.1}
VERSION=${VERSION:-2.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}