summaryrefslogtreecommitdiff
path: root/include/Item.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Item.h')
-rw-r--r--include/Item.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Item.h b/include/Item.h
index 93a2df3..0827ea9 100644
--- a/include/Item.h
+++ b/include/Item.h
@@ -1,3 +1,4 @@
+/*
# Item.h: public header file for an ``item widget''.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,10 +16,14 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+/*
# A composite widget consisting of a label and a (string) value. Both
# subwidgets are created by the Item itself, and geometry requests from them are
# ignored.
+*/
#ifndef ITEM_WIDGET_H