aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_mysql.c
diff options
context:
space:
mode:
authorreinelt <>2005-01-18 06:30:24 +0000
committerreinelt <>2005-01-18 06:30:24 +0000
commit5c96185f5d3077e315ed18ca0f774a229732be7f (patch)
tree2f784ed72a8b40f408244897662c0f61fb840002 /plugin_mysql.c
parent47329b6aa4a64ea94fdf83061a91e5a3cbf7c9bb (diff)
downloadlcd4linux-5c96185f5d3077e315ed18ca0f774a229732be7f.tar.gz
[lcd4linux @ 2005-01-18 06:30:21 by reinelt]
added (C) to all copyright statements
Diffstat (limited to '')
-rw-r--r--plugin_mysql.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugin_mysql.c b/plugin_mysql.c
index 7372472..171b6a5 100644
--- a/plugin_mysql.c
+++ b/plugin_mysql.c
@@ -1,9 +1,9 @@
-/* $Id: plugin_mysql.c,v 1.3 2004/03/21 22:05:53 reinelt Exp $
+/* $Id: plugin_mysql.c,v 1.4 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for execute SQL queries into a MySQL DBSM.
*
- * Copyright 2004 Javier Garcia <javi@gsmlandia.com>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2004 Javier Garcia <javi@gsmlandia.com>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
@@ -23,6 +23,9 @@
*
*
* $Log: plugin_mysql.c,v $
+ * Revision 1.4 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.3 2004/03/21 22:05:53 reinelt
* MySQL plugin fixes from Javi
*