diff options
author | maho <maho@FreeBSD.org> | 2009-12-13 16:40:11 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-12-13 16:40:11 +0800 |
commit | 79701232a34580dc916c1faab223d38706267b2b (patch) | |
tree | 3f3cb6fc346ed065994d4716452737e3f6e000b8 /editors/openoffice-3 | |
parent | 30c42e616d6bc067723229671eff8eb6f4fe082a (diff) | |
download | freebsd-ports-gnome-79701232a34580dc916c1faab223d38706267b2b.tar.gz freebsd-ports-gnome-79701232a34580dc916c1faab223d38706267b2b.tar.zst freebsd-ports-gnome-79701232a34580dc916c1faab223d38706267b2b.zip |
Be more friendly patch submitters; creators of
porting patch must fill and send SCA.
http://www.openoffice.org/FAQs/faq-licensing.html#usinglicenses
> 3. Do I have to fill out a SCA?
> Yes, if you intend to contribute source code or other
> materials which are intended to be compiled or otherwise
> integrated with the OpenOffice.org product, regardless of the
> size of the contribution (e.g., including contributions of 10
> lines or less). However we encourage all contributors to the
> OpenOffice.org website domain, including the wiki, to fill
> out the SCA, as it streamlines the process for all.
see also http://porting.openoffice.org/freebsd/#policy
Funded by: OpenOffice.org community
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index ed40f3647b22..2ddf379e8add 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -19,6 +19,8 @@ DISTFILES+= gpc231.tar.Z:gpc .endif EXTRACT_ONLY= ${OOOSRC} +#de facto maintainer is maho@FreeBSD.org +#patch submitters must sign SCA; see http://porting.openoffice.org/freebsd/#policy MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(release branch) |