Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update licenses versions #569

Merged
merged 1 commit into from
Apr 5, 2022
Merged
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
9 changes: 5 additions & 4 deletions scripts/licenses.ml
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,9 @@ POSSIBILITY OF SUCH DAMAGE.
Copyright (c) 2009-2018 <the authors, see individual headers on files>
|} ^isc
}
| "cstruct.6.0.1" | "cstruct-lwt.6.0.1" | "cstruct-sexp.6.0.1" | "ppx_cstruct.6.0.1" -> {
link = "https://github.com/mirage/ocaml-cstruct/blob/28dade8963a9edfddeb8dba782a8eae0341e80d4/LICENSE.md";
| "cstruct.6.0.1" | "cstruct-lwt.6.0.1" | "cstruct-sexp.6.0.1" | "ppx_cstruct.6.0.1"
| "cstruct.6.1.0" | "cstruct-lwt.6.1.0" | "cstruct-sexp.6.1.0" | "ppx_cstruct.6.1.0" -> {
mat007 marked this conversation as resolved.
Show resolved Hide resolved
link = "https://raw.githubusercontent.com/mirage/ocaml-cstruct/v6.1.0/LICENSE.md";
text = {|
Copyright (c) 2012 Anil Madhavapeddy [email protected] Copyright (c) 2012 Pierre Chambart Copyright (c) Christiano F. Haesbaert [email protected] Copyright (c) Citrix Inc Copyright (c) David Sheets [email protected] Copyright (c) Drup [email protected] Copyright (c) Hannes Mehnert [email protected] Copyright (c) Jeremy Yallop [email protected] Copyright (c) Mindy Preston [email protected] Copyright (c) Nicolas Ojeda Bar [email protected] Copyright (c) Richard Mortier [email protected] Copyright (c) Rudi Grinberg [email protected] Copyright (c) Thomas Gazagnaire [email protected] Copyright (c) Thomas Leonard [email protected] Copyright (c) Vincent Bernardoff [email protected] Copyright (c) pqwy [email protected]

Expand Down Expand Up @@ -640,8 +641,8 @@ Copyright (c) 2009-2018 <the authors, see individual headers on files>
link = "https://github.com/mirage/metrics/blob/0f48d63c5e1c0e33d7043b2c6e053ba380516433/LICENSE.md";
text = isc;
}
| "mirage-channel.4.0.1" -> {
link = "https://github.com/mirage/mirage-channel/blob/78e4546abd06f6ea07b7f8742e89db33f63aee2b/LICENSE.md";
| "mirage-channel.4.0.1" | "mirage-channel.4.1.0" -> {
link = "https://raw.githubusercontent.com/mirage/mirage-channel/v4.1.0/LICENSE.md";
text = {|
Copyright (c) 2011-2015 Anil Madhavapeddy [email protected]
Copyright (c) 2015 Mindy Preston
Expand Down