I've pulled together a hyperlinked version of blanket-permission.txt to
shove on the web site. Code attached. See it in action at

http://www.devel.lyx.org/~leeming/www-user/blanket-permission.php

If someone can think of a better title, then please throw it this way. I'm
all out of inspiration.

I propose to put this on the web site as
http://www.lyx.org/about/blanket-permission.php
and link to it from http://www.lyx.org/about/license.php3

-- 
Angus
<?
// What's the title of the page?
$title = "Licencing contributions to LyX";
// What's the short name of the page in the navigation bar?
$item="Contributions";
// Who is the author?
$author="lyx-devel@lists.lyx.org";
// Full name of the file (relative path from LyX home page -- i.e., it should
// be "foo.php3" or "bar/foo.php3")
$file_full="blanket-permission.php";

include("start.php3");

function contrib($name, $email, $msg_title, $msg_ref, $date) {

echo "

 <dt>
  <b>${name}</b>
  <i>&lt;${email}&gt;</i>
 </dt>
 <dd>
  See lyx-devel list message entitled 
  &quot;";

if (isset($msg_ref) && $msg_ref != "") {
        $msg_ref = htmlspecialchars("$msg_ref");
        echo "<a 
href=\"http://marc.theaimsgroup.com/?l=lyx-devel&amp;${msg_ref}\";>${msg_title}</a>";
} else {
        echo "${msg_title}";
}

echo "&quot;
  of $date.
 </dd>";
}

?>

<p>
 The following people hereby grant permission to licence their
 contributions to LyX under the
 <a href="http://www.opensource.org/licenses/gpl-license.php";>
 Gnu General Public Licence</a>, version 2 or later.
</p>

<dl>
<?php
contrib("Maarten Afman",
        "info () afman ! net", 
        "Fwd: Re: The LyX licence",
        "m=110958096916679",
        "27 February 2005");

contrib("Asger Alstrup",
        "aalstrup () laerdal ! dk",
        "Re: Licensing of tex2lyx (and perhaps LyX itself?)",
        "m=110899716913300",
        "21 February 2005");

contrib("Pascal Andr&eacute;",
        "andre () via ! ecp ! fr",
        "Re: The LyX licence --- a gentle nudge",
        "m=111263406200012",
        "1 April 2005");

contrib("Jo&atilde;o Luis Meloni Assirati",
        "assirati () nonada ! if ! usp ! br",
        "Re: The LyX licence",
        "m=110918749022256",
        "23 February 2005");

contrib("Yves Bastide",
        "Yves.Bastide () irisa ! fr",
        "Re: The LyX licence",
        "m=110959913631678",
        "28 February 2005");

contrib("Heinrich Bauer",
        "heinrich.bauer () t-mobile ! de",
        "Fwd: Re: The LyX licence",
        "m=110910430117798",
        "22 February 2005");

contrib("Georg Baum",
        "georg.baum () post ! rwth-aachen ! de",
        "Re: Licensing of tex2lyx (and perhaps LyX itself?)",
        "m=110899912526043",
        "21 February 2005");

contrib("Hans Bausewein",
        "hans () comerwell ! xs4all ! nl",
        "Re: The LyX licence --- a gentle nudge",
        "m=111262999400394",
        "2 April 2005");

contrib("Graham Biswell",
        "graham () gbiswell ! com",
        "Re: The LyX licence",
        "m=111269177728853",
        "5 April 2005");

contrib("Lars Gullik Bj&oslash;nnes",
        "larsbj () gullik ! net",
        "Re: Licensing of tex2lyx (and perhaps LyX itself?)",
        "m=110907078027047",
        "22 February 2005");

contrib("Alfredo Braunstein",
        "abraunst () lyx ! org",
        "Re: The LyX licence",
        "m=110927069513172",
        "24 February 2005");

contrib("Johnathan Burchill",
        "jkerrb () users ! sourceforge ! net",
        "Re: The LyX licence",
        "m=110908472818670",
        "22 February 2005");

contrib("Mat&#283;j Cepl",
        "matej () ceplovi ! cz",
        "Re: The LyX licence",
        "m=110913090232039",
        "22 February 2005");

contrib("Albert Chin",
        "lyx-devel () mlists ! thewrittenword ! com",
        "Re: The LyX licence --- a gentle nudge",
        "m=111220294831831",
        "30 March 2005");

contrib("Matthias Kalle Dalheimer",
        "kalle () kdab ! net",
        "Re: The LyX licence",
        "m=110908857130107",
        "22 February 2005");

contrib("Matthias Ettrich",
        "ettrich () trolltech ! com",
        "Fwd: Re: The LyX licence",
        "m=110959638810040",
        "28 February 2005");

contrib("Baruch Even",
        "baruch () ev-en ! org",
        "Re: The LyX licence",
        "m=110936007609786",
        "25 February 2005");

contrib("Ronald Florence",
        "ron () 18james ! com",
        "Re: The LyX licence --- a gentle nudge",
        "m=111262821108510",
        "31 March 2005");

contrib("Eitan Frachtenberg",
        "sky8an () gmail ! com",
        "Re: [PATCH] BibTeX annotation support",
        "m=111130799028250",
        "20 March 2005");

contrib("Edscott Wilson Garcia",
        "edscott () xfce ! org",
        "Re: The LyX licence --- a gentle nudge",
        "m=111219295119021",
        "30 March 2005");

contrib("Stefano Ghirlanda",
        "stefano.ghirlanda () unibo ! it",
        "Re: The LyX licence",
        "m=110959835300777",
        "28 February 2005");

contrib("Hartmut Goebel",
        "h.goebel () crazy-compilers ! com",
        "Re: The LyX licence --- a gentle nudge",
        "m=111225910223564",
        "30 March 2005");

contrib("Hartmut Haase",
        "hha4491 () atomstromfrei ! de",
        "Re: The LyX licence",
        "m=110915427710167",
        "23 February 2005");

contrib("Helge Hafting",
        "helgehaf () aitel ! hist ! no",
        "Re: The LyX licence",
        "m=110916171925288",
        "23 February 2005");

contrib("Bennett Helm",
        "bennett.helm () fandm ! edu",
        "Re: The LyX licence",
        "m=110907988312372",
        "22 February 2005");

contrib("Claus Hindsgaul",
        "claus_h () image ! dk",
        "Re: The LyX licence",
        "m=110908607416324",
        "22 February 2005");

contrib("Bernard Hurley",
        "bernard () fong-hurley ! org ! uk",
        "Re: The LyX licence --- a gentle nudge",
        "m=111218682804142",
        "30 March 2005");

contrib("Bernhard Iselborn",
        "bernhard.iselborn () sap ! com",
        "RE: The LyX licence",
        "m=111268306522212",
        "5 April 2005");

contrib("Michal Jaegermann",
        "michal () ellpspace ! math ! ualberta ! ca",
        "Re: The LyX licence",
        "m=110909853626643",
        "22 February 2005");

contrib("David L. Johnson",
        "david.johnson () lehigh ! edu",
        "GPL",
        "m=110908492016593",
        "22 February 2005");

contrib("Robert van der Kamp",
        "robnet () wxs ! nl",
        "Re: The LyX licence",
        "m=111268623330209",
        "5 April 2005");

contrib("Amir Karger",
        "amirkarger () gmail ! com",
        "Re: The LyX licence",
        "m=110912688520245",
        "23 February 2005");

contrib("Andreas Klostermann",
        "andreas_klostermann () web ! de",
        "blanket-permission",
        "m=111054675600338",
        "11 March 2005");

contrib("Michael Koziarski",
        "koziarski () gmail ! com",
        "Re: The LyX licence",
        "m=110909592017966",
        "22 February 2005");

contrib("Bernd K&uuml;mmerlen",
        "bkuemmer () gmx ! net",
        "Re: The LyX licence",
        "m=110934318821667",
        "25 February 2005");

contrib("Felix Kurth",
        "felix () fkurth ! de",
        "Re: The LyX licence",
        "m=110908918916109",
        "22 February 2005");

contrib("Rob Lahaye",
        "lahaye () snu ! ac ! kr",
        "Re: The LyX licence",
        "m=110908714131711",
        "22 February 2005");

contrib("Jean-Marc Lasgouttes",
        "jean-marc.lasgouttes () inria ! fr",
        "Re: Licensing of tex2lyx (and perhaps LyX itself?)",
        "m=110899928510452",
        "21 February 2005");

contrib("Angus Leeming",
        "leeming () lyx ! org",
        "Re: Licensing of tex2lyx (and perhaps LyX itself?)",
        "m=110899671520339",
        "21 February 2005");

contrib("Edwin Leuven",
        "e.leuven () uva ! nl",
        "Re: Licensing of tex2lyx (and perhaps LyX itself?)",
        "m=110899657530749",
        "21 February 2005");

contrib("John Levon",
        "levon () movementarian ! org",
        "Re: Licensing of tex2lyx (and perhaps LyX itself?)",
        "m=110899535600562",
        "21 February 2005");

contrib("Ling Li",
        "ling () caltech ! edu",
        "Re: LyX 1.4cvs crash on Fedora Core 3",
        "m=111204368700246",
        "28 March 2005");

contrib("Jos&eacute; Matos",
        "jamatos () fc ! up ! pt",
        "Re: The LyX licence",
        "m=110907762926766",
        "22 February 2005");

contrib("Roman Maurer",
        "roman.maurer () amis ! net",
        "Re: The LyX licence",
        "m=110952616722307",
        "27 February 2005");

contrib("I&ntilde;aki Larra&ntilde;aga Murgoitio",
        "dooteo () euskalgnu ! org",
        "Re: The LyX licence",
        "m=110908606525783",
        "22 February 2005");

contrib("Daniel Naber",
        "daniel.naber () t-online ! de",
        "Re: The LyX licence",
        "m=110911176213928",
        "22 February 2005");

contrib("Pablo De Napoli",
        "pdenapo () mate ! dm ! uba ! ar",
        "Re: The LyX licence",
        "m=110908904400120",
        "22 February 2005");

contrib("Carl Ollivier-Gooch",
        "cfog () mech ! ubc ! ca",
        "Re: The LyX licence --- a gentle nudge",
        "m=111220662413921",
        "30 March 2005");

contrib("Panayotis &quot;PAP&quot; Papasotiriou",
        "papasot () upatras ! gr",
        "Re: The LyX licence",
        "m=110933552929119",
        "25 February 2005");

contrib("Zvezdan Petkovic",
        "zpetkovic () acm ! org",
        "Re: The LyX licence",
        "m=111276877900892",
        "6 April 2005");

contrib("Neoklis Polyzotis",
        "alkis () soe ! ucsc ! edu",
        "Fwd: Re: The LyX licence",
        "m=111039215519777",
        "9 March 2005");

contrib("Andr&eacute; P&ouml;nitz",
        "andre.poenitz () mathematik ! tu-chemnitz ! de",
        "Re: The LyX licence",
        "m=111143534724146",
        "21 March 2005");

contrib("Kornelia P&ouml;nitz",
        "kornelia.poenitz () mathematik ! tu-chemnitz ! de",
        "Re: The LyX licence",
        "m=111121553103800",
        "19 March 2005");

contrib("Thomas Pundt",
        "thomas () pundt ! de",
        "Re: The LyX licence",
        "m=111277917703326",
        "6 April 2005");

contrib("Allan Rae",
        "rae () itee ! uq ! edu ! au",
        "lyx-1.3.6cvs configure.in patch",
        "m=110905169512662",
        "21 February 2005");

contrib("Adrien Rebollo",
        "adrien.rebollo () gmx ! fr",
        "Re: The LyX licence",
        "m=110918633227093",
        "23 February 2005");

contrib("Ruurd Reitsma",
        "rareitsma () yahoo ! com",
        "Fwd: Re: The LyX licence",
        "m=110959179412819",
        "28 February 2005");

contrib("Michael Ressler",
        "mike.ressler () alum ! mit ! edu",
        "Re: The LyX licence",
        "m=110926603925431",
        "24 February 2005");

contrib("Garst R. Reese",
        "garstr () isn ! net",
        "blanket-permission.txt:",
        "m=110911480107491",
        "22 February 2005");

contrib("Christian Ridderstr&ouml;m",
        "christian.ridderstrom () home ! se",
        "Re: The LyX licence",
        "m=110910933124056",
        "22 February 2005");

contrib("Michael Schmitt",
        "michael.schmitt () teststep ! org",
        "Re: The LyX licence",
        "m=110909251110103",
        "22 February 2005");

contrib("Eulogio Serradilla Rodr&iacute;guez",
        "eulogio.sr () terra ! es",
        "Re: The LyX licence",
        "m=110915313018478",
        "23 February 2005");

contrib("Alejandro Aguilar Sierra",
        "asierra () servidor ! unam ! mx",
        "Fwd: Re: The LyX licence",
        "m=110918647812358",
        "23 February 2005");

contrib("Lior Silberman",
        "lior () princeton ! edu",
        "Fwd: Re: The LyX licence",
        "m=110910432427450",
        "22 February 2005");

contrib("Andre Spiegel",
        "spiegel () gnu ! org",
        "Re: The LyX licence",
        "m=110908534728505",
        "22 February 2005");

contrib("J&uuml;rgen Spitzm&uuml;ller",
        "juergen.sp () t-online ! de",
        "Re: The LyX licence",
        "m=110907530127164",
        "22 February 2005");

contrib("John Spray",
        "jcs116 () york ! ac ! uk",
        "Re: The LyX licence",
        "m=110909415400170",
        "22 February 2005");

contrib("Ben Stanley",
        "Ben.Stanley () exemail ! com ! au",
        "Re: The LyX licence",
        "m=110923981012056",
        "24 February 2005");

contrib("Peter S&uuml;tterlin",
        "P.Suetterlin () astro ! uu ! nl",
        "Re: The LyX licence",
        "m=110915086404972",
        "23 February 2005");

contrib("Kayvan Aghaiepour Sylvan",
        "kayvan () sylvan ! com",
        "Re: The LyX licence",
        "m=110908748407087",
        "22 February 2005");

contrib("Reuben Thomas",
        "rrt () sc3d ! org",
        "Re: The LyX licence",
        "m=110911018202083",
        "22 February 2005");

contrib("Dekel Tsur",
        "dtsur () cs ! ucsd ! edu",
        "Fwd: Re: The LyX licence",
        "m=110910437519054",
        "22 February 2005");

contrib("Matthias Urlichs",
        "smurf () smurf ! noris ! de",
        "Re: The LyX licence",
        "m=110912859312991",
        "22 February 2005");

contrib("H. Turgut Uyar",
        "uyar () ce ! itu ! edu ! tr",
        "Re: The LyX licence",
        "m=110917146423892",
        "23 February 2005");

contrib("Marko Vendelin",
        "markov () ioc ! ee",
        "Re: The LyX licence",
        "m=110909439912594",
        "22 February 2005");

contrib("Martin Vermeer",
        "martin.vermeer () hut ! fi",
        "Re: The LyX licence",
        "m=110907543900367",
        "22 February 2005");

contrib("J&uuml;rgen Vigna",
        "jug () lyx ! org",
        "Re: Licensing of tex2lyx (and perhaps LyX itself?)",
        "m=110899839906262",
        "21 February 2005");

contrib("Pauli Virtanen",
        "pauli.virtanen () hut ! fi",
        "Re: The LyX licence",
        "m=110918662408397",
        "23 February 2005");

contrib("Herbert Voss",
        "Herbert.Voss () alumni ! tu-berlin ! de",
        "Fwd: Re: The LyX licence",
        "m=110910439013234",
        "22 February 2005");

contrib("Andreas Vox",
        "avox () arcor ! de",
        "Re: The LyX licence",
        "m=110907443424620",
        "22 February 2005");

contrib("Stephan Witt",
        "stephan.witt () beusen ! de",
        "Re: The LyX licence",
        "m=110909031824764",
        "22 February 2005");

contrib("Huang Ying",
        "huangy () sh ! necas ! nec ! com ! cn",
        "Re: The LyX licence",
        "m=110956742604611",
        "28 February 2005");

contrib("Henner Zeller",
        "Henner.Zeller () freiheit ! com",
        "Re: The LyX licence",
        "m=110911591218107",
        "22 February 2005");
?>
</dl>

<p>
 The following people hereby grant permission to licence their
 contributions to LyX under the
 <a href="http://www.opensource.org/licenses/artistic-license.php";>
 Artistic Licence</a>.
</p>


<dl>
<?php
contrib("John P. Weiss",
        "jpweiss () frontiernet ! net",
        "Re: The LyX licence",
        "m=110913490414280",
        "23 February 2005");
?>
</dl>


<?
include("end.php3");
?>

Reply via email to