Add license file

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17485 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-06 13:16:18 +00:00
parent b118d4fa8e
commit 1ba2cefc7c
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ rm *.[ch]
headers=`grep ^HDRS "$dir"/Makefile |sed 's/^HDRS=//' | sed 's/imdrover.h//'`
code=`echo $headers | sed 's/\.h/.c/g'`
for a in $headers $code ; do
for a in $headers $code LICENSE ; do
cp "$dir"/"$a" .
done