aboutsummaryrefslogtreecommitdiffstats
path: root/widget_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget_text.c')
-rw-r--r--widget_text.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/widget_text.c b/widget_text.c
index 949b82e..4275e99 100644
--- a/widget_text.c
+++ b/widget_text.c
@@ -1,9 +1,9 @@
-/* $Id: widget_text.c,v 1.20 2004/11/29 04:42:07 reinelt Exp $
+/* $Id: widget_text.c,v 1.21 2005/01/18 06:30:24 reinelt Exp $
*
* simple text widget handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,6 +21,9 @@
*
*
* $Log: widget_text.c,v $
+ * Revision 1.21 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.20 2004/11/29 04:42:07 reinelt
* removed the 99999 msec limit on widget update time (thanks to Petri Damsten)
*