diff options
Diffstat (limited to 'otherlibs/graph')
-rw-r--r-- | otherlibs/graph/Makefile | 14 | ||||
-rw-r--r-- | otherlibs/graph/Makefile.Mac | 14 | ||||
-rw-r--r-- | otherlibs/graph/Makefile.nt | 14 | ||||
-rw-r--r-- | otherlibs/graph/color.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/draw.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/dump_img.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/events.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/fill.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/graphics.ml | 3 | ||||
-rw-r--r-- | otherlibs/graph/graphics.mli | 3 | ||||
-rw-r--r-- | otherlibs/graph/image.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/image.h | 3 | ||||
-rw-r--r-- | otherlibs/graph/libgraph.h | 3 | ||||
-rw-r--r-- | otherlibs/graph/make_img.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/open.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/point_col.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/sound.c | 3 | ||||
-rw-r--r-- | otherlibs/graph/text.c | 3 |
18 files changed, 72 insertions, 15 deletions
diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile index 370f72184..0c28a5b4e 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 d5b97c01d..162dc2e9e 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 eedf1dbac..8578b0974 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 c2f569738..4dee537a9 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 c28bbf624..72a9bb65b 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 998a334a1..a4e31689c 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 a5bf169e0..fda768661 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 aa4ac48e9..50b6d32e9 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 1de4120dc..35ae7faec 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 5968bd690..578774e98 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 db1dd7fee..6e07847af 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 c6f84aa3d..0c6175c30 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 ac8a50bd5..59cac28fc 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 fdd601cba..33cb61e72 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 22812a6d5..d222198ac 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 18326b06d..7d869142e 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 3b42f96ba..81ed82d18 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 1efd60629..3f2032a12 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. */ /* */ /***********************************************************************/ |