summaryrefslogtreecommitdiffstats
path: root/otherlibs/graph
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/graph')
-rw-r--r--otherlibs/graph/Makefile2
-rw-r--r--otherlibs/graph/color.c2
-rw-r--r--otherlibs/graph/draw.c2
-rw-r--r--otherlibs/graph/dump_img.c2
-rw-r--r--otherlibs/graph/events.c2
-rw-r--r--otherlibs/graph/fill.c2
-rw-r--r--otherlibs/graph/graphics.ml2
-rw-r--r--otherlibs/graph/graphics.mli2
-rw-r--r--otherlibs/graph/graphicsX11.ml2
-rw-r--r--otherlibs/graph/graphicsX11.mli2
-rw-r--r--otherlibs/graph/image.c2
-rw-r--r--otherlibs/graph/image.h2
-rw-r--r--otherlibs/graph/libgraph.h2
-rw-r--r--otherlibs/graph/make_img.c2
-rw-r--r--otherlibs/graph/open.c2
-rw-r--r--otherlibs/graph/point_col.c2
-rw-r--r--otherlibs/graph/sound.c2
-rw-r--r--otherlibs/graph/subwindow.c2
-rw-r--r--otherlibs/graph/text.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile
index 2be984465..19c4612ed 100644
--- a/otherlibs/graph/Makefile
+++ b/otherlibs/graph/Makefile
@@ -1,6 +1,6 @@
#########################################################################
# #
-# Objective Caml #
+# OCaml #
# #
# Xavier Leroy, projet Cristal, INRIA Rocquencourt #
# #
diff --git a/otherlibs/graph/color.c b/otherlibs/graph/color.c
index 0dc296707..bdd8b5e28 100644
--- a/otherlibs/graph/color.c
+++ b/otherlibs/graph/color.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/draw.c b/otherlibs/graph/draw.c
index 35a4ae175..0419c6270 100644
--- a/otherlibs/graph/draw.c
+++ b/otherlibs/graph/draw.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/dump_img.c b/otherlibs/graph/dump_img.c
index 8c82c21bf..66185d875 100644
--- a/otherlibs/graph/dump_img.c
+++ b/otherlibs/graph/dump_img.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/events.c b/otherlibs/graph/events.c
index d9563a397..508931055 100644
--- a/otherlibs/graph/events.c
+++ b/otherlibs/graph/events.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/fill.c b/otherlibs/graph/fill.c
index 0430c14a6..bb1a60e78 100644
--- a/otherlibs/graph/fill.c
+++ b/otherlibs/graph/fill.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/graphics.ml b/otherlibs/graph/graphics.ml
index 96a247161..a9dd51140 100644
--- a/otherlibs/graph/graphics.ml
+++ b/otherlibs/graph/graphics.ml
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
(* *)
diff --git a/otherlibs/graph/graphics.mli b/otherlibs/graph/graphics.mli
index 23d61a39a..10074cb7a 100644
--- a/otherlibs/graph/graphics.mli
+++ b/otherlibs/graph/graphics.mli
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
(* *)
diff --git a/otherlibs/graph/graphicsX11.ml b/otherlibs/graph/graphicsX11.ml
index 85f5a4360..4b70d29bd 100644
--- a/otherlibs/graph/graphicsX11.ml
+++ b/otherlibs/graph/graphicsX11.ml
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* Pierre Weis and Jun Furuse, projet Cristal, INRIA Rocquencourt *)
(* *)
diff --git a/otherlibs/graph/graphicsX11.mli b/otherlibs/graph/graphicsX11.mli
index 111825371..f35f5a664 100644
--- a/otherlibs/graph/graphicsX11.mli
+++ b/otherlibs/graph/graphicsX11.mli
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* Pierre Weis and Jun Furuse, projet Cristal, INRIA Rocquencourt *)
(* *)
diff --git a/otherlibs/graph/image.c b/otherlibs/graph/image.c
index a337de348..c610d96b6 100644
--- a/otherlibs/graph/image.c
+++ b/otherlibs/graph/image.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/image.h b/otherlibs/graph/image.h
index 539cf9f8c..76d319e0a 100644
--- a/otherlibs/graph/image.h
+++ b/otherlibs/graph/image.h
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/libgraph.h b/otherlibs/graph/libgraph.h
index d2df1c1ae..db3fd71d8 100644
--- a/otherlibs/graph/libgraph.h
+++ b/otherlibs/graph/libgraph.h
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/make_img.c b/otherlibs/graph/make_img.c
index 325e6698d..08628804f 100644
--- a/otherlibs/graph/make_img.c
+++ b/otherlibs/graph/make_img.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/open.c b/otherlibs/graph/open.c
index 82a4c0fb3..1f7da5ba4 100644
--- a/otherlibs/graph/open.c
+++ b/otherlibs/graph/open.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/point_col.c b/otherlibs/graph/point_col.c
index 473dae7d0..2149aa8eb 100644
--- a/otherlibs/graph/point_col.c
+++ b/otherlibs/graph/point_col.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/sound.c b/otherlibs/graph/sound.c
index dc75b7ed0..cba7a909b 100644
--- a/otherlibs/graph/sound.c
+++ b/otherlibs/graph/sound.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/subwindow.c b/otherlibs/graph/subwindow.c
index 642e28c40..08882569e 100644
--- a/otherlibs/graph/subwindow.c
+++ b/otherlibs/graph/subwindow.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Jun Furuse, projet Cristal, INRIA Rocquencourt */
/* */
diff --git a/otherlibs/graph/text.c b/otherlibs/graph/text.c
index f4d980aed..6743e8640 100644
--- a/otherlibs/graph/text.c
+++ b/otherlibs/graph/text.c
@@ -1,6 +1,6 @@
/***********************************************************************/
/* */
-/* Objective Caml */
+/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */