Skip to content

Commit

Permalink
Use proper Lwt file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Feb 2, 2021
1 parent 13e6b67 commit 4418c08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
16 changes: 2 additions & 14 deletions src/core/lwt_seq.ml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Simon Cruanes *)
(* *)
(* Copyright 2017 Institut National de Recherche en Informatique et *)
(* en Automatique. *)
(* *)
(* All rights reserved. This file is distributed under the terms of *)
(* the GNU Lesser General Public License version 2.1, with the *)
(* special exception on linking described in the file LICENSE. *)
(* *)
(**************************************************************************)
(* This file is part of Lwt, released under the MIT license. See LICENSE.md for
details, or visit https://github.com/ocsigen/lwt/blob/master/LICENSE.md. *)



Expand Down
16 changes: 2 additions & 14 deletions src/core/lwt_seq.mli
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Simon Cruanes *)
(* *)
(* Copyright 2017 Institut National de Recherche en Informatique et *)
(* en Automatique. *)
(* *)
(* All rights reserved. This file is distributed under the terms of *)
(* the GNU Lesser General Public License version 2.1, with the *)
(* special exception on linking described in the file LICENSE. *)
(* *)
(**************************************************************************)
(* This file is part of Lwt, released under the MIT license. See LICENSE.md for
details, or visit https://github.com/ocsigen/lwt/blob/master/LICENSE.md. *)



Expand Down
2 changes: 2 additions & 0 deletions test/core/test_lwt_seq.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(* This file is part of Lwt, released under the MIT license. See LICENSE.md for
details, or visit https://github.com/ocsigen/lwt/blob/master/LICENSE.md. *)



open Lwt.Syntax

open Test
Expand Down

0 comments on commit 4418c08

Please sign in to comment.