X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fcursespad.cc;h=6065923bdf8c6d6033451c6b18ae38463417405e;hp=a5347137fbbabfa255d36c6d6702fb315e26bfc7;hb=a5fe3726f7d4374e9b1551b535c8617b423996f2;hpb=8a82f8535bbbd3aa9db75fb79812b5c5b1c81d28 diff --git a/c++/cursespad.cc b/c++/cursespad.cc index a5347137..6065923b 100644 --- a/c++/cursespad.cc +++ b/c++/cursespad.cc @@ -1,6 +1,7 @@ // * this is for making emacs happy: -*-Mode: C++;-*- /**************************************************************************** - * Copyright (c) 1998-2012,2013 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1999-2012,2013 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 * @@ -35,7 +36,7 @@ #include -MODULE_ID("$Id: cursespad.cc,v 1.17 2013/03/30 19:45:36 tom Exp $") +MODULE_ID("$Id: cursespad.cc,v 1.18 2020/02/02 23:34:34 tom Exp $") NCursesPad::NCursesPad(int nlines, int ncols) : NCursesWindow(),