summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-05-19 09:07:13 +0000
committerwiz <wiz@pkgsrc.org>2009-05-19 09:07:13 +0000
commitfde65a83742d4aa2a209fa7d948a7ec6c4758cbc (patch)
tree0af4844326a4d3f35408445b70788133ca9bce43 /databases
parent6ac11147ab6af4938848553e5e344aea8b3f560c (diff)
downloadpkgsrc-fde65a83742d4aa2a209fa7d948a7ec6c4758cbc.tar.gz
Uncomment some more LICENSE lines (all "public-domain").
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
index 72ba9e8bcdb..97878288649 100644
--- a/databases/sqlite3/Makefile.common
+++ b/databases/sqlite3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2009/05/19 08:59:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.38 2009/05/19 09:07:13 wiz Exp $
# used by databases/sqlite3-tcl/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sqlite.org/
COMMENT= SQL Database Engine in a C Library
-#LICENSE= public-domain
+LICENSE= public-domain
DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo
PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches