mirror of
https://github.com/moodle/moodle.git
synced 2025-03-10 02:40:10 +01:00
105 lines
3.3 KiB
HTML
105 lines
3.3 KiB
HTML
|
<!--
|
|||
|
#################################################################################
|
|||
|
##
|
|||
|
## HTML Text Editing Component for hosting in Web Pages
|
|||
|
## Copyright (C) 2001 Ramesys (Contracting Services) Limited
|
|||
|
##
|
|||
|
## This library is free software; you can redistribute it and/or
|
|||
|
## modify it under the terms of the GNU Lesser General Public
|
|||
|
## License as published by the Free Software Foundation; either
|
|||
|
## version 2.1 of the License, or (at your option) any later version.
|
|||
|
##
|
|||
|
## This library is distributed in the hope that it will be useful,
|
|||
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|||
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|||
|
## Lesser General Public License for more details.
|
|||
|
##
|
|||
|
## You should have received a copy of the GNU LesserGeneral Public License
|
|||
|
## along with this program; if not a copy can be obtained from
|
|||
|
##
|
|||
|
## http://www.gnu.org/copyleft/lesser.html
|
|||
|
##
|
|||
|
## or by writing to:
|
|||
|
##
|
|||
|
## Free Software Foundation, Inc.
|
|||
|
## 59 Temple Place - Suite 330,
|
|||
|
## Boston,
|
|||
|
## MA 02111-1307,
|
|||
|
## USA.
|
|||
|
##
|
|||
|
## Original Developer:
|
|||
|
##
|
|||
|
## Austin David France
|
|||
|
## Ramesys (Contracting Services) Limited
|
|||
|
## Mentor House
|
|||
|
## Ainsworth Street
|
|||
|
## Blackburn
|
|||
|
## Lancashire
|
|||
|
## BB1 6AY
|
|||
|
## United Kingdom
|
|||
|
## email: Austin.France@Ramesys.com
|
|||
|
##
|
|||
|
## Home Page: http://richtext.sourceforge.net/
|
|||
|
## Support: http://richtext.sourceforge.net/
|
|||
|
##
|
|||
|
#################################################################################
|
|||
|
-->
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>Acknowledgements</title>
|
|||
|
<style type="text/css">
|
|||
|
code { font-size: 8pt; font-family: "Andale Mono", "Courier New"}
|
|||
|
h1 { font-size: 240%; }
|
|||
|
b { font-size: 120%; }
|
|||
|
</style>
|
|||
|
<base target="_blank">
|
|||
|
</head>
|
|||
|
<body><center><code>
|
|||
|
<b>PROJECT MANAGER</b><br>
|
|||
|
<br>
|
|||
|
AUSTIN DAVID FRANCE<br>
|
|||
|
<a href="http://sourceforge.net/users/third_of_five/">http://sourceforge.net/users/third_of_five/</a><br>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<b>LEAD PROGRAMMER</b><br>
|
|||
|
<br>
|
|||
|
AUSTIN DAVID FRANCE<br>
|
|||
|
<a href="http://sourceforge.net/users/third_of_five/">http://sourceforge.net/users/third_of_five/</a><br>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<b>DEVELOPERS</b><br>
|
|||
|
<br>
|
|||
|
William R. Cook<br>
|
|||
|
<a href="http://sourceforge.net/users/wcook/">http://sourceforge.net/users/wcook/</a><br>
|
|||
|
<br>
|
|||
|
Bill Chalmers<br>
|
|||
|
<a href="http://sourceforge.net/users/bchalmers/">http://sourceforge.net/users/bchalmers/</a><br>
|
|||
|
<br>
|
|||
|
Leon Reinders<br>
|
|||
|
<a href="http://sourceforge.net/users/leonreinders/">http://sourceforge.net/users/leonreinders/</a><br>
|
|||
|
<br>
|
|||
|
Torbj<EFBFBD>rn Engedal<br>
|
|||
|
<a href="http://sourceforge.net/users/torbjoen/">http://sourceforge.net/users/torbjoen/</a><br>
|
|||
|
<br>
|
|||
|
Jan Seda<br>
|
|||
|
<a href="http://sourceforge.net/users/aramir/">http://sourceforge.net/users/aramir/</a><br>
|
|||
|
<br>
|
|||
|
Dave Otto<br>
|
|||
|
<a href="http://sourceforge.net/users/daveotto/">http://sourceforge.net/users/daveotto/</a><br>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<b>RELEASE TECHNITIONS</b><br>
|
|||
|
<br>
|
|||
|
William R. Cook<br>
|
|||
|
<a href="http://sourceforge.net/users/wcook/">http://sourceforge.net/users/wcook/</a><br>
|
|||
|
<br>
|
|||
|
AUSTIN DAVID FRANCE<br>
|
|||
|
<a href="http://sourceforge.net/users/third_of_five/">http://sourceforge.net/users/third_of_five/</a><br>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<b>DREAMWEAVER EXTENSION</b><br>
|
|||
|
<br>
|
|||
|
Bill Chalmers<br>
|
|||
|
<a href="http://sourceforge.net/users/bchalmers/">http://sourceforge.net/users/bchalmers/</a><br>
|
|||
|
</code></center></body></html>
|