* Riece: Version 2.0.2 released.
[riece] / doc / irchat-copyright.el
1 ;;;  -*- emacs-lisp -*-
2 ;;;
3 ;;;  $Id: irchat-copyright.el,v 1.1 2003/10/22 20:07:07 ueno Exp $
4 ;;;
5 (defvar irchat-copyright "
6     $Id: irchat-copyright.el,v 1.1 2003/10/22 20:07:07 ueno Exp $
7     Internet Relay CHAT interface for GNU Emacs
8     Copyright (C) 1989 Tor Lillqvist
9  
10     This program is free software; you can redistribute it and/or modify
11     it under the terms of the GNU General Public License as published by
12     the Free Software Foundation; either version 1, or (at your option)
13     any later version.
14   
15     This program is distributed in the hope that it will be useful,
16     but WITHOUT ANY WARRANTY; without even the implied warranty of
17     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18     GNU General Public License for more details.
19   
20     You should have received a copy of the GNU General Public License
21     along with GNU Emacs; if not, write to the Free Software
22     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23   
24     Author's email address is <tml@hemuli.atk.vtt.fi>
25   
26     Following people have made major improvements to irchat. Also there
27     are numerous people who have given suggestions and improvements. If 
28     you think your name should be included here, give us a note...
29            Kai Keinänen         <kmk@iki.fi>
30            Markku Järvinen      <mta@cc.tut.fi>
31            Jukka Partanen       <jtp@iki.fi>
32            Kim Nyberg           <kny@iki.fi>
33            Tero T. Mononen      <tmo@iki.fi>
34
35     You can ftp the latest version from cs.hut.fi:/pub/irchat
36
37     There is a mailing list, irchat@cc.tut.fi for those interested
38     in developments in irchat. Mail irchat-request@cc.tut.fi if you
39     are interested in joining.
40
41     Current team is:
42            Janne Liimatainen    <jsl@iki.fi>
43            Tero T. Mononen      <tmo@iki.fi>
44            Kim Nyberg           <kny@iki.fi>
45            Tomi Ollila          <too@iki.fi>
46            Jukka Partanen       <jtp@iki.fi>
47            Timo J. Rinne        <tri@iki.fi>
48 " "Basically GPL")
49
50 ;;;
51 ;;;  $Log: irchat-copyright.el,v $
52 ;;;  Revision 1.1  2003/10/22 20:07:07  ueno
53 ;;;  (EXTRA_DIST) Add irchat-copyright.el.
54 ;;;
55 ;;;  Revision 3.2  1997/02/27 10:19:14  jsl
56 ;;;  changed irchat-nickname to irchat-real-nickname
57 ;;;  users should only change irchat-nickname
58 ;;;
59 ;;;Revision 3.1  1997/02/24  16:00:02  tri
60 ;;;Promoted revision to 3.1.
61 ;;;
62 ;;;  Revision 1.2  1997/02/13 09:10:47  tri
63 ;;;  Added Domo to "current" team.
64 ;;;
65 ;;;  Revision 1.1  1996/12/19 14:54:48  tri
66 ;;;  Initial revision
67 ;;;
68 ;;;  Revision 0.1.1  1995/01/15  11:43:37  tmo
69 ;;;  Initial revision
70 ;;; 
71 ;;;  Revision 0.1.2  1993/07/13  11:56:52  tmo
72 ;;;     made this file to be defvar
73 ;;; 
74 ;;;  Revision 0.1.2  1993/07/13  11:56:52  tmo
75 ;;;     made this file to be defvar
76 ;;; 
77 ;;;  Revision 0.1.1  1993/07/10  13:23:50  tmo
78 ;;;  Initial revision
79 ;;;