diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-03-17 12:32:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-03-17 12:32:53 +0000 |
commit | 68eacb87509a14d6ae9a3f853f8a595ed62f83ae (patch) | |
tree | 49119cadd639d78d277649d8d4d240588a525fee /editors/openoffice-1.1 | |
parent | 35cf04d8ed6f48840256adc9bf3f73f201a5bb1a (diff) | |
download | ports-68eacb87509a14d6ae9a3f853f8a595ed62f83ae.tar.gz ports-68eacb87509a14d6ae9a3f853f8a595ed62f83ae.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index e4ac95af352a..9a5d69dea1c5 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -216,6 +216,12 @@ pre-fetch: @${ECHO} @${ECHO} "If must have license from the Unisys and IBM patents" @${ECHO} "to enable this option to get compressed GIF images." + @${ECHO} "According to http://www.unisys.com/about__unisys/lzw" + @${ECHO} "Patent expires:" + @${ECHO} "June 20, 2003 : U.S." + @${ECHO} "June 18, 2004 : U.K., France, Germany and Italy" + @${ECHO} "June 20, 2004 : Japan" + @${ECHO} "July 7, 2004 : Canada" @${ECHO} .endif .if ${OSVERSION} < 450002 |