diff options
Diffstat (limited to 'panel')
-rw-r--r-- | panel/Makefile.in | 5 | ||||
-rw-r--r-- | panel/headers | 3 | ||||
-rw-r--r-- | panel/llib-lpanel | 3 | ||||
-rw-r--r-- | panel/llib-lpanelt | 3 | ||||
-rw-r--r-- | panel/llib-lpaneltw | 3 | ||||
-rw-r--r-- | panel/llib-lpanelw | 3 | ||||
-rw-r--r-- | panel/modules | 5 | ||||
-rw-r--r-- | panel/p_above.c | 5 | ||||
-rw-r--r-- | panel/p_below.c | 5 | ||||
-rw-r--r-- | panel/p_bottom.c | 5 | ||||
-rw-r--r-- | panel/p_delete.c | 5 | ||||
-rw-r--r-- | panel/p_hidden.c | 5 | ||||
-rw-r--r-- | panel/p_hide.c | 5 | ||||
-rw-r--r-- | panel/p_move.c | 5 | ||||
-rw-r--r-- | panel/p_new.c | 5 | ||||
-rw-r--r-- | panel/p_replace.c | 5 | ||||
-rw-r--r-- | panel/p_show.c | 5 | ||||
-rw-r--r-- | panel/p_top.c | 5 | ||||
-rw-r--r-- | panel/p_update.c | 5 | ||||
-rw-r--r-- | panel/p_user.c | 5 | ||||
-rw-r--r-- | panel/p_win.c | 5 | ||||
-rw-r--r-- | panel/panel.c | 5 | ||||
-rw-r--r-- | panel/panel.h | 5 | ||||
-rw-r--r-- | panel/panel.priv.h | 5 |
24 files changed, 67 insertions, 43 deletions
diff --git a/panel/Makefile.in b/panel/Makefile.in index 953e55243f47e..5f7b5b9290e6b 100644 --- a/panel/Makefile.in +++ b/panel/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.70 2018/01/15 19:28:45 tom Exp $ +# $Id: Makefile.in,v 1.71 2020/02/02 23:34:34 tom Exp $ ############################################################################## -# Copyright (c) 1998-2015,2018 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2015,2018 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # diff --git a/panel/headers b/panel/headers index 8719ea15dc7b0..b598d139ac4f7 100644 --- a/panel/headers +++ b/panel/headers @@ -1,5 +1,6 @@ ############################################################################## -# Copyright (c) 1998,2006 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998,2006 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # diff --git a/panel/llib-lpanel b/panel/llib-lpanel index 02e105468ebb2..a3cf6f08e49a6 100644 --- a/panel/llib-lpanel +++ b/panel/llib-lpanel @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2015 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2010,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * diff --git a/panel/llib-lpanelt b/panel/llib-lpanelt index 2877dbafd0c11..331e87a00c939 100644 --- a/panel/llib-lpanelt +++ b/panel/llib-lpanelt @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2010,2015 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2010,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * diff --git a/panel/llib-lpaneltw b/panel/llib-lpaneltw index 2877dbafd0c11..331e87a00c939 100644 --- a/panel/llib-lpaneltw +++ b/panel/llib-lpaneltw @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2010,2015 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2010,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * diff --git a/panel/llib-lpanelw b/panel/llib-lpanelw index 4d6688e5e13ec..463a02ec0013b 100644 --- a/panel/llib-lpanelw +++ b/panel/llib-lpanelw @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2002-2010,2015 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2002-2010,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * diff --git a/panel/modules b/panel/modules index cd3f545630f72..4b0c9d8835945 100644 --- a/panel/modules +++ b/panel/modules @@ -1,6 +1,7 @@ -# $Id: modules,v 1.10 2010/01/23 16:31:16 tom Exp $ +# $Id: modules,v 1.11 2020/02/02 23:34:34 tom Exp $ ############################################################################## -# Copyright (c) 1998-2006,2010 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2006,2010 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # diff --git a/panel/p_above.c b/panel/p_above.c index 76209fe84b8bb..12b5b87bd4e11 100644 --- a/panel/p_above.c +++ b/panel/p_above.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2012 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2010,2012 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_above.c,v 1.9 2012/03/10 23:43:41 tom Exp $") +MODULE_ID("$Id: p_above.c,v 1.10 2020/02/02 23:34:34 tom Exp $") #if NCURSES_SP_FUNCS NCURSES_EXPORT(PANEL *) diff --git a/panel/p_below.c b/panel/p_below.c index 913efa91390bf..a8b1ef4782987 100644 --- a/panel/p_below.c +++ b/panel/p_below.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2012 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2010,2012 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_below.c,v 1.9 2012/03/10 23:43:41 tom Exp $") +MODULE_ID("$Id: p_below.c,v 1.10 2020/02/02 23:34:34 tom Exp $") #if NCURSES_SP_FUNCS NCURSES_EXPORT(PANEL *) diff --git a/panel/p_bottom.c b/panel/p_bottom.c index db814415375c0..a69ac9f4c82c2 100644 --- a/panel/p_bottom.c +++ b/panel/p_bottom.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2008,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -37,7 +38,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_bottom.c,v 1.13 2010/01/23 21:22:16 tom Exp $") +MODULE_ID("$Id: p_bottom.c,v 1.14 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) bottom_panel(PANEL * pan) diff --git a/panel/p_delete.c b/panel/p_delete.c index 39b055377c166..6b122a6c9b92c 100644 --- a/panel/p_delete.c +++ b/panel/p_delete.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -37,7 +38,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_delete.c,v 1.10 2010/01/23 21:22:16 tom Exp $") +MODULE_ID("$Id: p_delete.c,v 1.11 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) del_panel(PANEL * pan) diff --git a/panel/p_hidden.c b/panel/p_hidden.c index 01b69b91d919f..ddb23b13412af 100644 --- a/panel/p_hidden.c +++ b/panel/p_hidden.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -37,7 +38,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_hidden.c,v 1.9 2010/01/23 21:22:15 tom Exp $") +MODULE_ID("$Id: p_hidden.c,v 1.10 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) panel_hidden(const PANEL * pan) diff --git a/panel/p_hide.c b/panel/p_hide.c index 7b780d464e166..fc26f752fe143 100644 --- a/panel/p_hide.c +++ b/panel/p_hide.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_hide.c,v 1.11 2010/01/23 21:22:16 tom Exp $") +MODULE_ID("$Id: p_hide.c,v 1.12 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) hide_panel(register PANEL * pan) diff --git a/panel/p_move.c b/panel/p_move.c index adae64583220e..02830bf5a4137 100644 --- a/panel/p_move.c +++ b/panel/p_move.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2008,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2008,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -37,7 +38,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_move.c,v 1.11 2010/01/23 21:22:15 tom Exp $") +MODULE_ID("$Id: p_move.c,v 1.12 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) move_panel(PANEL * pan, int starty, int startx) diff --git a/panel/p_new.c b/panel/p_new.c index 235336c22f516..d2f8d03692b39 100644 --- a/panel/p_new.c +++ b/panel/p_new.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -38,7 +39,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_new.c,v 1.16 2010/01/23 21:22:16 tom Exp $") +MODULE_ID("$Id: p_new.c,v 1.17 2020/02/02 23:34:34 tom Exp $") #ifdef TRACE static char *stdscr_id; diff --git a/panel/p_replace.c b/panel/p_replace.c index d3733ed22e2f3..5acbccf8406df 100644 --- a/panel/p_replace.c +++ b/panel/p_replace.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_replace.c,v 1.11 2010/01/23 21:22:16 tom Exp $") +MODULE_ID("$Id: p_replace.c,v 1.12 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) replace_panel(PANEL * pan, WINDOW *win) diff --git a/panel/p_show.c b/panel/p_show.c index d5b09bd942602..933bf5aa2db49 100644 --- a/panel/p_show.c +++ b/panel/p_show.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_show.c,v 1.13 2010/01/23 21:22:16 tom Exp $") +MODULE_ID("$Id: p_show.c,v 1.14 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) show_panel(PANEL * pan) diff --git a/panel/p_top.c b/panel/p_top.c index fdcdee9afcdc9..09e89fcc3b547 100644 --- a/panel/p_top.c +++ b/panel/p_top.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2005,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_top.c,v 1.6 2010/01/23 21:22:16 tom Exp $") +MODULE_ID("$Id: p_top.c,v 1.7 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) top_panel(PANEL * pan) diff --git a/panel/p_update.c b/panel/p_update.c index a2f45063cf5ce..3fe4770b46c99 100644 --- a/panel/p_update.c +++ b/panel/p_update.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -37,7 +38,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_update.c,v 1.11 2010/01/23 21:22:16 tom Exp $") +MODULE_ID("$Id: p_update.c,v 1.12 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(void) NCURSES_SP_NAME(update_panels) (NCURSES_SP_DCL0) diff --git a/panel/p_user.c b/panel/p_user.c index deb5bdf7e4c5e..633431ea204e2 100644 --- a/panel/p_user.c +++ b/panel/p_user.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2005,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_user.c,v 1.8 2010/01/23 23:18:35 tom Exp $") +MODULE_ID("$Id: p_user.c,v 1.9 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) set_panel_userptr(PANEL * pan, NCURSES_CONST void *uptr) diff --git a/panel/p_win.c b/panel/p_win.c index 6643d5c2671f6..023a71c93499e 100644 --- a/panel/p_win.c +++ b/panel/p_win.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2005,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_win.c,v 1.6 2010/01/23 21:22:15 tom Exp $") +MODULE_ID("$Id: p_win.c,v 1.7 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(WINDOW *) panel_window(const PANEL * pan) diff --git a/panel/panel.c b/panel/panel.c index 97bebca9c0694..a0e632d27631e 100644 --- a/panel/panel.c +++ b/panel/panel.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2012 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2010,2012 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,7 +37,7 @@ /* panel.c -- implementation of panels library, some core routines */ #include "panel.priv.h" -MODULE_ID("$Id: panel.c,v 1.26 2012/02/23 10:02:15 tom Exp $") +MODULE_ID("$Id: panel.c,v 1.27 2020/02/02 23:34:34 tom Exp $") /*+------------------------------------------------------------------------- _nc_retrace_panel (pan) diff --git a/panel/panel.h b/panel/panel.h index 7135e7e5fbd11..2eebe178575ad 100644 --- a/panel/panel.h +++ b/panel/panel.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2009,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2009,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -32,7 +33,7 @@ * and: Juergen Pfeifer 1996-1999,2008 * ****************************************************************************/ -/* $Id: panel.h,v 1.12 2017/02/11 16:50:28 tom Exp $ */ +/* $Id: panel.h,v 1.13 2020/02/02 23:34:34 tom Exp $ */ /* panel.h -- interface file for panels library */ diff --git a/panel/panel.priv.h b/panel/panel.priv.h index 7934018ff6b26..c8e3ea798f9d8 100644 --- a/panel/panel.priv.h +++ b/panel/panel.priv.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2014,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2014,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -26,7 +27,7 @@ * authorization. * ****************************************************************************/ -/* $Id: panel.priv.h,v 1.27 2017/02/11 16:50:43 tom Exp $ */ +/* $Id: panel.priv.h,v 1.28 2020/02/02 23:34:34 tom Exp $ */ #ifndef NCURSES_PANEL_PRIV_H #define NCURSES_PANEL_PRIV_H 1 |