add a copying notice to the urchin excutable
This commit is contained in:
parent
d4eb99ffb0
commit
385ec3fe81
5
urchin
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user