]> git.itanic.dy.fi Git - glucose/blobdiff - options.c
Add copyright notices
[glucose] / options.c
index ffca63e63ac87f61d5cc0575b07aa70dc905f0a7..9d4ff032ed5c311beb29a3cd93eb8cbb8a7b9b60 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2012 Timo Kokkonen <timo.t.kokkonen@iki.fi>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ */
+
 #include <getopt.h>
 #include <string.h>
 #include <stdlib.h>