From e8a2b3cd5addd9605de513b8ee0d437c1e82c16c Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 4 Dec 2014 22:48:34 +0100 Subject: [PATCH] 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(+) 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 + */ + /*** BEGIN file-header ***/ #include 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 + */ + /*** BEGIN file-header ***/ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #error "Only can be included directly."