summaryrefslogtreecommitdiffstats
path: root/asmrun
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1999-11-17 18:59:06 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1999-11-17 18:59:06 +0000
commitcc0f32b05439bb7018e8ad62a54d6371b01aab9f (patch)
tree11e614c740672ce84f806b42a6630d192f057bd8 /asmrun
parentf07e6fe1c7d8b37c2b00e0a47146285789f1e526 (diff)
Changement de la licence
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2553 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmrun')
-rw-r--r--asmrun/Makefile14
-rw-r--r--asmrun/Makefile.nt14
-rw-r--r--asmrun/alpha.S3
-rw-r--r--asmrun/arm.S3
-rw-r--r--asmrun/fail.c3
-rw-r--r--asmrun/hppa.S3
-rw-r--r--asmrun/i386.S3
-rw-r--r--asmrun/i386nt.asm3
-rw-r--r--asmrun/m68k.S3
-rw-r--r--asmrun/mips.s3
-rw-r--r--asmrun/power-aix.S3
-rw-r--r--asmrun/power-elf.S3
-rw-r--r--asmrun/power-rhapsody.S3
-rw-r--r--asmrun/roots.c3
-rw-r--r--asmrun/signals.c3
-rw-r--r--asmrun/sparc.S3
-rw-r--r--asmrun/stack.h3
-rw-r--r--asmrun/startup.c3
18 files changed, 60 insertions, 16 deletions
diff --git a/asmrun/Makefile b/asmrun/Makefile
index b92930fff..3e6125f05 100644
--- a/asmrun/Makefile
+++ b/asmrun/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$
+
include ../config/Makefile
CC=$(NATIVECC)
diff --git a/asmrun/Makefile.nt b/asmrun/Makefile.nt
index 67247f8ca..782a6e6ac 100644
--- a/asmrun/Makefile.nt
+++ b/asmrun/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$
+
!include ..\config\Makefile.nt
CC=$(NATIVECC)
diff --git a/asmrun/alpha.S b/asmrun/alpha.S
index e1072ce7c..731c1f890 100644
--- a/asmrun/alpha.S
+++ b/asmrun/alpha.S
@@ -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/asmrun/arm.S b/asmrun/arm.S
index 26973b89e..814ac631f 100644
--- a/asmrun/arm.S
+++ b/asmrun/arm.S
@@ -5,7 +5,8 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1998 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/asmrun/fail.c b/asmrun/fail.c
index be820dd13..8c2ec20c4 100644
--- a/asmrun/fail.c
+++ b/asmrun/fail.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/asmrun/hppa.S b/asmrun/hppa.S
index 93db2b0a8..786e96490 100644
--- a/asmrun/hppa.S
+++ b/asmrun/hppa.S
@@ -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/asmrun/i386.S b/asmrun/i386.S
index a45546cce..fb0d8fc73 100644
--- a/asmrun/i386.S
+++ b/asmrun/i386.S
@@ -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/asmrun/i386nt.asm b/asmrun/i386nt.asm
index c1e7a9f99..05afd45c5 100644
--- a/asmrun/i386nt.asm
+++ b/asmrun/i386nt.asm
@@ -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/asmrun/m68k.S b/asmrun/m68k.S
index 87651ded1..26bb76982 100644
--- a/asmrun/m68k.S
+++ b/asmrun/m68k.S
@@ -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/asmrun/mips.s b/asmrun/mips.s
index fc8e8619e..92a8306b5 100644
--- a/asmrun/mips.s
+++ b/asmrun/mips.s
@@ -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/asmrun/power-aix.S b/asmrun/power-aix.S
index 0182dae4e..6566af810 100644
--- a/asmrun/power-aix.S
+++ b/asmrun/power-aix.S
@@ -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/asmrun/power-elf.S b/asmrun/power-elf.S
index 8eab73411..376ea0513 100644
--- a/asmrun/power-elf.S
+++ b/asmrun/power-elf.S
@@ -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/asmrun/power-rhapsody.S b/asmrun/power-rhapsody.S
index 7a0c5715f..162886bf3 100644
--- a/asmrun/power-rhapsody.S
+++ b/asmrun/power-rhapsody.S
@@ -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/asmrun/roots.c b/asmrun/roots.c
index 163567127..3f932043f 100644
--- a/asmrun/roots.c
+++ b/asmrun/roots.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/asmrun/signals.c b/asmrun/signals.c
index ca498d20e..11e53dd0c 100644
--- a/asmrun/signals.c
+++ b/asmrun/signals.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/asmrun/sparc.S b/asmrun/sparc.S
index 1bb144b44..32208655e 100644
--- a/asmrun/sparc.S
+++ b/asmrun/sparc.S
@@ -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/asmrun/stack.h b/asmrun/stack.h
index 8f36f73d8..ded6c6c5c 100644
--- a/asmrun/stack.h
+++ b/asmrun/stack.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/asmrun/startup.c b/asmrun/startup.c
index 19780493c..41147a282 100644
--- a/asmrun/startup.c
+++ b/asmrun/startup.c
@@ -5,7 +5,8 @@
/* Xavier Leroy and Damien Doligez, 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. */
/* */
/***********************************************************************/