diff --git a/lisp/alpha-arch.c b/lisp/alpha-arch.c index 2125e194b18ce78bef575a6158c85f4905438b2a..5d17bd11b4003ec09bb51d997d46b0202d7ec6a1 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 bb780997dffe4530c1b856b5f12fd80f0694d7b0..58d6e305c5009d74eb2b9eb7dcf6e0369252852e 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 ff73abeeae76c6196a62e84b44c6cafc3422050a..e613ec68dfa63152b63ef3f05762a06cbb23c459 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 20b1ce9a319ea8a6b30f0c8ffbdd396226e57a87..cb9e84a55215e9f28e394145427b95a12d2137f9 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 137fe041927d3c76259e64998a055fe04f204bf3..1663bf57dfe73d944d3a880650baf41d92b9e182 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 b53075ad90db1cabdecb2f7473fa1b2e2f1a2aac..7f24f1b0d5a580ef12d252bddc60ceaec966959d 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 fd947ed3e5e61d68446ccef4e2dfe3cb75d813e1..e407b0e100bfb6decda86a8ab6f812b9c8ee881b 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 faf42230a02af03c6f8c1469dd80c7dd1bd0567c..5b482c1d2fe54d491153bead19eefd4955cb7b21 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 ff3b27570db74dcff17ec2508ff2125eb824ed65..4207d57aa59c9cfd21252299334c683c5c53d332 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 44e1084e35c055644f692ba75bf84855ba0b3e26..2c0dfabbdd55128b4ae9fa46ddaed1392b9e020e 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 f0ee9d76658474f3589c720c868bba0b9a163099..d248364824dfa14b2372c3815c01dbb0de8b93ee 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 545cd8c740bfa61f6d63f0583c72e56c7d5fee4d..5e0b634c53a3bc7cb36a08848b4e41d5bb8c4737 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 a94e0ccea1b96f5dbda7f15542ba750026644756..cca0ab6c657036d39353402fcd9e2acc9d242565 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 1cf89bc6299f1ebe9ca362f9a32c2b58a00cea44..c9630c12b790c43fcfc7257a8e121d43784ea530 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 1f879957e16f19a3a4219cc8f9460b31bf4e1112..8b3a1f39c5195bf14fde18f496d81fd7c62b5977 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 9a21aceedfa78e7756a024af6735211d076f3692..0305a7e11302e44549b584d58ab48dbc4fd326e5 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 05709dd203d314e5c03089579b41483476ffccd9..fbdaf66ad2f33ff5ec1d6df7dd58515f1bf68af1 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 2e6ff973d8737f99473488d4ce6a181771357649..3cbf059779554a2c3a907546580f2fa739e681fa 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 0f17acc3b9bae781e667804d46d977486b1a5c08..61d49d52cd04e18ceeb739666cff364d82a085fa 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 bee26cf86e16222b8f766c7c9a16e018e1a3b09d..8c33b49f7d87ddecf07991772f74444fb6c8108c 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 d6faa9d652e0721febae55bea5935470e15cfb6c..e0242f5cd7c659baba2c0c289e90c13a93d32f23 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 6d55ef486d606a733cd93017937b9b49bb5ff9fc..589462118d53030759cbb7c803b7420f876a430a 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 ef24d39ed1d70d19f73386cff6b721bf127c1fc8..5d3d2eed4c9e6e090d424665e2fc97ccae5ff797 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 438b5d5ddac2d2d43bbbd959ea711978dcb9c0bb..6c558aca10494ae1a4dfee3a646c00fafae9441e 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 669bbc9e01105a29aa57d07649fd83a94816bb66..757a533b4280c23e8a342d79b35cd1c6576a56af 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 94c6f96be1422147e2ef07202683a1528bdb871f..5e8d3db1042a9748477e2c62026a1e1b9e10d95b 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 cf33a3d23b623748d9bf40db60289ca413bf18d5..3db8395f68dab6ef33db962d5a30cca8e6b84fd7 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 85f7f3ad39568bc86d23084b85b105a7e6f257e7..b55fdc75402c5ba20e1371ff457d19eb8eca8d84 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 ce83efccca222504d038845bc8dc02fa8a9a047e..206400fe79a18f525ce4c4723b9c682f6ca38a87 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 64de67138c0844d1b41da6391ccee6caa4fcf6ce..eaadd08b968c2d8ae87cd4e186857c156d43d533 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 aee6fcab1e5777c9d616f31ce65bb41e5c3a49b9..107098696c156fa6961c53e6ffc4cf4d539274ac 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 fffc5dd8f3c0bbba1d12b6810f2cffe71adbc33c..81e3016a471a4f348dde1261a4d891d5e9677c5f 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 96dcf8ca9117405e05d7e4119fa7e07649e3e342..5769d22658b6eb2e938d2cf8e51de03aa840b7ed 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 61cb1b1dd1e82c1f072ed3a0d8c3a605c08c10a1..cbf833e86184d9861646d5c7c041b161557a72e7 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 a01d02a9e15f5464d6a165c6f1ddbb1ca7757152..284295f76d4af6bab2cfcc4c1014a8bdbc1dab7f 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 887cb9eceb4b59f019da49d124e4b9d754ffcdfe..3d122f45eaf30cdb98cae40aaa545fc293962227 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 fe156d79de138a745e869bdda7b6a32f07d5b0bd..59dc436616cdb7c3560cf572ab59dd7950da971f 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 d6a0af60e975f0dad19bd39595aeded20c985a98..e4efc17f9fcaeae1f896c8219ff9b6565d967eaf 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 96a034c2a20517fabfaf1408546fb2e5b85e8bd9..08caa6635c682da69d01de69d6cc91a9be3140c7 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 29af876d5f858f6bc4b7f396c804f441b001a5e7..f5b35cce1e80d13eac1b980314cdac49a074b081 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 24c6ff2bd05112a684039a5384d05c1581c5822a..1d8eb4e982d0415960392f4344501e45a1e19242 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 1573e8295c21b5bc047ba558ac80d5b129db6ec6..2f0cbc1512b7a3ffd1bde94be0f014e335de8c57 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 863975cf0afced385742ba3325db0e17babd18b9..074baeebdae60d12cead508744455ffb87ce1529 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>