summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-08-09 15:06:35 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-08-09 15:06:35 +0000
commite4066357b1c6fc307634918f719fc7ac9b998c6c (patch)
tree117cd8651077ad48cfc8d8f173c299630274ac40 /tools
parent45eef064358cfe64a8f0c20087c8ea7b6600c615 (diff)
Ajout des notices de copyright
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@195 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools')
-rwxr-xr-xtools/camlmktop2
-rw-r--r--tools/dumpapprox.ml13
-rw-r--r--tools/dumpobj.ml13
3 files changed, 26 insertions, 2 deletions
diff --git a/tools/camlmktop b/tools/camlmktop
index c64e6f967..6201cd747 100755
--- a/tools/camlmktop
+++ b/tools/camlmktop
@@ -1,5 +1,3 @@
#!/bin/sh
-# Simple and elegant.
-# Does not expunge compiler modules, but what the heck.
exec cslc -linkall $* toplevellib.cma
diff --git a/tools/dumpapprox.ml b/tools/dumpapprox.ml
index d06667184..34e8f08fa 100644
--- a/tools/dumpapprox.ml
+++ b/tools/dumpapprox.ml
@@ -1,3 +1,16 @@
+(***********************************************************************)
+(* *)
+(* Caml Special Light *)
+(* *)
+(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
+(* *)
+(* Copyright 1995 Institut National de Recherche en Informatique et *)
+(* Automatique. Distributed only by permission. *)
+(* *)
+(***********************************************************************)
+
+(* $Id$ *)
+
(* Dump a .cmx file *)
open Config
diff --git a/tools/dumpobj.ml b/tools/dumpobj.ml
index 0c2501bfe..877b0d6f9 100644
--- a/tools/dumpobj.ml
+++ b/tools/dumpobj.ml
@@ -1,3 +1,16 @@
+(***********************************************************************)
+(* *)
+(* Caml Special Light *)
+(* *)
+(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
+(* *)
+(* Copyright 1995 Institut National de Recherche en Informatique et *)
+(* Automatique. Distributed only by permission. *)
+(* *)
+(***********************************************************************)
+
+(* $Id$ *)
+
(* Disassembler for executable and .zo object files *)
open Obj