Protocol Environment: add missing copyright banners

This commit is contained in:
bruno 2018-06-15 13:38:47 +02:00 committed by Benjamin Canou
parent ba8b72f66a
commit 3eaacb4b85
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,11 @@
(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2018. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
type t = Updater.rpc_context
@ -52,4 +60,3 @@ val make_opt_call2:
val make_opt_call3:
([< RPC_service.meth ], t, ((t * 'a) * 'b) * 'c, 'q, 'i, 'o) RPC_service.t ->
'pr #simple -> 'pr -> 'a -> 'b -> 'c -> 'q -> 'i -> 'o option shell_tzresult Lwt.t

View File

@ -1,5 +1,12 @@
(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2018. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
module Protocol : sig
end