Skip to content

Commit d0b9cb1

Browse files
committed
Fix copyright notices for new branch relaxation files
git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.02@16169 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent d2a9da6 commit d0b9cb1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

asmcomp/branch_relaxation.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
66
(* Mark Shinwell, Jane Street Europe *)
77
(* *)
8-
(* Copyright 1996 Institut National de Recherche en Informatique et *)
8+
(* Copyright 2015 Jane Street Group, LLC. Based on earlier code *)
9+
(* copyright 1996 Institut National de Recherche en Informatique et *)
910
(* en Automatique. All rights reserved. This file is distributed *)
1011
(* under the terms of the Q Public License version 1.0. *)
1112
(* *)

asmcomp/branch_relaxation.mli

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
66
(* Mark Shinwell, Jane Street Europe *)
77
(* *)
8-
(* Copyright 1996 Institut National de Recherche en Informatique et *)
8+
(* Copyright 2015 Jane Street Group, LLC. Based on earlier code *)
9+
(* copyright 1996 Institut National de Recherche en Informatique et *)
910
(* en Automatique. All rights reserved. This file is distributed *)
1011
(* under the terms of the Q Public License version 1.0. *)
1112
(* *)

asmcomp/branch_relaxation_intf.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
(* *)
33
(* OCaml *)
44
(* *)
5+
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
56
(* Mark Shinwell, Jane Street Europe *)
67
(* *)
7-
(* Copyright 1996 Institut National de Recherche en Informatique et *)
8+
(* Copyright 2015 Jane Street Group, LLC. Based on earlier code *)
9+
(* copyright 1996 Institut National de Recherche en Informatique et *)
810
(* en Automatique. All rights reserved. This file is distributed *)
911
(* under the terms of the Q Public License version 1.0. *)
1012
(* *)

0 commit comments

Comments
 (0)