From 78ece4a25873e2e12f467fd03bca54e00abf9770 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 16 Aug 1998 12:51:02 +0000 Subject: [PATCH] Added index page. Distribute /ports/LEGAL --- en/copyright/Makefile | 13 +++++++++++-- en/copyright/copyright.sgml | 23 +++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 en/copyright/copyright.sgml diff --git a/en/copyright/Makefile b/en/copyright/Makefile index 6a25900606..be2913c620 100644 --- a/en/copyright/Makefile +++ b/en/copyright/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998-08-11 11:43:51 wosch Exp $ +# $Id: Makefile,v 1.4 1998-08-16 12:51:02 wosch Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -6,7 +6,16 @@ DOCS= license.sgml DOCS+= daemon.sgml +DOCS+= copyright.sgml -DATA+= COPYING COPYING.LIB +INDEXLINK= copyright.html + +DATA+= COPYING COPYING.LIB ${LEGAL} + +# FreeBSD Ports redistribution restrictions +LEGAL= LEGAL +CLEANFILES+= ${LEGAL} +${LEGAL}: $${CVSROOT}/ports/LEGAL,v + co -q -p ${.ALLSRC} > ${.TARGET} .include "../web.mk" diff --git a/en/copyright/copyright.sgml b/en/copyright/copyright.sgml new file mode 100644 index 0000000000..62d0e41909 --- /dev/null +++ b/en/copyright/copyright.sgml @@ -0,0 +1,23 @@ + + + + %includes; +]> + + + +&header; + +

+ +

The FreeBSD Copyright

+

The BSD Daemon

+

FreeBSD Ports redistribution restrictions

+

GNU GENERAL PUBLIC LICENSE

+

GNU LIBRARY GENERAL PUBLIC LICENSE

+

+ +&footer; + +