summaryrefslogtreecommitdiff
path: root/otherlibs/graph
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/graph')
-rw-r--r--otherlibs/graph/Makefile14
-rw-r--r--otherlibs/graph/Makefile.Mac14
-rw-r--r--otherlibs/graph/Makefile.nt14
-rw-r--r--otherlibs/graph/color.c3
-rw-r--r--otherlibs/graph/draw.c3
-rw-r--r--otherlibs/graph/dump_img.c3
-rw-r--r--otherlibs/graph/events.c3
-rw-r--r--otherlibs/graph/fill.c3
-rw-r--r--otherlibs/graph/graphics.ml3
-rw-r--r--otherlibs/graph/graphics.mli3
-rw-r--r--otherlibs/graph/image.c3
-rw-r--r--otherlibs/graph/image.h3
-rw-r--r--otherlibs/graph/libgraph.h3
-rw-r--r--otherlibs/graph/make_img.c3
-rw-r--r--otherlibs/graph/open.c3
-rw-r--r--otherlibs/graph/point_col.c3
-rw-r--r--otherlibs/graph/sound.c3
-rw-r--r--otherlibs/graph/text.c3
18 files changed, 72 insertions, 15 deletions
diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile
index 370f72184c..0c28a5b4ee 100644
--- a/otherlibs/graph/Makefile
+++ b/otherlibs/graph/Makefile
@@ -1,3 +1,17 @@
+#########################################################################
+# #
+# Objective Caml #
+# #
+# Xavier Leroy, projet Cristal, INRIA Rocquencourt #
+# #
+# Copyright 1999 Institut National de Recherche en Informatique et #
+# en Automatique. All rights reserved. This file is distributed #
+# under the terms of the GNU Library General Public License. #
+# #
+#########################################################################
+
+# $Id$
+
# Makefile for the portable graphics library
include ../../config/Makefile
diff --git a/otherlibs/graph/Makefile.Mac b/otherlibs/graph/Makefile.Mac
index d5b97c01d6..162dc2e9ec 100644
--- a/otherlibs/graph/Makefile.Mac
+++ b/otherlibs/graph/Makefile.Mac
@@ -1,3 +1,17 @@
+#########################################################################
+# #
+# Objective Caml #
+# #
+# Damien Doligez, projet Para, INRIA Rocquencourt #
+# #
+# Copyright 1999 Institut National de Recherche en Informatique et #
+# en Automatique. All rights reserved. This file is distributed #
+# under the terms of the GNU Library General Public License. #
+# #
+#########################################################################
+
+# $Id$
+
CAMLC = :::boot:ocamlrun :::boot:ocamlc -I :::stdlib:
all Ä graphics.cmi graphics.cma
diff --git a/otherlibs/graph/Makefile.nt b/otherlibs/graph/Makefile.nt
index eedf1dbacb..8578b0974e 100644
--- a/otherlibs/graph/Makefile.nt
+++ b/otherlibs/graph/Makefile.nt
@@ -1,3 +1,17 @@
+#########################################################################
+# #
+# Objective Caml #
+# #
+# Xavier Leroy, projet Cristal, INRIA Rocquencourt #
+# #
+# Copyright 1999 Institut National de Recherche en Informatique et #
+# en Automatique. All rights reserved. This file is distributed #
+# under the terms of the GNU Library General Public License. #
+# #
+#########################################################################
+
+# $Id$
+
# Makefile for the portable graphics library
!include ..\..\config\Makefile.nt
diff --git a/otherlibs/graph/color.c b/otherlibs/graph/color.c
index c2f569738d..4dee537a95 100644
--- a/otherlibs/graph/color.c
+++ b/otherlibs/graph/color.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/draw.c b/otherlibs/graph/draw.c
index c28bbf6243..72a9bb65ba 100644
--- a/otherlibs/graph/draw.c
+++ b/otherlibs/graph/draw.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* en Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/dump_img.c b/otherlibs/graph/dump_img.c
index 998a334a13..a4e31689cb 100644
--- a/otherlibs/graph/dump_img.c
+++ b/otherlibs/graph/dump_img.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* en Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/events.c b/otherlibs/graph/events.c
index a5bf169e0d..fda768661d 100644
--- a/otherlibs/graph/events.c
+++ b/otherlibs/graph/events.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* en Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/fill.c b/otherlibs/graph/fill.c
index aa4ac48e9a..50b6d32e9d 100644
--- a/otherlibs/graph/fill.c
+++ b/otherlibs/graph/fill.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/graphics.ml b/otherlibs/graph/graphics.ml
index 1de4120dc5..35ae7faec2 100644
--- a/otherlibs/graph/graphics.ml
+++ b/otherlibs/graph/graphics.ml
@@ -5,7 +5,8 @@
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1996 Institut National de Recherche en Informatique et *)
-(* Automatique. Distributed only by permission. *)
+(* en Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the GNU Library General Public License. *)
(* *)
(***********************************************************************)
diff --git a/otherlibs/graph/graphics.mli b/otherlibs/graph/graphics.mli
index 5968bd6900..578774e98b 100644
--- a/otherlibs/graph/graphics.mli
+++ b/otherlibs/graph/graphics.mli
@@ -5,7 +5,8 @@
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1996 Institut National de Recherche en Informatique et *)
-(* en Automatique. Distributed only by permission. *)
+(* en Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the GNU Library General Public License. *)
(* *)
(***********************************************************************)
diff --git a/otherlibs/graph/image.c b/otherlibs/graph/image.c
index db1dd7fee6..6e07847afc 100644
--- a/otherlibs/graph/image.c
+++ b/otherlibs/graph/image.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/image.h b/otherlibs/graph/image.h
index c6f84aa3de..0c6175c301 100644
--- a/otherlibs/graph/image.h
+++ b/otherlibs/graph/image.h
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/libgraph.h b/otherlibs/graph/libgraph.h
index ac8a50bd5c..59cac28fc7 100644
--- a/otherlibs/graph/libgraph.h
+++ b/otherlibs/graph/libgraph.h
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* en Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/make_img.c b/otherlibs/graph/make_img.c
index fdd601cbae..33cb61e722 100644
--- a/otherlibs/graph/make_img.c
+++ b/otherlibs/graph/make_img.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/open.c b/otherlibs/graph/open.c
index 22812a6d5a..d222198acd 100644
--- a/otherlibs/graph/open.c
+++ b/otherlibs/graph/open.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/point_col.c b/otherlibs/graph/point_col.c
index 18326b06da..7d869142e7 100644
--- a/otherlibs/graph/point_col.c
+++ b/otherlibs/graph/point_col.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/sound.c b/otherlibs/graph/sound.c
index 3b42f96bae..81ed82d184 100644
--- a/otherlibs/graph/sound.c
+++ b/otherlibs/graph/sound.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/graph/text.c b/otherlibs/graph/text.c
index 1efd60629a..3f2032a12b 100644
--- a/otherlibs/graph/text.c
+++ b/otherlibs/graph/text.c
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* en Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/