Merge branch 'maint'
[platform/upstream/isl.git] / isl_list.c
index 9151cae..db2a608 100644 (file)
@@ -1,5 +1,14 @@
-#include "isl_list.h"
-#include "isl_set.h"
+/*
+ * 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/list.h>
+#include <isl/set.h>
 
 struct isl_basic_set_list *isl_basic_set_list_alloc(struct isl_ctx *ctx, int n)
 {