diff options
author | Sven Verdoolaege <sven@cs.kuleuven.be> | 2009-12-16 19:25:40 +0000 |
---|---|---|
committer | Sven Verdoolaege <sven@cs.kuleuven.be> | 2009-12-16 19:29:00 +0000 |
commit | 309036cf4fb6d77a3287a8de8a9098c0a1211778 (patch) | |
tree | 544921fdaf2f860e9af73ef8816334fe958a73f7 /isl_ilp.c | |
parent | f07fd9a6b5dd45066653056729e8cc66125baee1 (diff) | |
download | isl-309036cf4fb6d77a3287a8de8a9098c0a1211778.tar.gz isl-309036cf4fb6d77a3287a8de8a9098c0a1211778.tar.bz2 isl-309036cf4fb6d77a3287a8de8a9098c0a1211778.zip |
add copyright statements
Diffstat (limited to 'isl_ilp.c')
-rw-r--r-- | isl_ilp.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 "isl_ilp.h" #include "isl_map_private.h" #include "isl_sample.h" |