diff options
author | tron <tron> | 2009-07-19 13:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2009-07-19 13:14:21 +0000 |
commit | 224e595fc63418b7502b1346dd29649f7dfaad9b (patch) | |
tree | a743337f42893e7ca0ebeaedda3651e31fb4e439 /databases | |
parent | 133ed26a205ffb3a1841cf6fd1c8067945909557 (diff) | |
download | pkgsrc-224e595fc63418b7502b1346dd29649f7dfaad9b.tar.gz |
Set license to gnu-gpl-v2.
Diffstat (limited to 'databases')
-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 |