]> code.delx.au - gnu-emacs/blobdiff - src/unexhp9k800.c
(eshell/time): Stringify and flatten the non-command arguments.
[gnu-emacs] / src / unexhp9k800.c
index 0948ccf9a181927163fd68afce176815fec9a3b4..495094029d695dac0665e12935a2a8b7bad6aef7 100644 (file)
@@ -1,4 +1,16 @@
 /* Unexec for HP 9000 Series 800 machines.
+
+  This file is in the public domain.
+
+  Author: John V. Morris
+
+  This file was written by John V. Morris at Hewlett Packard.
+  Both the author and Hewlett Packard Co. have disclaimed the
+  copyright on this file, and it is therefore in the public domain.
+  (Search for "hp9k800" in copyright.list.)
+*/
+
+/*
    Bob Desinger <hpsemc!bd@hplabs.hp.com>
 
    Note that the GNU project considers support for HP operation a
@@ -317,3 +329,6 @@ display_header (hdr, auxhdr)
          hdr->unloadable_sp_location, hdr->unloadable_sp_size);
 }
 #endif /* DEBUG */
+
+/* arch-tag: d55a09ac-9427-4ec4-8496-cb9d7710774f
+   (do not change this comment) */