summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-11-11 10:18:02 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2013-11-27 10:51:56 +0000
commit5a38700caaad1f459274e47b27085c2809d2780e (patch)
treeaae196c9f9eff559dac87f63f4a372c3e6fa4640 /tests
parent44cc39bdf3e32703aed173e8b1f607fa9e33d04c (diff)
key-file: Add missing licencing header
https://bugzilla.gnome.org/show_bug.cgi?id=712274
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/key-file/backend.vala22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/lib/key-file/backend.vala b/tests/lib/key-file/backend.vala
index 0b241fe7..ec5b31a0 100644
--- a/tests/lib/key-file/backend.vala
+++ b/tests/lib/key-file/backend.vala
@@ -1,3 +1,25 @@
+/* backend.vala
+ *
+ * Copyright © 2010 Collabora Ltd.
+ *
+ * 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.1 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Author:
+ * Philip Withnall <philip.withnall@collabora.co.uk>
+ */
+
public class KfTest.Backend
{
private string key_file_name;