aboutsummaryrefslogtreecommitdiffstats
path: root/widget_bar.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-01-18 06:30:24 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-01-18 06:30:24 +0000
commitae6d2a0a265f41e9c9773d61dcf16da3653b674e (patch)
tree2f784ed72a8b40f408244897662c0f61fb840002 /widget_bar.c
parent1f29316bdf4df65aed92770d0c440e0984ef1086 (diff)
downloadlcd4linux-ae6d2a0a265f41e9c9773d61dcf16da3653b674e.tar.gz
[lcd4linux @ 2005-01-18 06:30:21 by reinelt]
added (C) to all copyright statements git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@509 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_bar.c')
-rw-r--r--widget_bar.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/widget_bar.c b/widget_bar.c
index 990ef57..6e0f54c 100644
--- a/widget_bar.c
+++ b/widget_bar.c
@@ -1,9 +1,9 @@
-/* $Id: widget_bar.c,v 1.13 2004/11/29 04:42:07 reinelt Exp $
+/* $Id: widget_bar.c,v 1.14 2005/01/18 06:30:24 reinelt Exp $
*
* bar 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_bar.c,v $
+ * Revision 1.14 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.13 2004/11/29 04:42:07 reinelt
* removed the 99999 msec limit on widget update time (thanks to Petri Damsten)
*