From 82a2bc672e173f7386a98a53c982de5123845956 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 27 Oct 1994 17:16:51 +0000 Subject: [PATCH] Add RCS header. --- lisp/alpha-arch.c | 9 +++++++++ lisp/alpha-validate.h | 9 +++++++++ lisp/arch.h | 9 +++++++++ lisp/breakpoint.c | 9 +++++++++ lisp/hppa-arch.c | 9 +++++++++ lisp/hppa-validate.h | 9 +++++++++ lisp/hpux-os.h | 9 +++++++++ lisp/irix-os.h | 9 +++++++++ lisp/mach-os.h | 9 +++++++++ lisp/mips-arch.c | 9 +++++++++ lisp/mips-validate.h | 9 +++++++++ lisp/os-common.c | 9 +++++++++ lisp/osf1-os.h | 9 +++++++++ lisp/save.c | 9 +++++++++ lisp/search.c | 9 +++++++++ lisp/socket.c | 9 +++++++++ lisp/sparc-arch.c | 9 +++++++++ lisp/sparc-validate.h | 9 +++++++++ lisp/sunos-os.h | 9 +++++++++ motif/server/callbacks.c | 9 +++++++++ motif/server/datatrans.c | 9 +++++++++ motif/server/datatrans.h | 9 +++++++++ motif/server/events.c | 9 +++++++++ motif/server/functions.h | 9 +++++++++ motif/server/global.h | 9 +++++++++ motif/server/list.c | 9 +++++++++ motif/server/main.c | 9 +++++++++ motif/server/message.c | 9 +++++++++ motif/server/message.h | 9 +++++++++ motif/server/motif.c | 9 +++++++++ motif/server/packet.c | 9 +++++++++ motif/server/packet.h | 9 +++++++++ motif/server/requests.c | 9 +++++++++ motif/server/requests.h | 9 +++++++++ motif/server/resources.c | 9 +++++++++ motif/server/server.c | 9 +++++++++ motif/server/tables.c | 9 +++++++++ motif/server/tables.h | 9 +++++++++ motif/server/text.c | 9 +++++++++ motif/server/translations.c | 9 +++++++++ motif/server/types.h | 9 +++++++++ motif/server/widgets.c | 9 +++++++++ motif/server/xmstring.c | 9 +++++++++ 43 files changed, 387 insertions(+) diff --git a/lisp/alpha-arch.c b/lisp/alpha-arch.c index 2125e194b..5d17bd11b 100644 --- a/lisp/alpha-arch.c +++ b/lisp/alpha-arch.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/alpha-arch.c,v 1.3 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include "lisp.h" diff --git a/lisp/alpha-validate.h b/lisp/alpha-validate.h index bb780997d..58d6e305c 100644 --- a/lisp/alpha-validate.h +++ b/lisp/alpha-validate.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/alpha-validate.h,v 1.2 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #define READ_ONLY_SPACE_START (0x20000000) #define READ_ONLY_SPACE_SIZE (0x04000000) diff --git a/lisp/arch.h b/lisp/arch.h index ff73abeea..e613ec68d 100644 --- a/lisp/arch.h +++ b/lisp/arch.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/arch.h,v 1.4 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #ifndef __ARCH_H__ #define __ARCH_H__ diff --git a/lisp/breakpoint.c b/lisp/breakpoint.c index 20b1ce9a3..cb9e84a55 100644 --- a/lisp/breakpoint.c +++ b/lisp/breakpoint.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/breakpoint.c,v 1.6 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <signal.h> diff --git a/lisp/hppa-arch.c b/lisp/hppa-arch.c index 137fe0419..1663bf57d 100644 --- a/lisp/hppa-arch.c +++ b/lisp/hppa-arch.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/hppa-arch.c,v 1.9 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <machine/trap.h> diff --git a/lisp/hppa-validate.h b/lisp/hppa-validate.h index b53075ad9..7f24f1b0d 100644 --- a/lisp/hppa-validate.h +++ b/lisp/hppa-validate.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/hppa-validate.h,v 1.3 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #define READ_ONLY_SPACE_START (0x20000000) #define READ_ONLY_SPACE_SIZE (0x08000000) diff --git a/lisp/hpux-os.h b/lisp/hpux-os.h index fd947ed3e..e407b0e10 100644 --- a/lisp/hpux-os.h +++ b/lisp/hpux-os.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/hpux-os.h,v 1.2 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <sys/mman.h> typedef caddr_t os_vm_address_t; diff --git a/lisp/irix-os.h b/lisp/irix-os.h index faf42230a..5b482c1d2 100644 --- a/lisp/irix-os.h +++ b/lisp/irix-os.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/irix-os.h,v 1.2 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <sys/types.h> #include <sys/mman.h> diff --git a/lisp/mach-os.h b/lisp/mach-os.h index ff3b27570..4207d57aa 100644 --- a/lisp/mach-os.h +++ b/lisp/mach-os.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/mach-os.h,v 1.2 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <mach.h> typedef vm_address_t os_vm_address_t; diff --git a/lisp/mips-arch.c b/lisp/mips-arch.c index 44e1084e3..2c0dfabbd 100644 --- a/lisp/mips-arch.c +++ b/lisp/mips-arch.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/mips-arch.c,v 1.9 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #ifdef mach diff --git a/lisp/mips-validate.h b/lisp/mips-validate.h index f0ee9d766..d24836482 100644 --- a/lisp/mips-validate.h +++ b/lisp/mips-validate.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/mips-validate.h,v 1.3 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #define READ_ONLY_SPACE_START (0x01000000) #define READ_ONLY_SPACE_SIZE (0x04000000) diff --git a/lisp/os-common.c b/lisp/os-common.c index 545cd8c74..5e0b634c5 100644 --- a/lisp/os-common.c +++ b/lisp/os-common.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/os-common.c,v 1.4 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include "os.h" diff --git a/lisp/osf1-os.h b/lisp/osf1-os.h index a94e0ccea..cca0ab6c6 100644 --- a/lisp/osf1-os.h +++ b/lisp/osf1-os.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/osf1-os.h,v 1.2 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <sys/types.h> #include <sys/mman.h> diff --git a/lisp/save.c b/lisp/save.c index 1cf89bc62..c9630c12b 100644 --- a/lisp/save.c +++ b/lisp/save.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/save.c,v 1.4 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <signal.h> diff --git a/lisp/search.c b/lisp/search.c index 1f879957e..8b3a1f39c 100644 --- a/lisp/search.c +++ b/lisp/search.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/search.c,v 1.2 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include "lisp.h" #include "internals.h" diff --git a/lisp/socket.c b/lisp/socket.c index 9a21aceed..0305a7e11 100644 --- a/lisp/socket.c +++ b/lisp/socket.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/Attic/socket.c,v 1.3 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + /* Copyright Massachusetts Institute of Technology 1988 */ /* * THIS IS AN OS DEPENDENT FILE! It should work on 4.2BSD derived diff --git a/lisp/sparc-arch.c b/lisp/sparc-arch.c index 05709dd20..fbdaf66ad 100644 --- a/lisp/sparc-arch.c +++ b/lisp/sparc-arch.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sparc-arch.c,v 1.5 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #ifdef SOLARIS #include <sys/trap.h> diff --git a/lisp/sparc-validate.h b/lisp/sparc-validate.h index 2e6ff973d..3cbf05977 100644 --- a/lisp/sparc-validate.h +++ b/lisp/sparc-validate.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sparc-validate.h,v 1.8 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #define READ_ONLY_SPACE_START (0x01000000) #define READ_ONLY_SPACE_SIZE (0x03ff8000) diff --git a/lisp/sunos-os.h b/lisp/sunos-os.h index 0f17acc3b..61d49d52c 100644 --- a/lisp/sunos-os.h +++ b/lisp/sunos-os.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sunos-os.h,v 1.3 1994/10/27 17:13:54 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #ifdef SOLARIS #undef boolean #endif /* SOLARIS */ diff --git a/motif/server/callbacks.c b/motif/server/callbacks.c index bee26cf86..8c33b49f7 100644 --- a/motif/server/callbacks.c +++ b/motif/server/callbacks.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/callbacks.c,v 1.3 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/datatrans.c b/motif/server/datatrans.c index d6faa9d65..e0242f5cd 100644 --- a/motif/server/datatrans.c +++ b/motif/server/datatrans.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/datatrans.c,v 1.4 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/datatrans.h b/motif/server/datatrans.h index 6d55ef486..589462118 100644 --- a/motif/server/datatrans.h +++ b/motif/server/datatrans.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/datatrans.h,v 1.2 1994/10/27 17:16:51 ram Rel $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #ifndef DATATRANS_H #define DATATRANS_H diff --git a/motif/server/events.c b/motif/server/events.c index ef24d39ed..5d3d2eed4 100644 --- a/motif/server/events.c +++ b/motif/server/events.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/events.c,v 1.3 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/functions.h b/motif/server/functions.h index 438b5d5dd..6c558aca1 100644 --- a/motif/server/functions.h +++ b/motif/server/functions.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/functions.h,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + /* In requests.c */ extern QuitServer(); diff --git a/motif/server/global.h b/motif/server/global.h index 669bbc9e0..757a533b4 100644 --- a/motif/server/global.h +++ b/motif/server/global.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/global.h,v 1.2 1994/10/27 17:16:51 ram Rel $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #define PACKET_SIZE 4096 #define HEADER_LENGTH 12 diff --git a/motif/server/list.c b/motif/server/list.c index 94c6f96be..5e8d3db10 100644 --- a/motif/server/list.c +++ b/motif/server/list.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/list.c,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/main.c b/motif/server/main.c index cf33a3d23..3db8395f6 100644 --- a/motif/server/main.c +++ b/motif/server/main.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/main.c,v 1.6 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <ctype.h> #include <sys/types.h> diff --git a/motif/server/message.c b/motif/server/message.c index 85f7f3ad3..b55fdc754 100644 --- a/motif/server/message.c +++ b/motif/server/message.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/message.c,v 1.3 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/message.h b/motif/server/message.h index ce83efccc..206400fe7 100644 --- a/motif/server/message.h +++ b/motif/server/message.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/message.h,v 1.2 1994/10/27 17:16:51 ram Rel $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #ifndef MESSAGE_H #define MESSAGE_H diff --git a/motif/server/motif.c b/motif/server/motif.c index 64de67138..eaadd08b9 100644 --- a/motif/server/motif.c +++ b/motif/server/motif.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/motif.c,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/packet.c b/motif/server/packet.c index aee6fcab1..107098696 100644 --- a/motif/server/packet.c +++ b/motif/server/packet.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/packet.c,v 1.3 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/packet.h b/motif/server/packet.h index fffc5dd8f..81e3016a4 100644 --- a/motif/server/packet.h +++ b/motif/server/packet.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/packet.h,v 1.2 1994/10/27 17:16:51 ram Rel $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #ifndef PACKET_H #define PACKET_H diff --git a/motif/server/requests.c b/motif/server/requests.c index 96dcf8ca9..5769d2265 100644 --- a/motif/server/requests.c +++ b/motif/server/requests.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/requests.c,v 1.3 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/requests.h b/motif/server/requests.h index 61cb1b1dd..cbf833e86 100644 --- a/motif/server/requests.h +++ b/motif/server/requests.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/requests.h,v 1.2 1994/10/27 17:16:51 ram Rel $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + extern message_t prepare_reply(message_t message); extern void reply_with_widget(message_t,Widget); extern void reply_with_widgets(message_t,Widget,Widget); diff --git a/motif/server/resources.c b/motif/server/resources.c index a01d02a9e..284295f76 100644 --- a/motif/server/resources.c +++ b/motif/server/resources.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/resources.c,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/server.c b/motif/server/server.c index 887cb9ece..3d122f45e 100644 --- a/motif/server/server.c +++ b/motif/server/server.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/server.c,v 1.4 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <ctype.h> #include <errno.h> diff --git a/motif/server/tables.c b/motif/server/tables.c index fe156d79d..59dc43661 100644 --- a/motif/server/tables.c +++ b/motif/server/tables.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/tables.c,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/tables.h b/motif/server/tables.h index d6a0af60e..e4efc17f9 100644 --- a/motif/server/tables.h +++ b/motif/server/tables.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/tables.h,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #ifndef TABLES_H #define TABLES_H diff --git a/motif/server/text.c b/motif/server/text.c index 96a034c2a..08caa6635 100644 --- a/motif/server/text.c +++ b/motif/server/text.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/text.c,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/translations.c b/motif/server/translations.c index 29af876d5..f5b35cce1 100644 --- a/motif/server/translations.c +++ b/motif/server/translations.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/translations.c,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/types.h b/motif/server/types.h index 24c6ff2bd..1d8eb4e98 100644 --- a/motif/server/types.h +++ b/motif/server/types.h @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/types.h,v 1.2 1994/10/27 17:16:51 ram Rel $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + /* * Response tags used in replying to requests. * diff --git a/motif/server/widgets.c b/motif/server/widgets.c index 1573e8295..2f0cbc151 100644 --- a/motif/server/widgets.c +++ b/motif/server/widgets.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/widgets.c,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> diff --git a/motif/server/xmstring.c b/motif/server/xmstring.c index 863975cf0..074baeebd 100644 --- a/motif/server/xmstring.c +++ b/motif/server/xmstring.c @@ -1,3 +1,12 @@ +/* + + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/server/xmstring.c,v 1.2 1994/10/27 17:16:51 ram Exp $ + + This code was written as part of the CMU Common Lisp project at + Carnegie Mellon University, and has been placed in the public domain. + +*/ + #include <stdio.h> #include <X11/Intrinsic.h> -- GitLab