X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fp_delete.c;h=6b122a6c9b92cc127e1f57bf743c1f2ccb870bb6;hp=39b055377c166698746025cc14e6f7c5ec8414fd;hb=3ef920d65fb2d4046096131d868ae8d4bba79d46;hpb=c6540b9c89dda1a6a8bd681726831e8924176504 diff --git a/panel/p_delete.c b/panel/p_delete.c index 39b05537..6b122a6c 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)