diff --git a/lib/unix/error.c b/lib/unix/error.c index ccf456b..04cee20 100644 --- a/lib/unix/error.c +++ b/lib/unix/error.c @@ -1,3 +1,33 @@ +/* error.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" /* We can't know which error codes exist on a given platform. The diff --git a/lib/unix/fdescr.c b/lib/unix/fdescr.c index 07d2905..9289e4f 100644 --- a/lib/unix/fdescr.c +++ b/lib/unix/fdescr.c @@ -1,3 +1,33 @@ +/* fdescr.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" static SYMDESCR Open_Syms[] = { diff --git a/lib/unix/file.c b/lib/unix/file.c index 6f5e036..b9c718d 100644 --- a/lib/unix/file.c +++ b/lib/unix/file.c @@ -1,3 +1,33 @@ +/* file.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" #ifdef HAVE_UTIME_H diff --git a/lib/unix/lock.c b/lib/unix/lock.c index 1fe11e1..f2168df 100644 --- a/lib/unix/lock.c +++ b/lib/unix/lock.c @@ -1,3 +1,33 @@ +/* lock.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" #include diff --git a/lib/unix/misc.c b/lib/unix/misc.c index d5d35a9..b37fcfe 100644 --- a/lib/unix/misc.c +++ b/lib/unix/misc.c @@ -1,3 +1,33 @@ +/* misc.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" static Object P_Getpass(prompt) Object prompt; { diff --git a/lib/unix/passwd.c b/lib/unix/passwd.c index a95947d..64f06d2 100644 --- a/lib/unix/passwd.c +++ b/lib/unix/passwd.c @@ -1,3 +1,33 @@ +/* passwd.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" #include diff --git a/lib/unix/process.c b/lib/unix/process.c index 6d551f5..97fe1c7 100644 --- a/lib/unix/process.c +++ b/lib/unix/process.c @@ -1,3 +1,33 @@ +/* process.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" #include diff --git a/lib/unix/signal.c b/lib/unix/signal.c index 58afa1a..de6b186 100644 --- a/lib/unix/signal.c +++ b/lib/unix/signal.c @@ -1,3 +1,33 @@ +/* signal.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" static Object Sym_Exit, Sym_Default, Sym_Ignore; diff --git a/lib/unix/system.c b/lib/unix/system.c index 9918cb5..385d1f5 100644 --- a/lib/unix/system.c +++ b/lib/unix/system.c @@ -1,3 +1,33 @@ +/* system.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" #if defined(HAVE_UNAME) && !defined(HAVE_GETHOSTNAME) diff --git a/lib/unix/temp.c b/lib/unix/temp.c index 5f6e706..d9c7351 100644 --- a/lib/unix/temp.c +++ b/lib/unix/temp.c @@ -1,3 +1,33 @@ +/* temp.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" #ifdef HAVE_TEMPNAM /* Make sure only one of these is defined (if any) */ diff --git a/lib/unix/time.c b/lib/unix/time.c index b1e74a4..5d1a264 100644 --- a/lib/unix/time.c +++ b/lib/unix/time.c @@ -1,3 +1,33 @@ +/* time.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" #if !defined(HAVE_GETTIMEOFDAY) && defined(HAVE_FTIME) diff --git a/lib/unix/unix.c b/lib/unix/unix.c index 1751fd5..fd26d3e 100644 --- a/lib/unix/unix.c +++ b/lib/unix/unix.c @@ -1,3 +1,33 @@ +/* unix.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "unix.h" Object Integer_Pair(a, b) int a, b; { diff --git a/lib/unix/unix.h b/lib/unix/unix.h index 5a1881b..5381ea3 100644 --- a/lib/unix/unix.h +++ b/lib/unix/unix.h @@ -1,3 +1,33 @@ +/* unix.h + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "scheme.h" #include diff --git a/lib/unix/wait.c b/lib/unix/wait.c index 9d0de7e..e75e38d 100644 --- a/lib/unix/wait.c +++ b/lib/unix/wait.c @@ -1,3 +1,33 @@ +/* wait.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #ifdef __MACH__ # define _POSIX_SOURCE #endif diff --git a/lib/xaw/ascii.d b/lib/xaw/ascii.d index 8738d2c..d468cce 100644 --- a/lib/xaw/ascii.d +++ b/lib/xaw/ascii.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; ascii.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'asciitext "AsciiText.h") diff --git a/lib/xaw/box.d b/lib/xaw/box.d index 0c44713..ee528ef 100644 --- a/lib/xaw/box.d +++ b/lib/xaw/box.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; box.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'box "Box.h") diff --git a/lib/xaw/clock.d b/lib/xaw/clock.d index 1d21ce7..0836eff 100644 --- a/lib/xaw/clock.d +++ b/lib/xaw/clock.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; clock.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'clock "Clock.h") diff --git a/lib/xaw/command.d b/lib/xaw/command.d index 5caf71b..3765b06 100644 --- a/lib/xaw/command.d +++ b/lib/xaw/command.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; command.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'command "Command.h") diff --git a/lib/xaw/dialog.d b/lib/xaw/dialog.d index 6e6d7a5..92766d6 100644 --- a/lib/xaw/dialog.d +++ b/lib/xaw/dialog.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; dialog.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'dialog "Dialog.h") diff --git a/lib/xaw/form.d b/lib/xaw/form.d index 0e03ec9..46fdd7f 100644 --- a/lib/xaw/form.d +++ b/lib/xaw/form.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; form.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'form "Form.h") diff --git a/lib/xaw/grip.d b/lib/xaw/grip.d index 11fbcb9..3916408 100644 --- a/lib/xaw/grip.d +++ b/lib/xaw/grip.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; grip.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'grip "Grip.h") diff --git a/lib/xaw/label.d b/lib/xaw/label.d index bd15dc3..f30284b 100644 --- a/lib/xaw/label.d +++ b/lib/xaw/label.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; label.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'label "Label.h") diff --git a/lib/xaw/list.d b/lib/xaw/list.d index fa434f4..fbb4ffd 100644 --- a/lib/xaw/list.d +++ b/lib/xaw/list.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; list.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'list "List.h") diff --git a/lib/xaw/menubutton.d b/lib/xaw/menubutton.d index 1984da4..600a3f9 100644 --- a/lib/xaw/menubutton.d +++ b/lib/xaw/menubutton.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; menubutton.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'menubutton "MenuButton.h") diff --git a/lib/xaw/paned.d b/lib/xaw/paned.d index dff1df8..1808560 100644 --- a/lib/xaw/paned.d +++ b/lib/xaw/paned.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; paned.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'paned "Paned.h") diff --git a/lib/xaw/panner.d b/lib/xaw/panner.d index f18e497..6ffa8b2 100644 --- a/lib/xaw/panner.d +++ b/lib/xaw/panner.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; panner.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'panner "Panner.h") diff --git a/lib/xaw/porthole.d b/lib/xaw/porthole.d index 2c3d4f2..29dda26 100644 --- a/lib/xaw/porthole.d +++ b/lib/xaw/porthole.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; porthole.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'porthole "Porthole.h") diff --git a/lib/xaw/repeater.d b/lib/xaw/repeater.d index 5596595..ae4cedc 100644 --- a/lib/xaw/repeater.d +++ b/lib/xaw/repeater.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; repeater.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'repeater "Repeater.h") diff --git a/lib/xaw/scrollbar.d b/lib/xaw/scrollbar.d index d946295..8445842 100644 --- a/lib/xaw/scrollbar.d +++ b/lib/xaw/scrollbar.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; scrollbar.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'scrollbar "Scrollbar.h") diff --git a/lib/xaw/shell.d b/lib/xaw/shell.d index fd464ba..8851ec0 100644 --- a/lib/xaw/shell.d +++ b/lib/xaw/shell.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; shell.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'shell "") diff --git a/lib/xaw/simplemenu.d b/lib/xaw/simplemenu.d index a0dacbe..1c3bdc8 100644 --- a/lib/xaw/simplemenu.d +++ b/lib/xaw/simplemenu.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; simplemenu.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'simplemenu "SimpleMenu.h") diff --git a/lib/xaw/sme.d b/lib/xaw/sme.d index 302c2b4..9a76ea4 100644 --- a/lib/xaw/sme.d +++ b/lib/xaw/sme.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; sme.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'sme "Sme.h") diff --git a/lib/xaw/smebsb.d b/lib/xaw/smebsb.d index 4e508c4..0c6e400 100644 --- a/lib/xaw/smebsb.d +++ b/lib/xaw/smebsb.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; smebsb.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'smebsb "SmeBSB.h") diff --git a/lib/xaw/smeline.d b/lib/xaw/smeline.d index ce0571a..f19ced6 100644 --- a/lib/xaw/smeline.d +++ b/lib/xaw/smeline.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; smeline.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'smeline "SmeLine.h") diff --git a/lib/xaw/stripchart.d b/lib/xaw/stripchart.d index f40108f..9f3abad 100644 --- a/lib/xaw/stripchart.d +++ b/lib/xaw/stripchart.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; stripchart.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'stripchart "StripChart.h") diff --git a/lib/xaw/toggle.d b/lib/xaw/toggle.d index c49d11c..1e25bca 100644 --- a/lib/xaw/toggle.d +++ b/lib/xaw/toggle.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; toggle.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'toggle "Toggle.h") diff --git a/lib/xaw/tree.d b/lib/xaw/tree.d index ad1df22..829dbd7 100644 --- a/lib/xaw/tree.d +++ b/lib/xaw/tree.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; tree.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'tree "Tree.h") diff --git a/lib/xaw/viewport.d b/lib/xaw/viewport.d index 448cbb4..f05ff61 100644 --- a/lib/xaw/viewport.d +++ b/lib/xaw/viewport.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; viewport.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'viewport "Viewport.h") diff --git a/lib/xlib/client.c b/lib/xlib/client.c index d9ac760..7159353 100644 --- a/lib/xlib/client.c +++ b/lib/xlib/client.c @@ -1,3 +1,33 @@ +/* client.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object Sym_Wm_Hints, Sym_Size_Hints; diff --git a/lib/xlib/color.c b/lib/xlib/color.c index 6f42508..3bc5f7e 100644 --- a/lib/xlib/color.c +++ b/lib/xlib/color.c @@ -1,3 +1,33 @@ +/* color.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" Generic_Predicate (Color) diff --git a/lib/xlib/colormap.c b/lib/xlib/colormap.c index 4644579..d7101e1 100644 --- a/lib/xlib/colormap.c +++ b/lib/xlib/colormap.c @@ -1,3 +1,33 @@ +/* colormap.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" Generic_Predicate (Colormap) diff --git a/lib/xlib/cursor.c b/lib/xlib/cursor.c index de8aa75..d59a26e 100644 --- a/lib/xlib/cursor.c +++ b/lib/xlib/cursor.c @@ -1,3 +1,33 @@ +/* cursor.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" Generic_Predicate (Cursor) diff --git a/lib/xlib/display.c b/lib/xlib/display.c index 7558e1a..06e7850 100644 --- a/lib/xlib/display.c +++ b/lib/xlib/display.c @@ -1,3 +1,33 @@ +/* display.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Display_Visit (dp, f) Object *dp; int (*f)(); { diff --git a/lib/xlib/event.c b/lib/xlib/event.c index 6e65ab2..39ba067 100644 --- a/lib/xlib/event.c +++ b/lib/xlib/event.c @@ -1,3 +1,33 @@ +/* event.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" #define MAX_ARGS 14 diff --git a/lib/xlib/extension.c b/lib/xlib/extension.c index 3818f88..2f8ccbb 100644 --- a/lib/xlib/extension.c +++ b/lib/xlib/extension.c @@ -1,3 +1,33 @@ +/* extension.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object P_List_Extensions (d) Object d; { diff --git a/lib/xlib/font.c b/lib/xlib/font.c index ee5ceee..e9fc7d3 100644 --- a/lib/xlib/font.c +++ b/lib/xlib/font.c @@ -1,3 +1,33 @@ +/* font.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" Object Sym_Char_Info; diff --git a/lib/xlib/gcontext.c b/lib/xlib/gcontext.c index 5e95566..1d914eb 100644 --- a/lib/xlib/gcontext.c +++ b/lib/xlib/gcontext.c @@ -1,3 +1,33 @@ +/* gcontext.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object Sym_Gc; diff --git a/lib/xlib/grab.c b/lib/xlib/grab.c index 904bb72..f30116d 100644 --- a/lib/xlib/grab.c +++ b/lib/xlib/grab.c @@ -1,3 +1,33 @@ +/* grab.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object Sym_Any; diff --git a/lib/xlib/graphics.c b/lib/xlib/graphics.c index 4774057..9f39302 100644 --- a/lib/xlib/graphics.c +++ b/lib/xlib/graphics.c @@ -1,3 +1,33 @@ +/* graphics.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" extern XDrawPoints(), XDrawLines(), XDrawRectangle(), XFillRectangle(); diff --git a/lib/xlib/key.c b/lib/xlib/key.c index 728a089..5df6148 100644 --- a/lib/xlib/key.c +++ b/lib/xlib/key.c @@ -1,3 +1,33 @@ +/* key.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" #ifdef XLIB_RELEASE_5_OR_LATER diff --git a/lib/xlib/pixel.c b/lib/xlib/pixel.c index e2e4c8e..b7adb9e 100644 --- a/lib/xlib/pixel.c +++ b/lib/xlib/pixel.c @@ -1,3 +1,33 @@ +/* pixel.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" Generic_Predicate (Pixel) diff --git a/lib/xlib/pixmap.c b/lib/xlib/pixmap.c index 94261df..1ed31e4 100644 --- a/lib/xlib/pixmap.c +++ b/lib/xlib/pixmap.c @@ -1,3 +1,33 @@ +/* pixmap.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" Generic_Predicate (Pixmap) diff --git a/lib/xlib/property.c b/lib/xlib/property.c index 4fba43a..16af167 100644 --- a/lib/xlib/property.c +++ b/lib/xlib/property.c @@ -1,3 +1,33 @@ +/* property.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" Object Sym_Now; diff --git a/lib/xlib/text.c b/lib/xlib/text.c index 8360879..d606d19 100644 --- a/lib/xlib/text.c +++ b/lib/xlib/text.c @@ -1,3 +1,33 @@ +/* text.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" extern XDrawText(), XDrawText16(); diff --git a/lib/xlib/type.c b/lib/xlib/type.c index 968c8c5..e7cdfc4 100644 --- a/lib/xlib/type.c +++ b/lib/xlib/type.c @@ -1,3 +1,33 @@ +/* type.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object Set_Attr_Slots; diff --git a/lib/xlib/util.c b/lib/xlib/util.c index cc81d02..64f2bc0 100644 --- a/lib/xlib/util.c +++ b/lib/xlib/util.c @@ -1,3 +1,33 @@ +/* util.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object P_Get_Default (d, program, option) Object d, program, option; { diff --git a/lib/xlib/window.c b/lib/xlib/window.c index 4411208..8bd7c28 100644 --- a/lib/xlib/window.c +++ b/lib/xlib/window.c @@ -1,3 +1,33 @@ +/* window.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object Sym_Set_Attr, Sym_Get_Attr, Sym_Geo; diff --git a/lib/xlib/wm.c b/lib/xlib/wm.c index ac63b13..4117a54 100644 --- a/lib/xlib/wm.c +++ b/lib/xlib/wm.c @@ -1,3 +1,33 @@ +/* wm.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object Sym_Pointer_Root; diff --git a/lib/xlib/xerror.c b/lib/xlib/xerror.c index ae2515a..1a4216a 100644 --- a/lib/xlib/xerror.c +++ b/lib/xlib/xerror.c @@ -1,3 +1,33 @@ +/* xerror.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object V_X_Error_Handler, V_X_Fatal_Error_Handler; diff --git a/lib/xlib/xinit.c b/lib/xlib/xinit.c index c604b8b..d25b7e7 100644 --- a/lib/xlib/xinit.c +++ b/lib/xlib/xinit.c @@ -1,3 +1,33 @@ +/* xinit.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" static Object P_Xlib_Release_4_Or_Laterp () { diff --git a/lib/xlib/xlib.h b/lib/xlib/xlib.h index a46ee56..fae2695 100644 --- a/lib/xlib/xlib.h +++ b/lib/xlib/xlib.h @@ -1,3 +1,33 @@ +/* xlib.h + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include #include #include diff --git a/lib/xlib/xobjects.c b/lib/xlib/xobjects.c index 163f170..9c80ce8 100644 --- a/lib/xlib/xobjects.c +++ b/lib/xlib/xobjects.c @@ -1,3 +1,33 @@ +/* xobjects.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include #include "xlib.h" diff --git a/lib/xm/arrow-button.d b/lib/xm/arrow-button.d index fc3ca22..e6e2a7d 100644 --- a/lib/xm/arrow-button.d +++ b/lib/xm/arrow-button.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; arrow-button.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'arrowbutton '("ArrowB.h" "ArrowBG.h")) diff --git a/lib/xm/bulletin-brd.d b/lib/xm/bulletin-brd.d index a486e5a..89b0b13 100644 --- a/lib/xm/bulletin-brd.d +++ b/lib/xm/bulletin-brd.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; bulletin-brd.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'bulletinboard "BulletinB.h") diff --git a/lib/xm/cascade-btn.d b/lib/xm/cascade-btn.d index b72d418..cc1a99d 100644 --- a/lib/xm/cascade-btn.d +++ b/lib/xm/cascade-btn.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; cascade-btn.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'cascadebutton '("CascadeB.h" "CascadeBG.h")) diff --git a/lib/xm/command.d b/lib/xm/command.d index 47f3810..75ec288 100644 --- a/lib/xm/command.d +++ b/lib/xm/command.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; command.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'command "Command.h") diff --git a/lib/xm/drawing-area.d b/lib/xm/drawing-area.d index c8f45b2..e138ca8 100644 --- a/lib/xm/drawing-area.d +++ b/lib/xm/drawing-area.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; drawing-area.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'drawingarea "DrawingA.h") diff --git a/lib/xm/drawn-button.d b/lib/xm/drawn-button.d index 770e82d..7050280 100644 --- a/lib/xm/drawn-button.d +++ b/lib/xm/drawn-button.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; drawn-button.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'drawnbutton "DrawnB.h") diff --git a/lib/xm/file-selectn.d b/lib/xm/file-selectn.d index 2205682..dd4715f 100644 --- a/lib/xm/file-selectn.d +++ b/lib/xm/file-selectn.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; file-selectn.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'fileselection "FileSB.h") diff --git a/lib/xm/form.d b/lib/xm/form.d index 31b0911..a57fad2 100644 --- a/lib/xm/form.d +++ b/lib/xm/form.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; form.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'form "Form.h") diff --git a/lib/xm/frame.d b/lib/xm/frame.d index 6de17b6..87bd484 100644 --- a/lib/xm/frame.d +++ b/lib/xm/frame.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; frame.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'frame "Frame.h") diff --git a/lib/xm/label.d b/lib/xm/label.d index 1f4e6b4..9e315f0 100644 --- a/lib/xm/label.d +++ b/lib/xm/label.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; label.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'label '("Label.h" "LabelG.h")) diff --git a/lib/xm/list.d b/lib/xm/list.d index 0e3752d..303f92c 100644 --- a/lib/xm/list.d +++ b/lib/xm/list.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; list.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'list "List.h") diff --git a/lib/xm/main-window.d b/lib/xm/main-window.d index 3aafdef..3cc4d3a 100644 --- a/lib/xm/main-window.d +++ b/lib/xm/main-window.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; main-window.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'mainwindow "MainW.h") diff --git a/lib/xm/message-box.d b/lib/xm/message-box.d index 1287c6d..0023558 100644 --- a/lib/xm/message-box.d +++ b/lib/xm/message-box.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; message-box.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'messagebox "MessageB.h") diff --git a/lib/xm/paned-window.d b/lib/xm/paned-window.d index 14d147f..392cc65 100644 --- a/lib/xm/paned-window.d +++ b/lib/xm/paned-window.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; paned-window.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'panedwindow "PanedW.h") diff --git a/lib/xm/push-button.d b/lib/xm/push-button.d index a5122db..5a38b05 100644 --- a/lib/xm/push-button.d +++ b/lib/xm/push-button.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; push-button.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'pushbutton '("PushB.h" "PushBG.h")) diff --git a/lib/xm/row-column.d b/lib/xm/row-column.d index 83520a5..1389def 100644 --- a/lib/xm/row-column.d +++ b/lib/xm/row-column.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; row-column.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'rowcolumn "RowColumn.h") diff --git a/lib/xm/scale.d b/lib/xm/scale.d index 00bed5e..e772b87 100644 --- a/lib/xm/scale.d +++ b/lib/xm/scale.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; scale.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'scale "Scale.h") diff --git a/lib/xm/scroll-bar.d b/lib/xm/scroll-bar.d index 64e7fc9..9b2b537 100644 --- a/lib/xm/scroll-bar.d +++ b/lib/xm/scroll-bar.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; scroll-bar.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'scrollbar "ScrollBar.h") diff --git a/lib/xm/scrolled-win.d b/lib/xm/scrolled-win.d index 5e80973..5f9873b 100644 --- a/lib/xm/scrolled-win.d +++ b/lib/xm/scrolled-win.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; scrolled-win.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'scrolledwindow "ScrolledW.h") diff --git a/lib/xm/selectn-box.d b/lib/xm/selectn-box.d index de253fd..6a21e1f 100644 --- a/lib/xm/selectn-box.d +++ b/lib/xm/selectn-box.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; selectn-box.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'selectionbox "SelectioB.h") diff --git a/lib/xm/separator.d b/lib/xm/separator.d index 94fa4ee..cc5b5e7 100644 --- a/lib/xm/separator.d +++ b/lib/xm/separator.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; separator.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'separator '("Separator.h" "SeparatoG.h")) diff --git a/lib/xm/shell.d b/lib/xm/shell.d index ddb3ce6..45c2512 100644 --- a/lib/xm/shell.d +++ b/lib/xm/shell.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; shell.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'shell '(DialogS.h MenuShell.h)) diff --git a/lib/xm/support.d b/lib/xm/support.d index 621770f..ba87d95 100644 --- a/lib/xm/support.d +++ b/lib/xm/support.d @@ -1,6 +1,31 @@ -;;; -*-Scheme-*- -;;; -;;; Used as container for random stuff +;; arrow-button.d: Used as container for random stuff +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'support "") ; No include file diff --git a/lib/xm/text.d b/lib/xm/text.d index fd59db5..1612f7b 100644 --- a/lib/xm/text.d +++ b/lib/xm/text.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; text.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'text "Text.h") diff --git a/lib/xm/toggle-btn.d b/lib/xm/toggle-btn.d index 7bcc06a..1175385 100644 --- a/lib/xm/toggle-btn.d +++ b/lib/xm/toggle-btn.d @@ -1,4 +1,31 @@ -;;; -*-Scheme-*- +;; toggle-btn.d +;; +;; $Id$ +;; +;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin +;; Copyright 2002, 2003 Sam Hocevar , Paris +;; +;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, +;; 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written +;; by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project +;; between TELES and Nixdorf Microprocessor Engineering, Berlin). +;; +;; Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- +;; owners or individual owners of copyright in this software, grant to any +;; person or company a worldwide, royalty free, license to +;; +;; i) copy this software, +;; ii) prepare derivative works based on this software, +;; iii) distribute copies of this software or derivative works, +;; iv) perform this software, or +;; v) display this software, +;; +;; provided that this notice is not removed and that neither Oliver Laumann +;; nor Teles nor Nixdorf are deemed to have made any representations as to +;; the suitability of this software for any purpose nor are held responsible +;; for any defects of this software. +;; +;; THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. (define-widget-type 'togglebutton '("ToggleB.h" "ToggleBG.h")) diff --git a/lib/xt/accelerator.c b/lib/xt/accelerator.c index ecbbc52..0c96925 100644 --- a/lib/xt/accelerator.c +++ b/lib/xt/accelerator.c @@ -1,3 +1,33 @@ +/* accelerator.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" XtAccelerators Get_Accelerators (a) Object a; { diff --git a/lib/xt/action.c b/lib/xt/action.c index 749a4a3..34e1bce 100644 --- a/lib/xt/action.c +++ b/lib/xt/action.c @@ -1,3 +1,33 @@ +/* action.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" typedef struct action { diff --git a/lib/xt/callback.c b/lib/xt/callback.c index fb66115..c718b15 100644 --- a/lib/xt/callback.c +++ b/lib/xt/callback.c @@ -1,3 +1,33 @@ +/* callback.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" typedef struct { diff --git a/lib/xt/class.c b/lib/xt/class.c index 3a7da20..8fa2183 100644 --- a/lib/xt/class.c +++ b/lib/xt/class.c @@ -1,3 +1,33 @@ +/* class.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" #define MAX_CLASS 128 diff --git a/lib/xt/classname.c b/lib/xt/classname.c index 8d1416a..27e5a44 100644 --- a/lib/xt/classname.c +++ b/lib/xt/classname.c @@ -1,3 +1,33 @@ +/* classname.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" #include diff --git a/lib/xt/context.c b/lib/xt/context.c index 8091725..ba31eff 100644 --- a/lib/xt/context.c +++ b/lib/xt/context.c @@ -1,3 +1,33 @@ +/* context.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" static SYMDESCR XtIM_Syms[] = { diff --git a/lib/xt/converter.c b/lib/xt/converter.c index 24d333d..77b6350 100644 --- a/lib/xt/converter.c +++ b/lib/xt/converter.c @@ -1,3 +1,33 @@ +/* converter.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" #define MAX_CONVERTER 512 diff --git a/lib/xt/function.c b/lib/xt/function.c index 134c655..5f60db4 100644 --- a/lib/xt/function.c +++ b/lib/xt/function.c @@ -1,3 +1,33 @@ +/* function.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" static max_functions = 512; diff --git a/lib/xt/identifier.c b/lib/xt/identifier.c index c4383f5..055aa1a 100644 --- a/lib/xt/identifier.c +++ b/lib/xt/identifier.c @@ -1,3 +1,32 @@ +/* identifier.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ #include "xt.h" diff --git a/lib/xt/popup.c b/lib/xt/popup.c index e133bfa..46b81bf 100644 --- a/lib/xt/popup.c +++ b/lib/xt/popup.c @@ -1,3 +1,33 @@ +/* popup.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" static SYMDESCR Grab_Kind_Syms[] = { diff --git a/lib/xt/resource.c b/lib/xt/resource.c index 4ddaf06..cb4d0db 100644 --- a/lib/xt/resource.c +++ b/lib/xt/resource.c @@ -1,3 +1,33 @@ +/* resource.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" #include diff --git a/lib/xt/translation.c b/lib/xt/translation.c index 4db9903..b94107e 100644 --- a/lib/xt/translation.c +++ b/lib/xt/translation.c @@ -1,3 +1,33 @@ +/* translation.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" XtTranslations Get_Translations (t) Object t; { diff --git a/lib/xt/widget.c b/lib/xt/widget.c index d1ad986..fc173fa 100644 --- a/lib/xt/widget.c +++ b/lib/xt/widget.c @@ -1,3 +1,33 @@ +/* widget.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" extern void XtManageChildren(), XtUnmanageChildren(); diff --git a/lib/xt/xt.h b/lib/xt/xt.h index 66f1bbe..980aeb1 100644 --- a/lib/xt/xt.h +++ b/lib/xt/xt.h @@ -1,3 +1,33 @@ +/* xt.h + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xlib.h" #define Object FOO diff --git a/lib/xt/xterror.c b/lib/xt/xterror.c index 31225a9..84eb145 100644 --- a/lib/xt/xterror.c +++ b/lib/xt/xterror.c @@ -1,3 +1,33 @@ +/* xterror.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" static Object V_Xt_Warning_Handler; diff --git a/lib/xt/xtinit.c b/lib/xt/xtinit.c index 2eb542b..456ed72 100644 --- a/lib/xt/xtinit.c +++ b/lib/xt/xtinit.c @@ -1,3 +1,33 @@ +/* xtinit.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include "xt.h" static Object P_Xt_Release_4_Or_Laterp () { diff --git a/lib/xt/xtobjects.c b/lib/xt/xtobjects.c index 3475074..6e5db9b 100644 --- a/lib/xt/xtobjects.c +++ b/lib/xt/xtobjects.c @@ -1,3 +1,33 @@ +/* xtobjects.c + * + * $Id$ + * + * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin + * Copyright 2002, 2003 Sam Hocevar , Paris + * + * This software was derived from Elk 1.2, which was Copyright 1987, 1988, + * 1989, Nixdorf Computer AG and TELES GmbH, Berlin (Elk 1.2 has been written + * by Oliver Laumann for TELES Telematic Services, Berlin, in a joint project + * between TELES and Nixdorf Microprocessor Engineering, Berlin). + * + * Oliver Laumann, TELES GmbH, Nixdorf Computer AG and Sam Hocevar, as co- + * owners or individual owners of copyright in this software, grant to any + * person or company a worldwide, royalty free, license to + * + * i) copy this software, + * ii) prepare derivative works based on this software, + * iii) distribute copies of this software or derivative works, + * iv) perform this software, or + * v) display this software, + * + * provided that this notice is not removed and that neither Oliver Laumann + * nor Teles nor Nixdorf are deemed to have made any representations as to + * the suitability of this software for any purpose nor are held responsible + * for any defects of this software. + * + * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + #include #include "xt.h"