chore: use standard format for license

This commit is contained in:
Simon Cruanes 2021-08-05 10:28:09 -04:00
parent aa05f69471
commit 824dfb427c
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ version: "3.5"
author: "Simon Cruanes" author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "A set of advanced datatypes for containers" synopsis: "A set of advanced datatypes for containers"
license: "BSD-2" license: "BSD-2-Clause"
build: [ build: [
["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name ] {with-doc} ["dune" "build" "@doc" "-p" name ] {with-doc}

View file

@ -2,7 +2,7 @@ opam-version: "2.0"
version: "3.5" version: "3.5"
author: "Simon Cruanes" author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
license: "BSD-2" license: "BSD-2-Clause"
synopsis: "An extension of containers for threading" synopsis: "An extension of containers for threading"
build: [ build: [
["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs]

View file

@ -3,7 +3,7 @@ name: "containers"
version: "3.5" version: "3.5"
author: "Simon Cruanes" author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
license: "BSD-2" license: "BSD-2-Clause"
synopsis: "A modular, clean and powerful extension of the OCaml standard library" synopsis: "A modular, clean and powerful extension of the OCaml standard library"
build: [ build: [
["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs]