add a copying notice to the urchin excutable

This commit is contained in:
Thomas Levine 2016-02-08 16:02:00 +00:00
parent d4eb99ffb0
commit 385ec3fe81
1 changed files with 5 additions and 0 deletions

5
urchin
View File

@ -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