home *** CD-ROM | disk | FTP | other *** search
/ ftp.madoka.org / 2014.12.ftp.madoka.org.tar / ftp.madoka.org / pub / irchat-pj / irchat-pj-2.4.24.22.tar.gz / irchat-pj-2.4.24.22.tar / irchat-pj-2.4.24.22 / irchat-copyright.el < prev    next >
Lisp/Scheme  |  2000-01-04  |  2KB  |  50 lines

  1. ;; -*- coding: ctext; -*-
  2. (defvar irchat-copyright "
  3.     $Id: irchat-copyright.el,v 1.2 1993/07/13 11:56:52 tmo Exp $
  4.     Internet Relay CHAT interface for GNU Emacs
  5.     Copyright (C) 1989 Tor Lillqvist
  6.  
  7.     This program is free software; you can redistribute it and/or modify
  8.     it under the terms of the GNU General Public License as published by
  9.     the Free Software Foundation; either version 1, or (at your option)
  10.     any later version.
  11.   
  12.     This program is distributed in the hope that it will be useful,
  13.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.     GNU General Public License for more details.
  16.   
  17.     You should have received a copy of the GNU General Public License
  18.     along with GNU Emacs; if not, write to the Free Software
  19.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.   
  21.     Author's email address is <tml@hemuli.atk.vtt.fi>
  22.   
  23.     Following people have made major improvements to irchat. Also there
  24.     are numerous people who have given suggestions and improvements. If 
  25.     you think your name should be included here, give us a note...
  26.        Kai KeinΣnen        <kmk@cc.tut.fi>
  27.        Markku JΣrvinen    <mta@cc.tut.fi>
  28.        Jukka Partanen          <jtp@cs.hut.fi>
  29.        Kim Nyberg              <kny@cs.hut.fi>
  30.        tero t mononen          <tmo@tekla.fi>
  31.  
  32.     You can ftp the latest version from cs.hut.fi:/pub/irchat
  33.  
  34.     There is a mailing list, irchat@cc.tut.fi for those interested
  35.     in developments in irchat. Mail irchat-request@cc.tut.fi if you
  36.     are interested in joining.
  37. " "Basically GPL")
  38.  
  39. ;; $Log: irchat-copyright.el,v $
  40. ; Revision 1.2  1993/07/13  11:56:52  tmo
  41. ;     made this file to be defvar
  42. ;
  43. ; Revision 1.2  1993/07/13  11:56:52  tmo
  44. ;     made this file to be defvar
  45. ;
  46. ; Revision 1.1  1993/07/10  13:23:50  tmo
  47. ; Initial revision
  48. ;
  49.  
  50.