]> code.delx.au - gnu-emacs/blobdiff - src/unexapollo.c
(Version, mh-version): Update for release 8.0.
[gnu-emacs] / src / unexapollo.c
index 4c87bfa3fe47134f8331b4d33928e1a5b2c7e609..ace28dfa38d7f8be9243cc19933ce31917e1f38b 100644 (file)
@@ -1,5 +1,6 @@
 /* unexapollo.c -- COFF File UNEXEC for GNU Emacs on Apollo SR10.x
-   Copyright (C) 1988, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1994, 2002, 2003, 2004,
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,12 +16,15 @@ 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, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 /* Written by Leonard N. Zubkoff.  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <fcntl.h>
 
 
@@ -292,3 +296,6 @@ CopyData (target_file, source_file, total_byte_count)
       total_byte_count -= byte_count;
     }
 }
+
+/* arch-tag: 783ebbdf-7d26-4df8-9469-17a1747dce96
+   (do not change this comment) */