X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=panel%2Fp_hide.c;h=fc26f752fe143ccb8d686cb0a25dc7b0fc372679;hb=47d2fb4537d9ad5bb14f4810561a327930ca4280;hp=7b780d464e166829869f1b4e330bb6456a42213a;hpb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175;p=ncurses.git diff --git a/panel/p_hide.c b/panel/p_hide.c index 7b780d46..fc26f752 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)