diff options
author | asami <asami@FreeBSD.org> | 1997-01-06 09:23:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-06 09:23:58 +0000 |
commit | 1628d4dc3f8d048ca80df2475d14a7920cfc81f7 (patch) | |
tree | 4b1589d354e4a1c33600746173f019fe9be5ba29 /lang/eperl/pkg-message | |
parent | b14b9fb69c4f8db13f327ab7487d8f3ee22b502b (diff) | |
download | FreeBSD-ports-1628d4dc3f8d048ca80df2475d14a7920cfc81f7.zip FreeBSD-ports-1628d4dc3f8d048ca80df2475d14a7920cfc81f7.tar.gz |
Move copyright text to MESSAGE file, which will be displayed
by pkg_add (if it weren't buggy).
Diffstat (limited to 'lang/eperl/pkg-message')
-rw-r--r-- | lang/eperl/pkg-message | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/lang/eperl/pkg-message b/lang/eperl/pkg-message new file mode 100644 index 0000000..9a2581a --- /dev/null +++ b/lang/eperl/pkg-message @@ -0,0 +1,41 @@ + L I C E N S E A G R E E M E N T + + Copyright (c) 1996,1997 Ralf S. Engelschall, All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + 3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by + Ralf S. Engelschall <rse@engelschall.com>." + + 4. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by + Ralf S. Engelschall <rse@engelschall.com>." + + 5. The names "ePerl" and "Embedded Perl 5 for HTML" must not be used to + endorse or promote products derived from this software without + prior written permission. + + THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY + EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR HIS CONTRIBUTORS + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. |