diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2012-07-31 18:10:13 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2012-07-31 18:10:13 +0000 |
commit | f2744b93a5b73841479512148577a424024dafdb (patch) | |
tree | 9ab673a08bc2a8a7275553125e6d51c26a2f5509 /dev-db/couchdb/files | |
parent | Fix missing #includes for gcc-47 (bug 425690). Thanks Diego. Also add slot de... (diff) | |
download | historical-f2744b93a5b73841479512148577a424024dafdb.tar.gz historical-f2744b93a5b73841479512148577a424024dafdb.tar.bz2 historical-f2744b93a5b73841479512148577a424024dafdb.zip |
Relicense couchdb init script I wrote to Apache-2.0 (bug 425918).
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-db/couchdb/files')
-rw-r--r-- | dev-db/couchdb/files/couchdb.init-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/couchdb/files/couchdb.init-2 b/dev-db/couchdb/files/couchdb.init-2 index 29d454f20ad4..0a31370fe8d5 100644 --- a/dev-db/couchdb/files/couchdb.init-2 +++ b/dev-db/couchdb/files/couchdb.init-2 @@ -1,6 +1,6 @@ #!/sbin/runscript -# Copyright 2008-2011 Dirkjan Ochtman -# Distributed under the terms of the GNU General Public License v2 +# Copyright 1999-2012 Dirkjan Ochtman +# Distributed under the terms of the Apache License, Version 2.0 depend() { need net |