Skip to content

Commit 4ddea1f

Browse files
committed
Add <[email protected]> to the ISC license
1 parent 067ed49 commit 4ddea1f

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

LICENSE.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## ISC License
22

33
Copyright (c) 2013-2020 Thomas Gazagnaire <[email protected]>
4+
Copyright (c) 2019-2020 Craig Ferguson <[email protected]>
45

56
Permission to use, copy, modify, and distribute this software for any
67
purpose with or without fee is hereby granted, provided that the above

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(name repr)
66
(source (github mirage/repr))
77
(license ISC)
8-
(authors "Thomas Gazagnaire")
8+
(authors "Thomas Gazagnaire" "Craig Ferguson")
99
(maintainers "[email protected]")
1010

1111
(package

ppx_repr.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opam-version: "2.0"
33
synopsis: "PPX deriver for type representations"
44
description: "PPX deriver for type representations"
55
maintainer: ["[email protected]"]
6-
authors: ["Thomas Gazagnaire"]
6+
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
77
license: "ISC"
88
homepage: "https://github.com/mirage/repr"
99
bug-reports: "https://github.com/mirage/repr/issues"

repr-bench.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opam-version: "2.0"
33
synopsis: "Benchmarks for the `repr` package"
44
description: "Benchmarks for the `repr` package"
55
maintainer: ["[email protected]"]
6-
authors: ["Thomas Gazagnaire"]
6+
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
77
license: "ISC"
88
homepage: "https://github.com/mirage/repr"
99
bug-reports: "https://github.com/mirage/repr/issues"

repr-fuzz.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opam-version: "2.0"
33
synopsis: "Fuzz tests for the `repr` package"
44
description: "Fuzz tests for the `repr` package"
55
maintainer: ["[email protected]"]
6-
authors: ["Thomas Gazagnaire"]
6+
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
77
license: "ISC"
88
homepage: "https://github.com/mirage/repr"
99
bug-reports: "https://github.com/mirage/repr/issues"

repr.opam

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ This package defines a library of combinators for building dynamic type
66
representations and a set of generic operations over representable types, used
77
in the implementation of Irmin and related packages.
88

9-
It is not intended for public consumption and provides no stability guarantee.
9+
It is not yet intended for public consumption and provides no stability
10+
guarantee.
1011
"""
1112
maintainer: ["[email protected]"]
12-
authors: ["Thomas Gazagnaire"]
13+
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
1314
license: "ISC"
1415
homepage: "https://github.com/mirage/repr"
1516
bug-reports: "https://github.com/mirage/repr/issues"

0 commit comments

Comments
 (0)