summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-12-04 22:48:34 +0100
committerStef Walter <stefw@redhat.com>2014-12-04 22:50:26 +0100
commite8a2b3cd5addd9605de513b8ee0d437c1e82c16c (patch)
tree240241b114a4f327aa2d70d8b19a54f4052f8f96
parent9e135d9eb23d0b45b74182317babb2a96cc53dad (diff)
downloadlibsecret-e8a2b3cd5addd9605de513b8ee0d437c1e82c16c.tar.gz
Add license headers to enum template files
-rw-r--r--libsecret/secret-enum-types.c.template14
-rw-r--r--libsecret/secret-enum-types.h.template14
2 files changed, 28 insertions, 0 deletions
diff --git a/libsecret/secret-enum-types.c.template b/libsecret/secret-enum-types.c.template
index d228e29..746d4ca 100644
--- a/libsecret/secret-enum-types.c.template
+++ b/libsecret/secret-enum-types.c.template
@@ -1,3 +1,17 @@
+/* libsecret - GLib wrapper for Secret Service
+ *
+ * Copyright 2012 Red Hat Inc.
+ *
+ * This program 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 licence or (at
+ * your option) any later version.
+ *
+ * See the included COPYING file for more information.
+ *
+ * Author: Stef Walter <stefw@gnome.org>
+ */
+
/*** BEGIN file-header ***/
#include <glib-object.h>
diff --git a/libsecret/secret-enum-types.h.template b/libsecret/secret-enum-types.h.template
index 421524e..a8d8307 100644
--- a/libsecret/secret-enum-types.h.template
+++ b/libsecret/secret-enum-types.h.template
@@ -1,3 +1,17 @@
+/* libsecret - GLib wrapper for Secret Service
+ *
+ * Copyright 2012 Red Hat Inc.
+ *
+ * This program 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 licence or (at
+ * your option) any later version.
+ *
+ * See the included COPYING file for more information.
+ *
+ * Author: Stef Walter <stefw@gnome.org>
+ */
+
/*** BEGIN file-header ***/
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
#error "Only <secret/secret.h> can be included directly."