From 53a218f08e4a0ab7a2042b774a871eb93f17c90f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 7 Sep 2012 17:25:02 +0100 Subject: add copyright and licence notices --- src/options.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 47f3c11..041f4cd 100644 --- a/src/options.h +++ b/src/options.h @@ -1,3 +1,14 @@ +/* binding generator options + * + * This file is part of nsgenjsbind. + * Licensed under the MIT License, + * http://www.opensource.org/licenses/mit-license.php + * Copyright 2012 Vincent Sanders + */ + +#ifndef genjsbind_options_h +#define genjsbind_options_h + struct options { char *outfilename; char *infilename; @@ -8,3 +19,4 @@ struct options { extern struct options *options; +#endif -- cgit v1.2.3