Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions bench/bench.ml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

open Bechamel
open Toolkit
Expand Down
20 changes: 10 additions & 10 deletions bin/ocamlformat-rpc/main.ml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

(** OCamlFormat-RPC *)

Expand Down
20 changes: 10 additions & 10 deletions bin/ocamlformat-rpc/main.mli
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)
20 changes: 10 additions & 10 deletions bin/ocamlformat/main.ml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

(** OCamlFormat *)

Expand Down
20 changes: 10 additions & 10 deletions bin/ocamlformat/main.mli
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)
20 changes: 10 additions & 10 deletions lib-rpc-server/ocamlformat_rpc.ml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

open Ocamlformat_lib
open Ocamlformat_stdlib
Expand Down
20 changes: 10 additions & 10 deletions lib-rpc/IO.ml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

module type S = sig
(** Defines the blocking interface for reading and writing to Cohttp
Expand Down
20 changes: 10 additions & 10 deletions lib-rpc/ocamlformat_rpc_lib.ml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

type format_args = Protocol.format_args =
{path: string option; config: (string * string) list option}
Expand Down
20 changes: 10 additions & 10 deletions lib-rpc/ocamlformat_rpc_lib.mli
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

(** OCamlformat RPC API.

Expand Down
20 changes: 10 additions & 10 deletions lib-rpc/protocol.ml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

type format_args =
{path: string option; config: (string * string) list option}
Expand Down
20 changes: 10 additions & 10 deletions lib-rpc/protocol.mli
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

type format_args =
{ path: string option
Expand Down
20 changes: 10 additions & 10 deletions lib/Assoc.ml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(**************************************************************************)
(* *)
(* OCamlFormat *)
(* *)
(* Copyright (c) Facebook, Inc. and its affiliates. *)
(* *)
(* This source code is licensed under the MIT license found in *)
(* the LICENSE file in the root directory of this source tree. *)
(* *)
(**************************************************************************)
(**************************************************************************
* *
* OCamlFormat *
* *
* Copyright (c) Facebook, Inc. and its affiliates. *
* *
* This source code is licensed under the MIT license found in *
* the LICENSE file in the root directory of this source tree. *
* *
**************************************************************************)

(** Associativities of Ast terms. *)
type t = Left | Non | Right
Expand Down
Loading