summaryrefslogtreecommitdiff
path: root/pip.c
diff options
context:
space:
mode:
authorSven Verdoolaege <sven@cs.kuleuven.be>2009-12-16 19:25:40 +0000
committerSven Verdoolaege <sven@cs.kuleuven.be>2009-12-16 19:29:00 +0000
commit309036cf4fb6d77a3287a8de8a9098c0a1211778 (patch)
tree544921fdaf2f860e9af73ef8816334fe958a73f7 /pip.c
parentf07fd9a6b5dd45066653056729e8cc66125baee1 (diff)
downloadisl-309036cf4fb6d77a3287a8de8a9098c0a1211778.tar.gz
isl-309036cf4fb6d77a3287a8de8a9098c0a1211778.tar.bz2
isl-309036cf4fb6d77a3287a8de8a9098c0a1211778.zip
add copyright statements
Diffstat (limited to 'pip.c')
-rw-r--r--pip.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/pip.c b/pip.c
index f11160b5..ae92a81d 100644
--- a/pip.c
+++ b/pip.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2008-2009 Katholieke Universiteit Leuven
+ *
+ * Use of this software is governed by the GNU LGPLv2.1 license
+ *
+ * Written by Sven Verdoolaege, K.U.Leuven, Departement
+ * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
+ */
+
#include <assert.h>
#include <string.h>
#include "isl_set.h"