[libsecret] Add license headers to enum template files



commit e8a2b3cd5addd9605de513b8ee0d437c1e82c16c
Author: Stef Walter <stefw redhat com>
Date:   Thu Dec 4 22:48:34 2014 +0100

    Add license headers to enum template files

 libsecret/secret-enum-types.c.template |   14 ++++++++++++++
 libsecret/secret-enum-types.h.template |   14 ++++++++++++++
 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."


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]