From 0f226dc159c39207b4b25b212a77c9024fa25633 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 10 Mar 2018 19:08:46 +0800 Subject: Update copyright and one-line description --- dfly-update | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dfly-update b/dfly-update index 58c72e7..9730c29 100755 --- a/dfly-update +++ b/dfly-update @@ -1,20 +1,16 @@ #!/bin/sh # -# Copyright (c) Aaron LI +# Copyright (c) 2017-2018 Aaron LI # MIT License # -# Tool to update a DragonFly BSD system using binary -# releases or snapshot builds. +# Tool to update a DragonFly BSD system using binary releases or +# snapshot builds. # set -e -DEBUG= # Disable debug -DEBUG=true # Enable debug - NAME="dfly-update" VERSION="0.?.?" -PROGRAM="${0##*/}" TOOLDIR="${0%/*}" PREFIX="${PREFIX:-${TOOLDIR}}" CONFIGFILE="${PREFIX}/${NAME}.conf" -- cgit v1.2.2