X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fpopup_msg.h;h=88dff73b2014f07b45b5a6f2a8de12977b18f694;hp=1b0ef1ed00acb200a88d820890af0e7d4715c4f8;hb=f44733b760290aa8f51c6c9e1e463254833bffcd;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/test/popup_msg.h b/test/popup_msg.h index 1b0ef1ed..88dff73b 100644 --- a/test/popup_msg.h +++ b/test/popup_msg.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2003-2013,2017 Free Software Foundation, Inc. * + * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 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,9 +27,9 @@ * authorization. * ****************************************************************************/ /* - * $Id: popup_msg.h,v 1.3 2017/04/15 19:16:35 tom Exp $ + * $Id: popup_msg.h,v 1.5 2020/02/02 23:34:34 tom Exp $ * - * Interface of edit_field.c + * Utility functions for a popup-message or help-screen. */ #ifndef POPUP_MSG_H_incl