summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2007-09-06 03:09:12 -0400
committerSøren Sandmann <sandmann@redhat.com>2007-09-06 03:09:12 -0400
commit8114c0aeff3a682444baf80c7b747d1f431d9003 (patch)
tree4a51ff7343fb1183a6228283365832e29e56a847 /util.c
parent8fb00564bd70dbda41f0af3446d0bb8c9c20613a (diff)
Copyright statements
Diffstat (limited to 'util.c')
-rw-r--r--util.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/util.c b/util.c
index 496633c..0976f16 100644
--- a/util.c
+++ b/util.c
@@ -1,3 +1,21 @@
+/* Ninja
+ * Copyright 2007, Soren Sandmann Pedersen
+ *
+ * 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 <glib.h>
#include "util.h"
#include <string.h>