diff options
Diffstat (limited to 'mk/dist.mk')
-rw-r--r-- | mk/dist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # rules to make a distribution tarball from a git repo # Copyright (c) 2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. GITREF?= HEAD DISTPREFIX?= ${NAME}-${VERSION} |