diff options
Diffstat (limited to 'contrib/ncurses/panel/panel.h')
-rw-r--r-- | contrib/ncurses/panel/panel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/ncurses/panel/panel.h b/contrib/ncurses/panel/panel.h index 3b8542a7adce..1e02091d97f2 100644 --- a/contrib/ncurses/panel/panel.h +++ b/contrib/ncurses/panel/panel.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998,2000 Free Software Foundation, Inc. * + * Copyright (c) 1998-2001,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 * @@ -31,6 +31,8 @@ * and: Eric S. Raymond <esr@snark.thyrsus.com> * ****************************************************************************/ +/* $Id: panel.h,v 1.10 2006/05/27 19:49:40 tom Exp $ */ + /* panel.h -- interface file for panels library */ #ifndef NCURSES_PANEL_H_incl |