Mercurial > emacs
comparison lispintro/README @ 75774:dc23aaa67696
Switch to standard GPL text for license.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 11 Feb 2007 01:18:25 +0000 |
parents | 68cfc1db0d26 |
children | ee787fc40e93 |
comparison
equal
deleted
inserted
replaced
75773:8344ba1076b6 | 75774:dc23aaa67696 |
---|---|
1 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 1 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
2 Free Software Foundation, Inc. | 2 Free Software Foundation, Inc. |
3 Copying and distribution of this file, with or without modification, | 3 See the end of the file for license conditions. |
4 are permitted provided the copyright notice and this notice are preserved. | |
5 | 4 |
6 | 5 |
7 This directory contains the source of the "Introduction to Programming | 6 This directory contains the source of the "Introduction to Programming |
8 in Emacs Lisp" written by Robert J. Chassell, bob@gnu.org. This | 7 in Emacs Lisp" written by Robert J. Chassell, bob@gnu.org. This |
9 manual is an elementary introduction to programming in Emacs Lisp for | 8 manual is an elementary introduction to programming in Emacs Lisp for |
63 You will find additional instructions on formatting in the beginning | 62 You will find additional instructions on formatting in the beginning |
64 of the Texinfo file 'emacs-lisp-intro.texi'. Best Wishes! | 63 of the Texinfo file 'emacs-lisp-intro.texi'. Best Wishes! |
65 | 64 |
66 2006 Oct 31 | 65 2006 Oct 31 |
67 Robert J. Chassell, bob@gnu.org | 66 Robert J. Chassell, bob@gnu.org |
67 | |
68 | |
69 This file is part of GNU Emacs. | |
70 | |
71 GNU Emacs is free software; you can redistribute it and/or modify | |
72 it under the terms of the GNU General Public License as published by | |
73 the Free Software Foundation; either version 2, or (at your option) | |
74 any later version. | |
75 | |
76 GNU Emacs is distributed in the hope that it will be useful, | |
77 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
78 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
79 GNU General Public License for more details. | |
80 | |
81 You should have received a copy of the GNU General Public License | |
82 along with GNU Emacs; see the file COPYING. If not, write to the | |
83 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
84 Boston, MA 02110-1301, USA. |