]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/panel.h
ncurses 5.6 - patch 20070414
[ncurses.git] / panel / panel.h
index 3b8542a7adceeb57ea2d6ae7aa18744e723f2f0b..1e02091d97f2f100c66532e07e081d38ba7946c6 100644 (file)
@@ -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