]> code.delx.au - gnu-emacs/blobdiff - src/vms-pp.c
removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
[gnu-emacs] / src / vms-pp.c
index fdfcd9c46a17e0bcd382cb124efec9817d457012..9ac7a4966a9b7bbe6f2cb2860a3928013db603ba 100644 (file)
@@ -6,7 +6,7 @@
 
 GNU Emacs 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)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -16,7 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
 
  *
  * Usage:
@@ -42,7 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  *             #define defined(XX) XX_val
  *             #if defined(foo)
  *
- *     This last contruction only works on single line #if's and takes
+ *     This last construction only works on single line #if's and takes
  *     advantage of a questionable C pre-processor trick. If there are
  *     comments within the #if, that contain "defined", then this will
  *     bomb.