From 385ec3fe8170586294bec840a1a19a0862d00ae8 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 8 Feb 2016 16:02:00 +0000 Subject: [PATCH] add a copying notice to the urchin excutable --- urchin | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/urchin b/urchin index 18628bb..754552a 100755 --- a/urchin +++ b/urchin @@ -1,5 +1,10 @@ #!/bin/sh +# This file is part of urchin. It is subject to the license terms in the +# COPYING file found in the top-level directory of this distribution. +# No part of urchin, including this file, may be copied, modified, propagated, +# or distributed except according to the terms contained in the COPYING file. + # Make sure that CDPATH isn't set, as it causes `cd` to behave unpredictably - notably, it can produce output, # which breaks fullpath(). unset CDPATH