summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2006-10-07 16:56:51 +0000
committerSergey Udaltsov <svu@gnome.org>2006-10-07 16:56:51 +0000
commit6c84f54a003678b98f9a2745f52b66e89e545033 (patch)
tree0bad352706f477503cacc7f8b4ec533e9e9fb998 /tests
parent3d556f84ee2ea5d8cefde6768fa1493afb8c2205 (diff)
downloadlibxklavier-6c84f54a003678b98f9a2745f52b66e89e545033.tar.gz
added copyright statements, as requested by debian folks
Diffstat (limited to 'tests')
-rw-r--r--tests/test_config.c19
-rw-r--r--tests/test_monitor.c19
2 files changed, 38 insertions, 0 deletions
diff --git a/tests/test_config.c b/tests/test_config.c
index 13232d6..ff75ee6 100644
--- a/tests/test_config.c
+++ b/tests/test_config.c
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2002-2006 Sergey V. Udaltsov <svu@gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
#include <config.h>
#include <stdio.h>
#include <unistd.h>
diff --git a/tests/test_monitor.c b/tests/test_monitor.c
index de1dd3a..7130523 100644
--- a/tests/test_monitor.c
+++ b/tests/test_monitor.c
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2002-2006 Sergey V. Udaltsov <svu@gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>