Skip to content

Commit a234260

Browse files
committed
Copyright on the two new files under flambda2
1 parent 6b0371d commit a234260

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

middle_end/flambda2/terms/check_attribute.ml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
(**************************************************************************)
2+
(* *)
3+
(* OCaml *)
4+
(* *)
5+
(* Copyright 2022 Jane Street Group LLC *)
6+
(* *)
7+
(* All rights reserved. This file is distributed under the terms of *)
8+
(* the GNU Lesser General Public License version 2.1, with the *)
9+
(* special exception on linking described in the file LICENSE. *)
10+
(* *)
11+
(**************************************************************************)
12+
113
module Property = struct
214
type t = Noalloc
315

middle_end/flambda2/terms/check_attribute.mli

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
(**************************************************************************)
2+
(* *)
3+
(* OCaml *)
4+
(* *)
5+
(* Copyright 2022 Jane Street Group LLC *)
6+
(* *)
7+
(* All rights reserved. This file is distributed under the terms of *)
8+
(* the GNU Lesser General Public License version 2.1, with the *)
9+
(* special exception on linking described in the file LICENSE. *)
10+
(* *)
11+
(**************************************************************************)
112
(** Annotations on function declaration (not call sites) *)
213
module Property : sig
314
type t = Noalloc

0 commit comments

Comments
 (0)