1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
This package is Debianised by Laszlo 'GCS' Boszormenyi <gcs@lsc.hu> on
Sat, 17 Apr 2004 20:41:39 +0000.
Upstream copyright:
Mostly GPL, a small bit is BSD license.
(See /usr/share/common-licenses/GPL and /usr/share/common-licenses/BSD)
From bspengle@bucknell.edu Tue Nov 6 22:55:20 2001
Return-Path: <bspengle@bucknell.edu>
Delivered-To: rjc@coker.com.au
Received: from mail.bucknell.edu (marge.bucknell.edu [134.82.9.1])
by ivanova.coker.com.au (Postfix) with ESMTP id 10CF8FAD2
for <russell@coker.com.au>; Wed, 7 Nov 2001 08:55:24 +1100 (EST)
Received: from bspengle (ojasleJNSL@bspengle.resnet.bucknell.edu [134.82.115.23])
by mail.bucknell.edu (8.11.6/8.11.6) with ESMTP id fA6LtFe17377
for <russell@coker.com.au>; Tue, 6 Nov 2001 16:55:15 -0500 (EST)
From: "Brad Spengler" <bspengle@bucknell.edu>
To: "'Russell Coker'" <russell@coker.com.au>
Subject: RE: what is the license for grsecurity?
Date: Tue, 6 Nov 2001 16:55:20 -0500
Message-ID: <000701c1670d$bd63bab0$0201a8c0@bspengle>
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.3311
Importance: Normal
In-Reply-To: <20011106203335.0263538C67B@lyta.coker.com.au>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Status: R
X-Status: N
It's all GPL :)
Just out of curiosity, is this going to be an official debian release?
-Brad
From bspengle@bucknell.edu Tue Nov 6 23:54:51 2001
Return-Path: <bspengle@bucknell.edu>
Delivered-To: rjc@coker.com.au
Received: from mail.bucknell.edu (marge.bucknell.edu [134.82.9.1])
by ivanova.coker.com.au (Postfix) with ESMTP id D1D21FAD2
for <russell@coker.com.au>; Wed, 7 Nov 2001 09:54:48 +1100 (EST)
Received: from bspengle (LEJMFlEJaG@bspengle.resnet.bucknell.edu [134.82.115.23])
by mail.bucknell.edu (8.11.6/8.11.6) with ESMTP id fA6Mske23142
for <russell@coker.com.au>; Tue, 6 Nov 2001 17:54:46 -0500 (EST)
From: "Brad Spengler" <bspengle@bucknell.edu>
To: "'Russell Coker'" <russell@coker.com.au>
Subject: RE: what is the license for grsecurity?
Date: Tue, 6 Nov 2001 17:54:51 -0500
Message-ID: <000001c16716$0e13bac0$0201a8c0@bspengle>
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.3311
Importance: Normal
In-Reply-To: <20011106203335.0263538C67B@lyta.coker.com.au>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Status: R
X-Status: N
Forgot one small thing...the algorithm for the random ip id code is
ported from openbsd, so that carries the BSD license. There was no way
I could come up with an algorithm myself (the one openbsd uses involves
some complex mathematics)...
-Brad
|