summaryrefslogtreecommitdiff
path: root/src/ml_cairo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ml_cairo.h')
-rw-r--r--src/ml_cairo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ml_cairo.h b/src/ml_cairo.h
index 329afb4..7010952 100644
--- a/src/ml_cairo.h
+++ b/src/ml_cairo.h
@@ -1,3 +1,11 @@
+/**************************************************************************/
+/* cairo-ocaml -- Objective Caml bindings for Cairo */
+/* Copyright © 2004-2005 Olivier Andrieu */
+/* */
+/* This code is free software and is licensed under the terms of the */
+/* GNU Lesser General Public License version 2.1 (the "LGPL"). */
+/**************************************************************************/
+
struct ml_cairo {
cairo_t *cr;
int suspend_exn;