diff options
author | gdt <gdt> | 2008-09-12 11:49:57 +0000 |
---|---|---|
committer | gdt <gdt> | 2008-09-12 11:49:57 +0000 |
commit | 02312f1d374fa94f664b432a42f6b2379ad40bca (patch) | |
tree | a5514f6df211f56e7c7c839bb1b565377dc68c5a | |
parent | fbadd470336562fb311b62bc0ac1905a438c5534 (diff) | |
download | pkgsrc-02312f1d374fa94f664b432a42f6b2379ad40bca.tar.gz |
Clarify that the vague patent claims are made by the licensor.
-rw-r--r-- | security/srp_client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 73897fc879e..e0c990fff2d 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/12/02 11:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2008/09/12 11:49:57 gdt Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -11,7 +11,7 @@ HOMEPAGE= http://srp.stanford.edu/ COMMENT= Client programs using Secure Remote Password protocol LICENSE= srp_client-license -RESTRICTED= Vague patent claims. +RESTRICTED= Licensor makes vague patent claims. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |