summaryrefslogtreecommitdiff
path: root/asmrun
diff options
context:
space:
mode:
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 b92930fffb..3e6125f05b 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 67247f8ca5..782a6e6ac4 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 e1072ce7ce..731c1f8907 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 26973b89e4..814ac631f5 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 be820dd139..8c2ec20c4a 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 93db2b0a80..786e964900 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 a45546cce9..fb0d8fc73b 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 c1e7a9f991..05afd45c51 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 87651ded1c..26bb76982e 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 fc8e8619ec..92a8306b5f 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 0182dae4e7..6566af8103 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 8eab73411f..376ea0513f 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 7a0c5715f0..162886bf36 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 163567127b..3f932043f6 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 ca498d20e5..11e53dd0c3 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 1bb144b442..32208655ef 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 8f36f73d89..ded6c6c5c6 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 19780493c0..41147a282d 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. */
/* */
/***********************************************************************/