From c17d0121166c759a3b8a552abb1e309d62d9572f Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 22 Oct 2003 20:07:07 +0000 Subject: [PATCH] (EXTRA_DIST) Add irchat-copyright.el. --- doc/Makefile.am | 2 +- doc/irchat-copyright.el | 79 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 doc/irchat-copyright.el diff --git a/doc/Makefile.am b/doc/Makefile.am index 09fc5f2..a699e90 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = texinfo.tex infohack.el ptexinfmt.el +EXTRA_DIST = texinfo.tex infohack.el ptexinfmt.el irchat-copyright.el info_TEXINFOS = riece-ja.texi riece_ja_TEXINFOS = fdl.texi diff --git a/doc/irchat-copyright.el b/doc/irchat-copyright.el new file mode 100644 index 0000000..61690ac --- /dev/null +++ b/doc/irchat-copyright.el @@ -0,0 +1,79 @@ +;;; -*- emacs-lisp -*- +;;; +;;; $Id: irchat-copyright.el,v 1.1 2003/10/22 20:07:07 ueno Exp $ +;;; +(defvar irchat-copyright " + $Id: irchat-copyright.el,v 1.1 2003/10/22 20:07:07 ueno Exp $ + Internet Relay CHAT interface for GNU Emacs + Copyright (C) 1989 Tor Lillqvist + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNU Emacs; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + Author's email address is + + Following people have made major improvements to irchat. Also there + are numerous people who have given suggestions and improvements. If + you think your name should be included here, give us a note... + Kai Keinänen + Markku Järvinen + Jukka Partanen + Kim Nyberg + Tero T. Mononen + + You can ftp the latest version from cs.hut.fi:/pub/irchat + + There is a mailing list, irchat@cc.tut.fi for those interested + in developments in irchat. Mail irchat-request@cc.tut.fi if you + are interested in joining. + + Current team is: + Janne Liimatainen + Tero T. Mononen + Kim Nyberg + Tomi Ollila + Jukka Partanen + Timo J. Rinne +" "Basically GPL") + +;;; +;;; $Log: irchat-copyright.el,v $ +;;; Revision 1.1 2003/10/22 20:07:07 ueno +;;; (EXTRA_DIST) Add irchat-copyright.el. +;;; +;;; Revision 3.2 1997/02/27 10:19:14 jsl +;;; changed irchat-nickname to irchat-real-nickname +;;; users should only change irchat-nickname +;;; +;;;Revision 3.1 1997/02/24 16:00:02 tri +;;;Promoted revision to 3.1. +;;; +;;; Revision 1.2 1997/02/13 09:10:47 tri +;;; Added Domo to "current" team. +;;; +;;; Revision 1.1 1996/12/19 14:54:48 tri +;;; Initial revision +;;; +;;; Revision 0.1.1 1995/01/15 11:43:37 tmo +;;; Initial revision +;;; +;;; Revision 0.1.2 1993/07/13 11:56:52 tmo +;;; made this file to be defvar +;;; +;;; Revision 0.1.2 1993/07/13 11:56:52 tmo +;;; made this file to be defvar +;;; +;;; Revision 0.1.1 1993/07/10 13:23:50 tmo +;;; Initial revision +;;; -- 2.34.1