diff options
author | tron <tron@pkgsrc.org> | 2009-07-19 13:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-07-19 13:14:21 +0000 |
commit | 9e96c5b5ef2a35772bebf8f63c6938ffdaa1b907 (patch) | |
tree | a743337f42893e7ca0ebeaedda3651e31fb4e439 /databases/mysql5-client | |
parent | 9b646f510f5ca9e8541bce1b5e49c40d8d39b53f (diff) | |
download | pkgsrc-9e96c5b5ef2a35772bebf8f63c6938ffdaa1b907.tar.gz |
Set license to gnu-gpl-v2.
Diffstat (limited to 'databases/mysql5-client')
-rw-r--r-- | databases/mysql5-client/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common index 7ffb93b407b..dd64186440c 100644 --- a/databases/mysql5-client/Makefile.common +++ b/databases/mysql5-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2008/09/20 07:13:22 sketch Exp $ +# $NetBSD: Makefile.common,v 1.35 2009/07/19 13:14:21 tron Exp $ # # used by databases/mysql5-client/Makefile # used by databases/mysql5-server/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.0/} MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://www.mysql.com/ +LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes GNU_CONFIGURE= yes |