diff options
author | agc <agc> | 2005-05-25 16:52:49 +0000 |
---|---|---|
committer | agc <agc> | 2005-05-25 16:52:49 +0000 |
commit | 6e37924949eee66f42717eb082afc6958d67e808 (patch) | |
tree | e7ca159d792a9c6be7332fb88b680232633255bc | |
parent | 9455a45781c4db05251c7e7936a88c9506250157 (diff) | |
download | pkgsrc-6e37924949eee66f42717eb082afc6958d67e808.tar.gz |
Remove the LICEN[CS]E part again - thanks to some excellent followup from
Thomas, the author confirms that the software is distributed under the GPL.
-rw-r--r-- | licenses/fatback-license | 2 | ||||
-rw-r--r-- | sysutils/fatback/Makefile | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/licenses/fatback-license b/licenses/fatback-license deleted file mode 100644 index a0e7f74391e..00000000000 --- a/licenses/fatback-license +++ /dev/null @@ -1,2 +0,0 @@ - Copyright (C) 2000-2001 DoD Computer Forensics Lab This manual and -the Fatback program are for *government and law enforcement use only*. diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index 8489b433f7e..8cbc24c6c5c 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/25 10:59:22 agc Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/25 16:52:49 agc Exp $ DISTNAME= fatback-1.3 CATEGORIES= sysutils @@ -10,6 +10,4 @@ COMMENT= Recover deleted files from FAT filesystems GNU_CONFIGURE= yes -LICENCE= fatback-license - .include "../../mk/bsd.pkg.mk" |