]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright.
authorKarl Heuer <kwzh@gnu.org>
Fri, 7 Apr 1995 00:16:13 +0000 (00:16 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 7 Apr 1995 00:16:13 +0000 (00:16 +0000)
lib-src/etags.c
lisp/ange-ftp.el
lisp/progmodes/ada-mode.el

index 4c56e58f3eef413569c818c71af4f71ffc856408..e6b3c10143df0d7a5e5f4183666f7857ded0e009 100644 (file)
@@ -1,5 +1,6 @@
 /* Tags file maker to go with GNU Emacs
-   Copyright (C) 1984,87,88,89,93,94 Free Software Foundation, Inc. and Ken Arnold
+   Copyright (C) 1984, 87, 88, 89, 93, 94, 95
+   Free Software Foundation, Inc. and Ken Arnold
 This file is not considered part of GNU Emacs.
 
 This program is free software; you can redistribute it and/or modify
index 160b91c785278509e75407a37f5f8a885c9ee81f..cf3141c91ed36f52198eb9b1e1d8d63c142dad7e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ange-ftp.el --- transparent FTP support for GNU Emacs
 
-;;; Copyright (C) 1989,90,91,92,93,94  Free Software Foundation, Inc.
+;;; Copyright (C) 1989,90,91,92,93,94,95  Free Software Foundation, Inc.
 ;;;
 ;; Author: Andy Norman (ange@hplb.hpl.hp.com)
 ;; Keywords: comm
index 699f2f2f7fdd9f4cfcb118ec04a667b3312d44b8..f7077ad426f7c2bbc62bce8f5580c915225ab46a 100644 (file)
@@ -1,5 +1,5 @@
 ;;; ada-mode.el - An Emacs major-mode for editing Ada source.
-;;; Copyright (C) 1994 Free Software Foundation, Inc.
+;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 
 ;;; Authors: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
 ;;;          Rolf Ebert      <ebert@inf.enst.fr>
 ;;; LCD Archive Entry:
 ;;; ada-mode|Rolf Ebert|<ebert@inf.enst.fr>
 ;;; |Major-mode for Ada
-;;; |$Date: 1995/03/02 11:07:44 $|$Revision: 1.3 $|
+;;; |$Date: 1995/04/04 03:00:59 $|$Revision: 1.4 $|
 
 \f
-(defconst ada-mode-version (substring "$Revision: 1.3 $" 11 -2)
-  "$Id: ada-mode.el,v 1.3 1995/03/02 11:07:44 simon Exp kwzh $
+(defconst ada-mode-version (substring "$Revision: 1.4 $" 11 -2)
+  "$Id: ada-mode.el,v 1.4 1995/04/04 03:00:59 kwzh Exp kwzh $
 
 Report bugs to: Rolf Ebert <ebert@inf.enst.fr>")