Add missing copyright headers.
This commit is contained in:
parent
94295fa281
commit
b810b360ea
@ -22,7 +22,6 @@
|
|||||||
v1/lwt_sequence.mli
|
v1/lwt_sequence.mli
|
||||||
v1/lwt.mli
|
v1/lwt.mli
|
||||||
v1/lwt_list.mli
|
v1/lwt_list.mli
|
||||||
v1/uri.mli
|
|
||||||
|
|
||||||
;; Tezos extended stdlib
|
;; Tezos extended stdlib
|
||||||
v1/mBytes.mli
|
v1/mBytes.mli
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
(** View over the RPC service, restricted to types. A protocol
|
(** View over the RPC service, restricted to types. A protocol
|
||||||
implementation can define a set of remote procedures which are
|
implementation can define a set of remote procedures which are
|
||||||
registered when the protocol is activated via its [rpcs]
|
registered when the protocol is activated via its [rpcs]
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
type 'a encoding
|
type 'a encoding
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
module type S = sig
|
module type S = sig
|
||||||
type t
|
type t
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
(** View over the context store, restricted to types, access and
|
(** View over the context store, restricted to types, access and
|
||||||
functional manipulation of an existing context. *)
|
functional manipulation of an existing context. *)
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
(** In memory JSON data *)
|
(** In memory JSON data *)
|
||||||
type json =
|
type json =
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
(** Tezos - Ed25519 cryptography *)
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
|
(** Tezos - Ed25519 cryptography *)
|
||||||
|
|
||||||
(** {2 Hashed public keys for user ID} ***************************************)
|
(** {2 Hashed public keys for user ID} ***************************************)
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
(** Tezos Protocol Implementation - Error Monad *)
|
(** Tezos Protocol Implementation - Error Monad *)
|
||||||
|
|
||||||
(** {2 Error classification} *************************************************)
|
(** {2 Error classification} *************************************************)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
type fitness = MBytes.t list
|
type fitness = MBytes.t list
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
(** Tezos - Manipulation and creation of hashes *)
|
(** Tezos - Manipulation and creation of hashes *)
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
(** Tezos Utility library - Hexadecimal encoding *)
|
(** Tezos Utility library - Hexadecimal encoding *)
|
||||||
|
|
||||||
(** Parses a sequence of hexadecimal characters pairs as bytes *)
|
(** Parses a sequence of hexadecimal characters pairs as bytes *)
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
(** In memory JSON data *)
|
(** In memory JSON data *)
|
||||||
type json =
|
type json =
|
||||||
[ `O of (string * json) list
|
[ `O of (string * json) list
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
val debug: ('a, Format.formatter, unit, unit) format4 -> 'a
|
val debug: ('a, Format.formatter, unit, unit) format4 -> 'a
|
||||||
val log_info: ('a, Format.formatter, unit, unit) format4 -> 'a
|
val log_info: ('a, Format.formatter, unit, unit) format4 -> 'a
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
type t
|
type t
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
(** Tezos - Persistent structures on top of {!Store} or {!Context} *)
|
(** Tezos - Persistent structures on top of {!Store} or {!Context} *)
|
||||||
|
|
||||||
(** Keys in (kex x value) database implementations *)
|
(** Keys in (kex x value) database implementations *)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
type t
|
type t
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
(**************************************************************************)
|
||||||
|
(* *)
|
||||||
|
(* Copyright (c) 2014 - 2016. *)
|
||||||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||||||
|
(* *)
|
||||||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||||
|
(* *)
|
||||||
|
(**************************************************************************)
|
||||||
|
|
||||||
(** Tezos Protocol Environment - Protocol Implementation Updater *)
|
(** Tezos Protocol Environment - Protocol Implementation Updater *)
|
||||||
|
|
||||||
type validation_result = {
|
type validation_result = {
|
||||||
|
@ -1 +0,0 @@
|
|||||||
type t
|
|
Loading…
Reference in New Issue
Block a user