From bdc31fad9779e9c87be4e19688562a3ca0ff481a Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 13 Jul 2008 06:36:32 +0000 Subject: [PATCH] Removed maintain.er and boilerplate; integrated contents into README; replaced boilerplate with "Public Domain Curses", which covers both the name and the (lack of) copyright status. :-) --- Makefile.in | 4 ++-- PDCurses.spec | 4 ++-- README | 24 +++++++++++++----------- curses.h | 19 +++++-------------- curspriv.h | 19 +++---------------- dos/pdcclip.c | 15 ++------------- dos/pdcdisp.c | 15 ++------------- dos/pdcdos.h | 15 ++------------- dos/pdcgetsc.c | 15 ++------------- dos/pdckbd.c | 15 ++------------- dos/pdcscrn.c | 15 ++------------- dos/pdcsetsc.c | 15 ++------------- dos/pdcutil.c | 15 ++------------- maintain.er | 1 - makedist.mif | 1 - os2/pdcclip.c | 15 ++------------- os2/pdcdisp.c | 15 ++------------- os2/pdcgetsc.c | 15 ++------------- os2/pdckbd.c | 15 ++------------- os2/pdcos2.h | 15 ++------------- os2/pdcscrn.c | 15 ++------------- os2/pdcsetsc.c | 15 ++------------- os2/pdcutil.c | 15 ++------------- panel.h | 17 +++-------------- pdcurses/addch.c | 15 ++------------- pdcurses/addchstr.c | 15 ++------------- pdcurses/addstr.c | 15 ++------------- pdcurses/attr.c | 15 ++------------- pdcurses/beep.c | 15 ++------------- pdcurses/bkgd.c | 15 ++------------- pdcurses/border.c | 15 ++------------- pdcurses/clear.c | 15 ++------------- pdcurses/color.c | 15 ++------------- pdcurses/debug.c | 15 ++------------- pdcurses/delch.c | 15 ++------------- pdcurses/deleteln.c | 15 ++------------- pdcurses/deprec.c | 15 ++------------- pdcurses/getch.c | 15 ++------------- pdcurses/getstr.c | 15 ++------------- pdcurses/getyx.c | 15 ++------------- pdcurses/inch.c | 15 ++------------- pdcurses/inchstr.c | 15 ++------------- pdcurses/initscr.c | 15 ++------------- pdcurses/inopts.c | 15 ++------------- pdcurses/insch.c | 15 ++------------- pdcurses/insstr.c | 15 ++------------- pdcurses/instr.c | 15 ++------------- pdcurses/kernel.c | 15 ++------------- pdcurses/keyname.c | 15 ++------------- pdcurses/mouse.c | 15 ++------------- pdcurses/move.c | 15 ++------------- pdcurses/outopts.c | 15 ++------------- pdcurses/overlay.c | 15 ++------------- pdcurses/pad.c | 15 ++------------- pdcurses/panel.c | 15 ++------------- pdcurses/printw.c | 15 ++------------- pdcurses/refresh.c | 15 ++------------- pdcurses/scanw.c | 15 ++------------- pdcurses/scr_dump.c | 15 ++------------- pdcurses/scroll.c | 15 ++------------- pdcurses/slk.c | 15 ++------------- pdcurses/termattr.c | 15 ++------------- pdcurses/terminfo.c | 15 ++------------- pdcurses/touch.c | 15 ++------------- pdcurses/util.c | 15 ++------------- pdcurses/window.c | 15 ++------------- sdl1/pdcclip.c | 15 ++------------- sdl1/pdcdisp.c | 15 ++------------- sdl1/pdcgetsc.c | 15 ++------------- sdl1/pdckbd.c | 15 ++------------- sdl1/pdcscrn.c | 15 ++------------- sdl1/pdcsdl.h | 15 ++------------- sdl1/pdcsetsc.c | 15 ++------------- sdl1/pdcutil.c | 15 ++------------- term.h | 15 ++------------- win32/gccwin32.mak | 1 - win32/pdcclip.c | 15 ++------------- win32/pdcdisp.c | 15 ++------------- win32/pdcgetsc.c | 15 ++------------- win32/pdckbd.c | 15 ++------------- win32/pdcscrn.c | 15 ++------------- win32/pdcsetsc.c | 15 ++------------- win32/pdcutil.c | 15 ++------------- win32/pdcwin.h | 15 ++------------- x11/compose.h | 15 ++------------- x11/pdcclip.c | 15 ++------------- x11/pdcdisp.c | 15 ++------------- x11/pdcgetsc.c | 15 ++------------- x11/pdckbd.c | 15 ++------------- x11/pdcscrn.c | 15 ++------------- x11/pdcsetsc.c | 15 ++------------- x11/pdcutil.c | 15 ++------------- x11/pdcx11.c | 15 ++------------- x11/pdcx11.h | 15 ++------------- x11/sb.c | 15 ++------------- x11/x11.c | 15 ++------------- 96 files changed, 202 insertions(+), 1193 deletions(-) delete mode 100644 maintain.er diff --git a/Makefile.in b/Makefile.in index 9ffb4efb..4cd6455f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,7 +73,7 @@ $(ZIPFILE): zip -9y $(ZIPFILE) README HISTORY IMPLEMNT *.spec *.mif \ Makefile.in config.h.in configure configure.ac config.guess \ config.sub x11/xcurses-config.in install-sh aclocal.m4 curses.h \ - curspriv.h panel.h term.h maintain.er pdcurses/README \ + curspriv.h panel.h term.h pdcurses/README \ pdcurses/*.c demos/README demos/*.c demos/*.h dos/README dos/*.c \ dos/*.h dos/*.mak dos/*.lrf os2/README os2/*.c os2/*.h os2/*.mak \ os2/*.lrf os2/*.def sdl1/README sdl1/*.c sdl1/*.h sdl1/Make* \ @@ -91,7 +91,7 @@ zip: $(ZIPFILE) $(PDC_DIR)/config.guess $(PDC_DIR)/x11/xcurses-config.in \ $(PDC_DIR)/config.sub $(PDC_DIR)/configure.ac \ $(PDC_DIR)/install-sh $(PDC_DIR)/curses.h $(PDC_DIR)/curspriv.h \ - $(PDC_DIR)/panel.h $(PDC_DIR)/term.h $(PDC_DIR)/maintain.er \ + $(PDC_DIR)/panel.h $(PDC_DIR)/term.h \ $(PDC_DIR)/pdcurses/README $(PDC_DIR)/pdcurses/*.c \ $(PDC_DIR)/demos/README $(PDC_DIR)/demos/*.c $(PDC_DIR)/demos/*.h \ $(PDC_DIR)/doc/*.txt $(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c \ diff --git a/PDCurses.spec b/PDCurses.spec index 0fb32a0d..6773c91a 100644 --- a/PDCurses.spec +++ b/PDCurses.spec @@ -1,4 +1,4 @@ -# $Id: PDCurses.spec,v 1.16 2007/11/07 23:33:05 wmcbrine Exp $ +# $Id: PDCurses.spec,v 1.17 2008/07/13 06:36:31 wmcbrine Exp $ %define ver 34 %define verdot 3.4 @@ -40,7 +40,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %files %defattr(-,root,root) -%doc README HISTORY maintain.er +%doc README HISTORY %{base}/bin/xcurses-config %{base}/lib/libXCurses.a %{base}/lib/libXpanel.a diff --git a/README b/README index 5d405e5a..a14f7463 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ Welcome to PDCurses! ==================== -PDCurses is an implementation of X/Open curses for multiple platforms. -The latest version can be found at: +Public Domain Curses, aka PDCurses, is an implementation of X/Open +curses for multiple platforms. The latest version can be found at: http://pdcurses.sourceforge.net/ @@ -12,13 +12,17 @@ For changes, see the HISTORY file. Legal Stuff ----------- -The core package is Public Domain, but portions of PDCurses are subject -to copyright under various licenses. Each directory contains a README -file, with a section titled "Distribution Status" which describes the -status of the files in that directory. +The core package is in the public domain, but small portions of PDCurses +are subject to copyright under various licenses. Each directory +contains a README file, with a section titled "Distribution Status" +which describes the status of the files in that directory. -Although PDCurses is Public Domain, mention of PDCurses in the -documentation of packages linked with it is greatly appreciated. +If you use PDCurses in an application, an acknowledgement would be +appreciated, but is not mandatory. If you make corrections or +enhancements to PDCurses, please forward them to the current maintainer +for the benefit of other users. + +This software is provided AS IS with NO WARRANTY whatsoever. Ports @@ -41,6 +45,4 @@ described within it. Maintainer ---------- -The PDCurses package (and its predecessors) have had various maintainers -over the years. The contact details of the current maintainer of the -package are listed in the file "maintain.er". +William McBrine (wmcbrine@users.sf.net) diff --git a/curses.h b/curses.h index be7aee39..5bc3edc5 100644 --- a/curses.h +++ b/curses.h @@ -1,20 +1,9 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: curses.h,v 1.291 2007/11/14 21:06:45 wmcbrine Exp $ */ +/* $Id: curses.h,v 1.292 2008/07/13 06:36:31 wmcbrine Exp $ */ /*----------------------------------------------------------------------* - * PDCurses * + * PDCurses * *----------------------------------------------------------------------*/ #ifndef __PDCURSES__ @@ -25,6 +14,8 @@ PDCurses definitions list: (Only define those needed) XCURSES True if compiling for X11. + PDC_RGB True if you want to use RGB color definitions + (Red = 1, Green = 2, Blue = 4) instead of BGR. PDCurses portable platform definitions list: diff --git a/curspriv.h b/curspriv.h index a7b5354d..851b6ec1 100644 --- a/curspriv.h +++ b/curspriv.h @@ -1,21 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: curspriv.h,v 1.156 2007/11/07 04:55:21 wmcbrine Exp $ */ +/* $Id: curspriv.h,v 1.157 2008/07/13 06:36:31 wmcbrine Exp $ */ -/* CURSPRIV.H - - Private definitions and declarations for use within PDCurses. +/* Private definitions and declarations for use within PDCurses. These should generally not be referenced by applications. */ #ifndef __CURSES_INTERNALS__ diff --git a/dos/pdcclip.c b/dos/pdcclip.c index 55e02946..5d528296 100644 --- a/dos/pdcclip.c +++ b/dos/pdcclip.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcdos.h" -RCSID("$Id: pdcclip.c,v 1.31 2007/06/14 13:50:26 wmcbrine Exp $") +RCSID("$Id: pdcclip.c,v 1.32 2008/07/13 06:36:31 wmcbrine Exp $") #include diff --git a/dos/pdcdisp.c b/dos/pdcdisp.c index 8985e562..c7818ee5 100644 --- a/dos/pdcdisp.c +++ b/dos/pdcdisp.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcdos.h" -RCSID("$Id: pdcdisp.c,v 1.63 2007/07/03 00:11:45 wmcbrine Exp $") +RCSID("$Id: pdcdisp.c,v 1.64 2008/07/13 06:36:31 wmcbrine Exp $") /* ACS definitions originally by jshumate@wrdis01.robins.af.mil -- these match code page 437 and compatible pages (CP850, CP852, etc.) */ diff --git a/dos/pdcdos.h b/dos/pdcdos.h index f489e06a..d7b7da58 100644 --- a/dos/pdcdos.h +++ b/dos/pdcdos.h @@ -1,17 +1,6 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: pdcdos.h,v 1.28 2007/07/03 00:11:45 wmcbrine Exp $ */ +/* $Id: pdcdos.h,v 1.29 2008/07/13 06:36:31 wmcbrine Exp $ */ #include #include diff --git a/dos/pdcgetsc.c b/dos/pdcgetsc.c index 117b9eda..0a1abc2d 100644 --- a/dos/pdcgetsc.c +++ b/dos/pdcgetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcdos.h" -RCSID("$Id: pdcgetsc.c,v 1.40 2007/06/14 13:50:26 wmcbrine Exp $") +RCSID("$Id: pdcgetsc.c,v 1.41 2008/07/13 06:36:31 wmcbrine Exp $") #include diff --git a/dos/pdckbd.c b/dos/pdckbd.c index 69b3b8ee..3ebce64f 100644 --- a/dos/pdckbd.c +++ b/dos/pdckbd.c @@ -1,15 +1,4 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ /* MS C doesn't return flags from int86() */ #ifdef MSC @@ -22,7 +11,7 @@ #include "pdcdos.h" -RCSID("$Id: pdckbd.c,v 1.85 2007/11/29 21:54:12 wmcbrine Exp $") +RCSID("$Id: pdckbd.c,v 1.86 2008/07/13 06:36:31 wmcbrine Exp $") /*man-start************************************************************** diff --git a/dos/pdcscrn.c b/dos/pdcscrn.c index 88787189..063a36b9 100644 --- a/dos/pdcscrn.c +++ b/dos/pdcscrn.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcdos.h" -RCSID("$Id: pdcscrn.c,v 1.87 2007/07/03 01:51:44 wmcbrine Exp $") +RCSID("$Id: pdcscrn.c,v 1.88 2008/07/13 06:36:31 wmcbrine Exp $") #include diff --git a/dos/pdcsetsc.c b/dos/pdcsetsc.c index b045e9dd..ec87b3b9 100644 --- a/dos/pdcsetsc.c +++ b/dos/pdcsetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcdos.h" -RCSID("$Id: pdcsetsc.c,v 1.37 2007/06/14 13:50:26 wmcbrine Exp $") +RCSID("$Id: pdcsetsc.c,v 1.38 2008/07/13 06:36:31 wmcbrine Exp $") /*man-start************************************************************** diff --git a/dos/pdcutil.c b/dos/pdcutil.c index 0160594e..b8f3a237 100644 --- a/dos/pdcutil.c +++ b/dos/pdcutil.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcdos.h" -RCSID("$Id: pdcutil.c,v 1.22 2007/06/14 13:50:26 wmcbrine Exp $") +RCSID("$Id: pdcutil.c,v 1.23 2008/07/13 06:36:31 wmcbrine Exp $") void PDC_beep(void) { diff --git a/maintain.er b/maintain.er deleted file mode 100644 index bd41efc3..00000000 --- a/maintain.er +++ /dev/null @@ -1 +0,0 @@ -William McBrine diff --git a/makedist.mif b/makedist.mif index cfe6729f..462c1f77 100644 --- a/makedist.mif +++ b/makedist.mif @@ -10,7 +10,6 @@ dist: $(PDCLIBS) echo Public Domain. >> file_id.diz echo $(PDCURSES_SRCDIR)\README > flist echo $(PDCURSES_SRCDIR)\HISTORY >> flist - echo $(PDCURSES_SRCDIR)\maintain.er >> flist echo $(PDCURSES_SRCDIR)\curses.h >> flist echo $(PDCURSES_SRCDIR)\curspriv.h >> flist echo $(PDCURSES_SRCDIR)\panel.h >> flist diff --git a/os2/pdcclip.c b/os2/pdcclip.c index 66d139c5..cfa844d6 100644 --- a/os2/pdcclip.c +++ b/os2/pdcclip.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcos2.h" -RCSID("$Id: pdcclip.c,v 1.31 2007/06/14 13:50:26 wmcbrine Exp $") +RCSID("$Id: pdcclip.c,v 1.32 2008/07/13 06:36:31 wmcbrine Exp $") /*man-start************************************************************** diff --git a/os2/pdcdisp.c b/os2/pdcdisp.c index 55b9a6b8..4501a679 100644 --- a/os2/pdcdisp.c +++ b/os2/pdcdisp.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcos2.h" -RCSID("$Id: pdcdisp.c,v 1.47 2007/07/03 00:11:45 wmcbrine Exp $") +RCSID("$Id: pdcdisp.c,v 1.48 2008/07/13 06:36:31 wmcbrine Exp $") /* ACS definitions originally by jshumate@wrdis01.robins.af.mil -- these match code page 437 and compatible pages (CP850, CP852, etc.) */ diff --git a/os2/pdcgetsc.c b/os2/pdcgetsc.c index 92615a20..a7ea6aea 100644 --- a/os2/pdcgetsc.c +++ b/os2/pdcgetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcos2.h" -RCSID("$Id: pdcgetsc.c,v 1.37 2007/06/14 13:50:26 wmcbrine Exp $") +RCSID("$Id: pdcgetsc.c,v 1.38 2008/07/13 06:36:31 wmcbrine Exp $") /* return width of screen/viewport */ diff --git a/os2/pdckbd.c b/os2/pdckbd.c index 660c8e8c..a2ddc02b 100644 --- a/os2/pdckbd.c +++ b/os2/pdckbd.c @@ -1,15 +1,4 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #if defined(__EMX__) || defined(__WATCOMC__) || defined(__IBMC__) || \ defined(__TURBOC__) @@ -19,7 +8,7 @@ defined(__TURBOC__) #include "pdcos2.h" -RCSID("$Id: pdckbd.c,v 1.87 2007/11/29 21:54:12 wmcbrine Exp $") +RCSID("$Id: pdckbd.c,v 1.88 2008/07/13 06:36:31 wmcbrine Exp $") /*man-start************************************************************** diff --git a/os2/pdcos2.h b/os2/pdcos2.h index 846b508a..148e4f26 100644 --- a/os2/pdcos2.h +++ b/os2/pdcos2.h @@ -1,17 +1,6 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: pdcos2.h,v 1.7 2007/07/03 00:11:45 wmcbrine Exp $ */ +/* $Id: pdcos2.h,v 1.8 2008/07/13 06:36:31 wmcbrine Exp $ */ #ifdef _MSC_VER # define USE_OS2_H 1 /* Use the os2.h for the compiler */ diff --git a/os2/pdcscrn.c b/os2/pdcscrn.c index 8b757635..815b8b1b 100644 --- a/os2/pdcscrn.c +++ b/os2/pdcscrn.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcos2.h" -RCSID("$Id: pdcscrn.c,v 1.74 2007/07/03 01:51:44 wmcbrine Exp $") +RCSID("$Id: pdcscrn.c,v 1.75 2008/07/13 06:36:31 wmcbrine Exp $") #ifdef CHTYPE_LONG # define PDC_OFFSET 32 diff --git a/os2/pdcsetsc.c b/os2/pdcsetsc.c index 10f084e5..dd926111 100644 --- a/os2/pdcsetsc.c +++ b/os2/pdcsetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcos2.h" -RCSID("$Id: pdcsetsc.c,v 1.42 2007/06/14 13:50:26 wmcbrine Exp $") +RCSID("$Id: pdcsetsc.c,v 1.43 2008/07/13 06:36:31 wmcbrine Exp $") /*man-start************************************************************** diff --git a/os2/pdcutil.c b/os2/pdcutil.c index 3b33b47b..a5fd6a11 100644 --- a/os2/pdcutil.c +++ b/os2/pdcutil.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcos2.h" -RCSID("$Id: pdcutil.c,v 1.12 2007/06/14 13:50:26 wmcbrine Exp $") +RCSID("$Id: pdcutil.c,v 1.13 2008/07/13 06:36:31 wmcbrine Exp $") #if defined(OS2) && !defined(__EMX__) APIRET APIENTRY DosSleep(ULONG ulTime); diff --git a/panel.h b/panel.h index 66a01e69..55a4a0e8 100644 --- a/panel.h +++ b/panel.h @@ -1,20 +1,9 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: panel.h,v 1.17 2007/06/05 07:37:06 wmcbrine Exp $ */ +/* $Id: panel.h,v 1.18 2008/07/13 06:36:31 wmcbrine Exp $ */ /*----------------------------------------------------------------------* - * Panels for PDCurses * + * Panels for PDCurses * *----------------------------------------------------------------------*/ #ifndef __PDCURSES_PANEL_H__ diff --git a/pdcurses/addch.c b/pdcurses/addch.c index f9df0ddf..69385fcc 100644 --- a/pdcurses/addch.c +++ b/pdcurses/addch.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: addch.c,v 1.52 2007/12/03 20:01:06 wmcbrine Exp $") +RCSID("$Id: addch.c,v 1.53 2008/07/13 06:36:31 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/addchstr.c b/pdcurses/addchstr.c index f360ad87..0a9c51e1 100644 --- a/pdcurses/addchstr.c +++ b/pdcurses/addchstr.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: addchstr.c,v 1.41 2007/06/14 14:11:30 wmcbrine Exp $") +RCSID("$Id: addchstr.c,v 1.42 2008/07/13 06:36:31 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/addstr.c b/pdcurses/addstr.c index 09179942..6ee8a84c 100644 --- a/pdcurses/addstr.c +++ b/pdcurses/addstr.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: addstr.c,v 1.42 2007/12/03 20:01:06 wmcbrine Exp $") +RCSID("$Id: addstr.c,v 1.43 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/attr.c b/pdcurses/attr.c index d1a91f2f..fc86cb80 100644 --- a/pdcurses/attr.c +++ b/pdcurses/attr.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: attr.c,v 1.39 2007/12/03 20:01:06 wmcbrine Exp $") +RCSID("$Id: attr.c,v 1.40 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/beep.c b/pdcurses/beep.c index f55ff759..d9197cf4 100644 --- a/pdcurses/beep.c +++ b/pdcurses/beep.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: beep.c,v 1.32 2007/12/03 20:01:06 wmcbrine Exp $") +RCSID("$Id: beep.c,v 1.33 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/bkgd.c b/pdcurses/bkgd.c index c2410f53..a0a59342 100644 --- a/pdcurses/bkgd.c +++ b/pdcurses/bkgd.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: bkgd.c,v 1.37 2007/12/03 20:01:06 wmcbrine Exp $") +RCSID("$Id: bkgd.c,v 1.38 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/border.c b/pdcurses/border.c index 33a1c212..56e50cc9 100644 --- a/pdcurses/border.c +++ b/pdcurses/border.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: border.c,v 1.51 2007/07/04 22:24:17 wmcbrine Exp $") +RCSID("$Id: border.c,v 1.52 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/clear.c b/pdcurses/clear.c index 1490b229..c69c0b9b 100644 --- a/pdcurses/clear.c +++ b/pdcurses/clear.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: clear.c,v 1.33 2007/12/03 20:01:06 wmcbrine Exp $") +RCSID("$Id: clear.c,v 1.34 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/color.c b/pdcurses/color.c index a464e25f..a90a2c32 100644 --- a/pdcurses/color.c +++ b/pdcurses/color.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: color.c,v 1.81 2007/12/03 20:01:06 wmcbrine Exp $") +RCSID("$Id: color.c,v 1.82 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/debug.c b/pdcurses/debug.c index 5eab22fc..68d793f0 100644 --- a/pdcurses/debug.c +++ b/pdcurses/debug.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: debug.c,v 1.5 2007/06/14 14:11:30 wmcbrine Exp $") +RCSID("$Id: debug.c,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/delch.c b/pdcurses/delch.c index 65f3df95..4ab3cb6a 100644 --- a/pdcurses/delch.c +++ b/pdcurses/delch.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: delch.c,v 1.31 2007/06/14 14:11:30 wmcbrine Exp $") +RCSID("$Id: delch.c,v 1.32 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/deleteln.c b/pdcurses/deleteln.c index 4fb6f5f6..131d8463 100644 --- a/pdcurses/deleteln.c +++ b/pdcurses/deleteln.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: deleteln.c,v 1.33 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: deleteln.c,v 1.34 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/deprec.c b/pdcurses/deprec.c index 8ee69b6b..7a5b0219 100644 --- a/pdcurses/deprec.c +++ b/pdcurses/deprec.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: deprec.c,v 1.4 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: deprec.c,v 1.5 2008/07/13 06:36:32 wmcbrine Exp $") /* Deprecated functions. These should not be used, and will eventually be removed. They're here solely for the benefit of applications that diff --git a/pdcurses/getch.c b/pdcurses/getch.c index cd5cd289..210f9923 100644 --- a/pdcurses/getch.c +++ b/pdcurses/getch.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: getch.c,v 1.70 2007/12/05 19:30:34 wmcbrine Exp $") +RCSID("$Id: getch.c,v 1.71 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/getstr.c b/pdcurses/getstr.c index c79f11b6..b5d51da8 100644 --- a/pdcurses/getstr.c +++ b/pdcurses/getstr.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: getstr.c,v 1.48 2007/12/05 19:30:34 wmcbrine Exp $") +RCSID("$Id: getstr.c,v 1.49 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/getyx.c b/pdcurses/getyx.c index f73acc02..97484cac 100644 --- a/pdcurses/getyx.c +++ b/pdcurses/getyx.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: getyx.c,v 1.26 2007/12/03 20:01:06 wmcbrine Exp $") +RCSID("$Id: getyx.c,v 1.27 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/inch.c b/pdcurses/inch.c index 49a37a05..e9a846ff 100644 --- a/pdcurses/inch.c +++ b/pdcurses/inch.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: inch.c,v 1.31 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: inch.c,v 1.32 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/inchstr.c b/pdcurses/inchstr.c index de32f4b2..d16a729c 100644 --- a/pdcurses/inchstr.c +++ b/pdcurses/inchstr.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: inchstr.c,v 1.32 2007/06/21 21:50:48 wmcbrine Exp $") +RCSID("$Id: inchstr.c,v 1.33 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/initscr.c b/pdcurses/initscr.c index a59c5627..aec83beb 100644 --- a/pdcurses/initscr.c +++ b/pdcurses/initscr.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: initscr.c,v 1.112 2007/12/05 19:30:34 wmcbrine Exp $") +RCSID("$Id: initscr.c,v 1.113 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/inopts.c b/pdcurses/inopts.c index 4f29d6c7..2015e2fb 100644 --- a/pdcurses/inopts.c +++ b/pdcurses/inopts.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: inopts.c,v 1.41 2007/12/05 19:30:34 wmcbrine Exp $") +RCSID("$Id: inopts.c,v 1.42 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/insch.c b/pdcurses/insch.c index 667262de..d2b0ed82 100644 --- a/pdcurses/insch.c +++ b/pdcurses/insch.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: insch.c,v 1.42 2007/06/14 14:11:30 wmcbrine Exp $") +RCSID("$Id: insch.c,v 1.43 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/insstr.c b/pdcurses/insstr.c index 3b86983f..cd1439e1 100644 --- a/pdcurses/insstr.c +++ b/pdcurses/insstr.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: insstr.c,v 1.44 2007/12/05 19:30:34 wmcbrine Exp $") +RCSID("$Id: insstr.c,v 1.45 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/instr.c b/pdcurses/instr.c index 26c25344..eccaffb0 100644 --- a/pdcurses/instr.c +++ b/pdcurses/instr.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: instr.c,v 1.42 2007/06/25 07:36:45 wmcbrine Exp $") +RCSID("$Id: instr.c,v 1.43 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/kernel.c b/pdcurses/kernel.c index df2954ed..9f7f9d47 100644 --- a/pdcurses/kernel.c +++ b/pdcurses/kernel.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: kernel.c,v 1.74 2007/06/14 14:11:30 wmcbrine Exp $") +RCSID("$Id: kernel.c,v 1.75 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/keyname.c b/pdcurses/keyname.c index c31f6816..e91fbb2f 100644 --- a/pdcurses/keyname.c +++ b/pdcurses/keyname.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: keyname.c,v 1.6 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: keyname.c,v 1.7 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/mouse.c b/pdcurses/mouse.c index a522012f..f6b50522 100644 --- a/pdcurses/mouse.c +++ b/pdcurses/mouse.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: mouse.c,v 1.43 2007/06/14 14:11:30 wmcbrine Exp $") +RCSID("$Id: mouse.c,v 1.44 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/move.c b/pdcurses/move.c index 7c3230fc..c0e534f2 100644 --- a/pdcurses/move.c +++ b/pdcurses/move.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: move.c,v 1.26 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: move.c,v 1.27 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/outopts.c b/pdcurses/outopts.c index d9544313..1cba632a 100644 --- a/pdcurses/outopts.c +++ b/pdcurses/outopts.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: outopts.c,v 1.36 2007/12/05 19:30:34 wmcbrine Exp $") +RCSID("$Id: outopts.c,v 1.37 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/overlay.c b/pdcurses/overlay.c index 47b032f9..088ea683 100644 --- a/pdcurses/overlay.c +++ b/pdcurses/overlay.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: overlay.c,v 1.32 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: overlay.c,v 1.33 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/pad.c b/pdcurses/pad.c index b0f02774..6b745cda 100644 --- a/pdcurses/pad.c +++ b/pdcurses/pad.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: pad.c,v 1.47 2007/06/21 23:23:50 wmcbrine Exp $") +RCSID("$Id: pad.c,v 1.48 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/panel.c b/pdcurses/panel.c index 383ea1de..4ec179d6 100644 --- a/pdcurses/panel.c +++ b/pdcurses/panel.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: panel.c,v 1.5 2007/06/22 23:38:46 wmcbrine Exp $") +RCSID("$Id: panel.c,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/printw.c b/pdcurses/printw.c index b240584c..b2098985 100644 --- a/pdcurses/printw.c +++ b/pdcurses/printw.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: printw.c,v 1.38 2007/11/07 04:55:21 wmcbrine Exp $") +RCSID("$Id: printw.c,v 1.39 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/refresh.c b/pdcurses/refresh.c index 0be3898b..b3a09f01 100644 --- a/pdcurses/refresh.c +++ b/pdcurses/refresh.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: refresh.c,v 1.54 2007/07/10 20:56:03 wmcbrine Exp $") +RCSID("$Id: refresh.c,v 1.55 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/scanw.c b/pdcurses/scanw.c index 3ab65361..f7961599 100644 --- a/pdcurses/scanw.c +++ b/pdcurses/scanw.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: scanw.c,v 1.39 2007/11/07 04:55:21 wmcbrine Exp $") +RCSID("$Id: scanw.c,v 1.40 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/scr_dump.c b/pdcurses/scr_dump.c index 05cf0541..2e762571 100644 --- a/pdcurses/scr_dump.c +++ b/pdcurses/scr_dump.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: scr_dump.c,v 1.28 2007/06/21 07:14:58 wmcbrine Exp $") +RCSID("$Id: scr_dump.c,v 1.29 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/scroll.c b/pdcurses/scroll.c index ef434b84..748fd463 100644 --- a/pdcurses/scroll.c +++ b/pdcurses/scroll.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: scroll.c,v 1.34 2007/06/24 00:50:34 wmcbrine Exp $") +RCSID("$Id: scroll.c,v 1.35 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/slk.c b/pdcurses/slk.c index 4503bfe7..b8dfcca2 100644 --- a/pdcurses/slk.c +++ b/pdcurses/slk.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: slk.c,v 1.58 2007/12/05 19:30:34 wmcbrine Exp $") +RCSID("$Id: slk.c,v 1.59 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/termattr.c b/pdcurses/termattr.c index d1e7c6e5..a7352866 100644 --- a/pdcurses/termattr.c +++ b/pdcurses/termattr.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: termattr.c,v 1.52 2007/06/14 14:11:30 wmcbrine Exp $") +RCSID("$Id: termattr.c,v 1.53 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/terminfo.c b/pdcurses/terminfo.c index 1fa9b4a0..72484005 100644 --- a/pdcurses/terminfo.c +++ b/pdcurses/terminfo.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: terminfo.c,v 1.34 2007/06/14 14:11:30 wmcbrine Exp $") +RCSID("$Id: terminfo.c,v 1.35 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/touch.c b/pdcurses/touch.c index ff1e8373..09906ac9 100644 --- a/pdcurses/touch.c +++ b/pdcurses/touch.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: touch.c,v 1.27 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: touch.c,v 1.28 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/util.c b/pdcurses/util.c index 33327756..f6fe896e 100644 --- a/pdcurses/util.c +++ b/pdcurses/util.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: util.c,v 1.67 2007/06/14 14:11:30 wmcbrine Exp $") +RCSID("$Id: util.c,v 1.68 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/pdcurses/window.c b/pdcurses/window.c index 7b7fcfaf..7f9c9b72 100644 --- a/pdcurses/window.c +++ b/pdcurses/window.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include -RCSID("$Id: window.c,v 1.60 2007/12/03 20:01:06 wmcbrine Exp $") +RCSID("$Id: window.c,v 1.61 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/sdl1/pdcclip.c b/sdl1/pdcclip.c index 25f1ed3f..d4adb11b 100644 --- a/sdl1/pdcclip.c +++ b/sdl1/pdcclip.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcsdl.h" -RCSID("$Id: pdcclip.c,v 1.4 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: pdcclip.c,v 1.5 2008/07/13 06:36:32 wmcbrine Exp $") #include diff --git a/sdl1/pdcdisp.c b/sdl1/pdcdisp.c index ecd52edd..359b3ab1 100644 --- a/sdl1/pdcdisp.c +++ b/sdl1/pdcdisp.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcsdl.h" -RCSID("$Id: pdcdisp.c,v 1.33 2007/07/10 17:33:06 wmcbrine Exp $") +RCSID("$Id: pdcdisp.c,v 1.34 2008/07/13 06:36:32 wmcbrine Exp $") #include #include diff --git a/sdl1/pdcgetsc.c b/sdl1/pdcgetsc.c index f1d7e469..8bade6b9 100644 --- a/sdl1/pdcgetsc.c +++ b/sdl1/pdcgetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcsdl.h" -RCSID("$Id: pdcgetsc.c,v 1.6 2007/06/17 19:30:42 wmcbrine Exp $") +RCSID("$Id: pdcgetsc.c,v 1.7 2008/07/13 06:36:32 wmcbrine Exp $") /* get the cursor size/shape */ diff --git a/sdl1/pdckbd.c b/sdl1/pdckbd.c index 801979ae..ebea4520 100644 --- a/sdl1/pdckbd.c +++ b/sdl1/pdckbd.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcsdl.h" -RCSID("$Id: pdckbd.c,v 1.18 2007/07/07 14:54:02 wmcbrine Exp $") +RCSID("$Id: pdckbd.c,v 1.19 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/sdl1/pdcscrn.c b/sdl1/pdcscrn.c index 7108166e..98f97825 100644 --- a/sdl1/pdcscrn.c +++ b/sdl1/pdcscrn.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcsdl.h" -RCSID("$Id: pdcscrn.c,v 1.32 2007/07/11 21:01:09 wmcbrine Exp $") +RCSID("$Id: pdcscrn.c,v 1.33 2008/07/13 06:36:32 wmcbrine Exp $") #include #include "deffont.h" diff --git a/sdl1/pdcsdl.h b/sdl1/pdcsdl.h index ed172801..fb3ff90b 100644 --- a/sdl1/pdcsdl.h +++ b/sdl1/pdcsdl.h @@ -1,17 +1,6 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: pdcsdl.h,v 1.15 2007/07/09 06:24:42 wmcbrine Exp $ */ +/* $Id: pdcsdl.h,v 1.16 2008/07/13 06:36:32 wmcbrine Exp $ */ #include diff --git a/sdl1/pdcsetsc.c b/sdl1/pdcsetsc.c index 03f1411b..5eab292e 100644 --- a/sdl1/pdcsetsc.c +++ b/sdl1/pdcsetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcsdl.h" -RCSID("$Id: pdcsetsc.c,v 1.5 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: pdcsetsc.c,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/sdl1/pdcutil.c b/sdl1/pdcutil.c index 45012d76..0247287c 100644 --- a/sdl1/pdcutil.c +++ b/sdl1/pdcutil.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcsdl.h" -RCSID("$Id: pdcutil.c,v 1.4 2007/06/16 05:16:44 wmcbrine Exp $") +RCSID("$Id: pdcutil.c,v 1.5 2008/07/13 06:36:32 wmcbrine Exp $") void PDC_beep(void) { diff --git a/term.h b/term.h index 3355ed6a..4e18fedf 100644 --- a/term.h +++ b/term.h @@ -1,17 +1,6 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: term.h,v 1.14 2007/06/01 02:38:52 wmcbrine Exp $ */ +/* $Id: term.h,v 1.15 2008/07/13 06:36:31 wmcbrine Exp $ */ /* PDCurses doesn't operate with terminfo, but we need these functions for compatibility, to allow some things (notably, interface libraries for diff --git a/win32/gccwin32.mak b/win32/gccwin32.mak index 8d153520..f49cb799 100644 --- a/win32/gccwin32.mak +++ b/win32/gccwin32.mak @@ -117,7 +117,6 @@ dist: $(PDCLIBS) echo Public Domain. >> file_id.diz zip -9jX pdc$(VER)_cyg_w32 \ $(PDCURSES_SRCDIR)/README $(PDCURSES_SRCDIR)/HISTORY \ - $(PDCURSES_SRCDIR)/maintain.er \ $(PDCURSES_SRCDIR)/curses.h $(PDCURSES_SRCDIR)/curspriv.h \ $(PDCURSES_SRCDIR)/panel.h $(PDCURSES_SRCDIR)/term.h \ $(LIBCURSES) $(LIBPANEL) file_id.diz diff --git a/win32/pdcclip.c b/win32/pdcclip.c index eb7f836c..fd07136b 100644 --- a/win32/pdcclip.c +++ b/win32/pdcclip.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcwin.h" -RCSID("$Id: pdcclip.c,v 1.28 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: pdcclip.c,v 1.29 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/win32/pdcdisp.c b/win32/pdcdisp.c index 3fe5c45d..b2989f79 100644 --- a/win32/pdcdisp.c +++ b/win32/pdcdisp.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcwin.h" -RCSID("$Id: pdcdisp.c,v 1.45 2007/07/03 00:11:46 wmcbrine Exp $") +RCSID("$Id: pdcdisp.c,v 1.46 2008/07/13 06:36:32 wmcbrine Exp $") #include #include diff --git a/win32/pdcgetsc.c b/win32/pdcgetsc.c index 7a94ec38..247b28d1 100644 --- a/win32/pdcgetsc.c +++ b/win32/pdcgetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcwin.h" -RCSID("$Id: pdcgetsc.c,v 1.34 2007/06/14 13:50:27 wmcbrine Exp $") +RCSID("$Id: pdcgetsc.c,v 1.35 2008/07/13 06:36:32 wmcbrine Exp $") /* get the cursor size/shape */ diff --git a/win32/pdckbd.c b/win32/pdckbd.c index ff6938e7..a9939927 100644 --- a/win32/pdckbd.c +++ b/win32/pdckbd.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcwin.h" -RCSID("$Id: pdckbd.c,v 1.112 2007/07/22 23:42:58 wmcbrine Exp $") +RCSID("$Id: pdckbd.c,v 1.113 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/win32/pdcscrn.c b/win32/pdcscrn.c index 97494631..4feb9f90 100644 --- a/win32/pdcscrn.c +++ b/win32/pdcscrn.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcwin.h" -RCSID("$Id: pdcscrn.c,v 1.89 2007/07/22 21:48:18 wmcbrine Exp $") +RCSID("$Id: pdcscrn.c,v 1.90 2008/07/13 06:36:32 wmcbrine Exp $") #ifdef CHTYPE_LONG # define PDC_OFFSET 32 diff --git a/win32/pdcsetsc.c b/win32/pdcsetsc.c index dc087aae..4d379cb0 100644 --- a/win32/pdcsetsc.c +++ b/win32/pdcsetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcwin.h" -RCSID("$Id: pdcsetsc.c,v 1.38 2007/06/14 13:50:28 wmcbrine Exp $") +RCSID("$Id: pdcsetsc.c,v 1.39 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/win32/pdcutil.c b/win32/pdcutil.c index c89fae30..8eaffea6 100644 --- a/win32/pdcutil.c +++ b/win32/pdcutil.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcwin.h" -RCSID("$Id: pdcutil.c,v 1.12 2007/06/14 13:50:28 wmcbrine Exp $") +RCSID("$Id: pdcutil.c,v 1.13 2008/07/13 06:36:32 wmcbrine Exp $") void PDC_beep(void) { diff --git a/win32/pdcwin.h b/win32/pdcwin.h index a0145f9f..bb3396f0 100644 --- a/win32/pdcwin.h +++ b/win32/pdcwin.h @@ -1,17 +1,6 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: pdcwin.h,v 1.5 2007/07/22 21:48:18 wmcbrine Exp $ */ +/* $Id: pdcwin.h,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $ */ #ifdef PDC_WIDE # define UNICODE diff --git a/x11/compose.h b/x11/compose.h index 05ed6575..a4203e41 100644 --- a/x11/compose.h +++ b/x11/compose.h @@ -1,17 +1,6 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: compose.h,v 1.1 2006/12/12 09:55:35 wmcbrine Exp $ */ +/* $Id: compose.h,v 1.2 2008/07/13 06:36:32 wmcbrine Exp $ */ /* Tables and variables for the built-in compose key system. This file is not included when PDCurses is built with XIM support. */ diff --git a/x11/pdcclip.c b/x11/pdcclip.c index 7220667e..5a1534d0 100644 --- a/x11/pdcclip.c +++ b/x11/pdcclip.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: pdcclip.c,v 1.33 2007/06/14 13:50:28 wmcbrine Exp $") +RCSID("$Id: pdcclip.c,v 1.34 2008/07/13 06:36:32 wmcbrine Exp $") #include diff --git a/x11/pdcdisp.c b/x11/pdcdisp.c index 3e1dfa0c..de200d0c 100644 --- a/x11/pdcdisp.c +++ b/x11/pdcdisp.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: pdcdisp.c,v 1.44 2007/06/14 13:50:28 wmcbrine Exp $") +RCSID("$Id: pdcdisp.c,v 1.45 2008/07/13 06:36:32 wmcbrine Exp $") #include diff --git a/x11/pdcgetsc.c b/x11/pdcgetsc.c index 22820a9e..d6963e47 100644 --- a/x11/pdcgetsc.c +++ b/x11/pdcgetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: pdcgetsc.c,v 1.24 2007/06/14 13:50:28 wmcbrine Exp $") +RCSID("$Id: pdcgetsc.c,v 1.25 2008/07/13 06:36:32 wmcbrine Exp $") /* return width of screen/viewport */ diff --git a/x11/pdckbd.c b/x11/pdckbd.c index b37c37eb..aaa7339e 100644 --- a/x11/pdckbd.c +++ b/x11/pdckbd.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: pdckbd.c,v 1.60 2007/06/14 13:50:28 wmcbrine Exp $") +RCSID("$Id: pdckbd.c,v 1.61 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/x11/pdcscrn.c b/x11/pdcscrn.c index 543d44c6..debe28fa 100644 --- a/x11/pdcscrn.c +++ b/x11/pdcscrn.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: pdcscrn.c,v 1.53 2007/07/03 00:11:47 wmcbrine Exp $") +RCSID("$Id: pdcscrn.c,v 1.54 2008/07/13 06:36:32 wmcbrine Exp $") /* COLOR_PAIR to attribute encoding table. */ diff --git a/x11/pdcsetsc.c b/x11/pdcsetsc.c index 06d5e450..1b38d684 100644 --- a/x11/pdcsetsc.c +++ b/x11/pdcsetsc.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: pdcsetsc.c,v 1.31 2007/06/14 13:50:28 wmcbrine Exp $") +RCSID("$Id: pdcsetsc.c,v 1.32 2008/07/13 06:36:32 wmcbrine Exp $") #include diff --git a/x11/pdcutil.c b/x11/pdcutil.c index 2cf772b1..7a55079c 100644 --- a/x11/pdcutil.c +++ b/x11/pdcutil.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: pdcutil.c,v 1.8 2007/06/14 13:50:28 wmcbrine Exp $") +RCSID("$Id: pdcutil.c,v 1.9 2008/07/13 06:36:32 wmcbrine Exp $") #if defined(HAVE_POLL) && !defined(HAVE_USLEEP) # include diff --git a/x11/pdcx11.c b/x11/pdcx11.c index 5a4df451..41c095af 100644 --- a/x11/pdcx11.c +++ b/x11/pdcx11.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: pdcx11.c,v 1.94 2007/07/03 00:11:47 wmcbrine Exp $") +RCSID("$Id: pdcx11.c,v 1.95 2008/07/13 06:36:32 wmcbrine Exp $") #include #include diff --git a/x11/pdcx11.h b/x11/pdcx11.h index f03db00a..3979e409 100644 --- a/x11/pdcx11.h +++ b/x11/pdcx11.h @@ -1,17 +1,6 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ -/* $Id: pdcx11.h,v 1.62 2007/11/07 04:55:21 wmcbrine Exp $ */ +/* $Id: pdcx11.h,v 1.63 2008/07/13 06:36:32 wmcbrine Exp $ */ #include diff --git a/x11/sb.c b/x11/sb.c index e2f2bd9b..754170f9 100644 --- a/x11/sb.c +++ b/x11/sb.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: sb.c,v 1.25 2007/06/14 14:11:31 wmcbrine Exp $") +RCSID("$Id: sb.c,v 1.26 2008/07/13 06:36:32 wmcbrine Exp $") /*man-start************************************************************** diff --git a/x11/x11.c b/x11/x11.c index e25490ed..ea1aee36 100644 --- a/x11/x11.c +++ b/x11/x11.c @@ -1,19 +1,8 @@ -/************************************************************************ - * This file is part of PDCurses. PDCurses is public domain software; * - * you may use it for any purpose. This software is provided AS IS with * - * NO WARRANTY whatsoever. * - * * - * If you use PDCurses in an application, an acknowledgement would be * - * appreciated, but is not mandatory. If you make corrections or * - * enhancements to PDCurses, please forward them to the current * - * maintainer for the benefit of other users. * - * * - * See the file maintain.er for details of the current maintainer. * - ************************************************************************/ +/* Public Domain Curses */ #include "pdcx11.h" -RCSID("$Id: x11.c,v 1.91 2007/07/03 00:11:47 wmcbrine Exp $") +RCSID("$Id: x11.c,v 1.92 2008/07/13 06:36:32 wmcbrine Exp $") #ifdef HAVE_DECKEYSYM_H # include