Skip to content

Commit

Permalink
Normalise licenses to point to valid SPDX ids
Browse files Browse the repository at this point in the history
Ref. ocaml/opam#3976
This was done semi-manually. I didn't fix invalid licenses, just
normalised the ones that fit.
There are still some pearls like 'GPL-2.1', 'GPL-3 with OCaml linking exception',
or even 'BSD-3-clause with OCaml linking exception' !

Very crude list of sed expressions:

```
s/"GNU Lesser General Public License version 3"/"LGPL-3.0-only"/
s/"BSD3"/"BSD-3-Clause"/
s/"BSD-3"/"BSD-3-Clause"/
s/"BSD-2"/"BSD-2-Clause"/
s/"Apache 2.0"/"Apache-2.0"/
s/"BSD2"/"BSD-2-Clause"/
s/"GNU Lesser General Public License version 2.1"/"LGPL-2.1-only"/
s/"BSD-3-clause"/"BSD-3-Clause"/
s/"LGPL-2.1 with OCaml linking exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s/"Apache License 2.0"/"Apache-2.0"/
s/"Apache v2"/"Apache-2.0"/
s/"LGPL-3 with OCaml linking exception"/"LGPL-3.0-only with OCaml-LGPL-linking-exception"/
s/"LGPL-3.0 with OCaml linking exception"/"LGPL-3.0-only with OCaml-LGPL-linking-exception"/
s/"LGPL-2.1+ with OCaml linking exception"/"LGPL-2.1-or-later with OCaml-LGPL-linking-exception"/
s/"GNU General Public License version 3"/"GPL-3.0-only"/
s/"LGPL3"/"LGPL-3.0-only"/
s/"GNU LGPL v3"/"LGPL-3.0-only"/
s/"BSD-2-clauses"/"BSD-2-Clause"/
s/"GPL-3"/"GPL-3.0-only"/
s/"LGPL-2.0 with OCaml linking exception"/"LGPL-2.0-only with OCaml-LGPL-linking-exception"/
s/"CC0"/"CC0-1.0+"/
s/"LGPL"/"LGPL-2.0-or-later"/
s/"FreeBSD"/"BSD-2-Clause-FreeBSD"/
s/"GPL 2"/"GPL-2.0-only"/
s/"LGPL3+"/"LGPL-3.0-or-later"/
s/"LGPL + linking exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s/"GPL v3.0"/"GPL-3.0-only"/
s/"part BSD3, part LGPL 2.1"/"BSD-3-Clause" "LGPL-2.1-only"/
s/"LGPLv2.1-WITH-linking-exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s/"GPLv3"/"GPL-3.0-only"/
s/"LGPL-3.0-only with OCaml linking exception"/"LGPL-3.0-only with OCaml-LGPL-linking-exception"/
s/"Apache"/"Apache-1.0+"/
s/"BSD"/"BSD-3-Clause"/
s/"CeCILL"/"CeCILL-1.0+"/
s/"GPL"/"GPL-1.0-or-later"/
s/"MIT License"/"MIT"/
s/"Creative Commons Zero"/"CC0-1.0+"/
s/"LGPL-2 with OCaml linking exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s%"MIT/X11"%"MIT" "X11"%
s/"GPL-2"/"GPL-2.0-only"/
s/"LGPL-2.1 with static linking exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s/"GNU General Public License"/"GPL-1.0-or-later"/
s/"LGPL version 2.1"/"LGPL-2.1-only"/
s/"GPL2"/"GPL-2.0-only"/
s/"GPL 3"/"GPL-3.0-only"/
s/"LGPLv3 w/ linking exception"/"LGPL-3.0-only with OCaml-LGPL-linking-exception"/
s%"LGPLv3 w/ linking exception"%"LGPL-3.0-only with OCaml-LGPL-linking-exception"%
s%"gpl-v3"%"GPL-3.0-only"%
s/"BSD 2-Clause"/"BSD-2-Clause"/
s/"Apache2"/"Apache-2.0"/
s/"GNU Public License version 3"/"GPL-3.0-only"/
s/"Boost License Version 1.0"/"BSL-1.0"/
s/"GPLv2"/"GPL-2.0-only"/
s/"LGPL-2.1 with OCaml linking exception, BSD-3-clause, GPL-3.0"/"LGPL-2.1-only with OCaml-LGPL-linking-exception" "BSD-3-Clause" "GPL-3.0"/
s/"LGPLv2.1"/"LGPL-2.1-only"/
s/"LGPL with OCaml linking exception"/"LGPL-2.1-or-later with OCaml-LGPL-linking-exception"/
s/"LGPL 2.1+"/"LGPL-2.1-or-later"/
s/"AGPL"/"AGPL-3.0-only" "MIT"/
s/"LGPL 2.1 with OCaml linking exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s/"GNU General Public License version 2"/"GPL-2.0-only"/
s/"GNU Library General Public License version 2.1"/"LGPL-2.1-only"/
s/"ISC license"/"ISC"/
s/"GPL3"/"GPL-3.0-only"/
s/"LGPL-2"/"LGPL-2.1-only"/
s/"BSD 3-Clause License"/"BSD-3-Clause"/
s/"LGPL + static linking exception"/"LGPL-2.1-or-later with OCaml-LGPL-linking-exception"/
s/"LGPL-2.1 with linking exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s/"LGPL-2+ with OCaml linking exception"/"LGPL-2.1-or-later with OCaml-LGPL-linking-exception"/
s/"part ISC, part LGPL-2.1 with OCaml linking exception, part 3-clause BSD"/"ISC" "LGPL-2.1-only with OCaml-LGPL-linking-exception" "BSD-3-Clause"/
s/"LGPL 2.1 with linking exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s/"GPL v3"/"GPL-3.0-only"/
s/"LGPL v3"/"LGPL-3.0-only"/
s/"GPL  v3"/"GPL-3.0-only"/
s/"LGPL *v2"/"LGPL-2.1-only"/
s/"MPL2"/"MPL-2.0"/
s/"Artistic 2.0"/"Artistic-2.0"/
s/"BSD 3"/"BSD-3-Clause"/
s/"GNU Library General Public License version 2"/"LGPL-2.1-only"/
s/"gpl-3"/"GPL-3.0-only"/
s/"Apache Version 2.0"/"Apache-2.0"/
s/"part ISC, part LBPL-2.1 with OCaml linking exception, part 3-clause BSD"/"ISC" "LGPL-2.1-only with OCaml-LGPL-linking-exception" "BSD-3-Clause"/
s/"LGPL with linking exception"/"LGPL-2.1-or-later with OCaml-LGPL-linking-exception"/
s/\(license:.*\) and /\1" "/
s/\(license:.*\) + /\1" "/
s/\(license: *\)"\(.*".*".*\)/\1["\2]/
s/"LGPLv2+"/"LGPL-2.0-or-later"/
s/"GPLv2+"/"GPL-2.0-or-later"/
s/"BSD 3-Clause"/"BSD-3-Clause"/
s/"GPLv2 or later"/"GPL-2.0-or-later"/
s/"GPL v2+"/"GPL-2.0-or-later"/
s/"LGPL v2.1, or MPL v1.1"/["LGPL-2.1-only" "MPL-1.1"]/
s/"GPL-3 | BSD"/["GPL-3.0-only" "BSD-3-Clause"]/
s/"GPL-2+"/"GPL-2.0-or-later"/
s/"LGPL 2.1"/"LGPL-2.1-or-later"/
s/"GPL-v3"/"GPL-3.0-or-later"/
s/"LGPL 2.1"/"LGPL-2.1-only"/
s/"gnuplot license"/"gnuplot"/
s/"Eclipse Public License v1.0"/"EPL-1.0"/
s/"GPL 2.0"/GPL-2.0-only/
s/"GPLv2 & BSD-2-clause"/["GPL-2.0-only" "BSD-2-Clause"]/
s/"Artistic License 2.0"/"Artistic-2.0"/
s/"BSD-3-Clause, or LGPLv2.1+"/["BSD-3-Clause" "LGPL-2.1-or-later"]/
s/"GPL-1+"/"GPL-1.0-or-later"/
s/"GPL-2+"/"GPL-2.0-or-later"/
s/"LGPL 2 or later"/"LGPL-2.0-or-later"/
s/"LGPL 2"/"LGPL-2.0-only"/
s/"Apache Software License version 2.0"/"Apache-2.0"/
s/"LGPL-v2 with OCaml linking exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s/"LGPL-\?v\?3 with OCaml linking exception"/"LGPL-3.0-only with OCaml-LGPL-linking-exception"/
s/"LGPL-\?v\?3+ with OCaml linking exception"/"LGPL-3.0-or-later with OCaml-LGPL-linking-exception"/
s/"GPL v2+"/"GPL-2.0-or-later"/
s/"CeCILL-B v1"/"CeCILL-B"/
s/"CeCILL-B_V1"/"CeCILL-B"/
s/"GPL-3+"/"GPL-3.0-or-later"/
s/"LGPL-3"/"LGPL-3.0-only"/
s/"GPL v2"/"GPL-2.0-only"/
s/"GNU LGPL v3"/"LGPL-3.0-only"/
s/"GNU GPL v2"/"LGPL-2.0-only"/
s/"BSD 3-clause"/"BSD-3-Clause"/
s/"GPL-3+"/"GPL-3.0-or-later"/
s/"GNU Library General Public License"/"LGPL-2.0-or-later"/
s/"GNU Lesser General Public License version 2 or later"/"LGPL-2.0-or-later"/
s/"part ISC, part L.PL-2.1 with OCaml linking ecxeption, part 3-clause BSD"/["ISC" "LGPL-2.1-only with OCaml-LGPL-linking-exception" "BSD-3-Clause"]/
s/"LGPL-2.1-with-OCaml-exception"/"LGPL-2.1-only with OCaml-LGPL-linking-exception"/
s/"BSD (3-clause)"/"BSD-3-Clause"/
s/"ISC license"/"ISC"/
s/"Apache"/"Apache-1.0+"/
s/"LGPLv2+ with exceptions and GPLv2+"/["LGPL-2.0-or-later with exceptions" "GPL-2.0-or-later"]/
s/\(license:.*\)"LGPLv2+ /\1"LGPL-2.0-only /
s/"CeCILL-B v2"/"CeCILL-B-2.0"/
s/"LGPL-2.0 &\\n   LGPL-2.1 with OCaml linking exception &\\n   ISC"/["LGPL-2.0-only" "LGPL-2.1-only with OCaml-LGPL-linking-exception" "ISC"]/
```
  • Loading branch information
AltGr committed Sep 3, 2019
1 parent e2c5fda commit e9c61e1
Show file tree
Hide file tree
Showing 2,768 changed files with 2,768 additions and 2,780 deletions.
2 changes: 1 addition & 1 deletion packages/ANSITerminal/ANSITerminal.0.6.2/opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: [ "Christophe Troestler"
"Vincent Hugot" ]
license: "LGPL-3.0 with OCaml linking exception"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/Chris00/ANSITerminal"
dev-repo: "git+https://github.com/Chris00/ANSITerminal.git"
bug-reports: "https://github.com/Chris00/ANSITerminal/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/ANSITerminal/ANSITerminal.0.6.3/opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: [ "Christophe Troestler"
"Vincent Hugot" ]
license: "LGPL-3.0 with OCaml linking exception"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/Chris00/ANSITerminal"
dev-repo: "git+https://github.com/Chris00/ANSITerminal.git"
bug-reports: "https://github.com/Chris00/ANSITerminal/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/ANSITerminal/ANSITerminal.0.6.4/opam
Expand Up @@ -7,7 +7,7 @@ authors: [
homepage: "https://forge.ocamlcore.org/projects/ansiterminal/"
dev-repo: "git+https://github.com/Chris00/ANSITerminal.git"
bug-reports: "https://github.com/Chris00/ANSITerminal/issues"
license: "LGPL-3.0 with OCaml linking exception"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
tags: ["terminal"]
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
Expand Down
2 changes: 1 addition & 1 deletion packages/ANSITerminal/ANSITerminal.0.6.5/opam
Expand Up @@ -7,7 +7,7 @@ authors: [
homepage: "https://forge.ocamlcore.org/projects/ansiterminal/"
dev-repo: "git+https://github.com/Chris00/ANSITerminal.git"
bug-reports: "https://github.com/Chris00/ANSITerminal/issues"
license: "LGPL-3.0 with OCaml linking exception"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
tags: ["terminal"]
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
Expand Down
2 changes: 1 addition & 1 deletion packages/ANSITerminal/ANSITerminal.0.6/opam
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: [ "Christophe Troestler" ]
license: "LGPL-3.0 with OCaml linking exception"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/Chris00/ANSITerminal"
dev-repo: "git+https://github.com/Chris00/ANSITerminal.git"
bug-reports: "https://github.com/Chris00/ANSITerminal/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/ANSITerminal/ANSITerminal.0.7/opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: [ "Christophe Troestler"
"Vincent Hugot" ]
license: "LGPL-3.0 with OCaml linking exception"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/Chris00/ANSITerminal"
dev-repo: "git+https://github.com/Chris00/ANSITerminal.git"
bug-reports: "https://github.com/Chris00/ANSITerminal/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/ANSITerminal/ANSITerminal.0.8.1/opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: [ "Christophe Troestler"
"Vincent Hugot" ]
license: "LGPL-3.0 with OCaml linking exception"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/Chris00/ANSITerminal"
dev-repo: "git+https://github.com/Chris00/ANSITerminal.git"
bug-reports: "https://github.com/Chris00/ANSITerminal/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/ANSITerminal/ANSITerminal.0.8/opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: [ "Christophe Troestler"
"Vincent Hugot" ]
license: "LGPL-3.0 with OCaml linking exception"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/Chris00/ANSITerminal"
dev-repo: "git+https://github.com/Chris00/ANSITerminal.git"
bug-reports: "https://github.com/Chris00/ANSITerminal/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/Camldiets/Camldiets.0.2/opam
Expand Up @@ -3,7 +3,7 @@ maintainer: "opam-devel@lists.ocaml.org"
authors: ["Oliver Friedmann" "Martin Lange"]
homepage: "https://github.com/tcsprojects/camldiets"
bug-reports: "https://github.com/tcsprojects/camldiets/issues"
license: "BSD-3-clause"
license: "BSD-3-Clause"
dev-repo: "git://github.com/tcsprojects/camldiets.git"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
Expand Down
2 changes: 1 addition & 1 deletion packages/TCSLib/TCSLib.0.1/opam
Expand Up @@ -3,7 +3,7 @@ maintainer: "opam-devel@lists.ocaml.org"
authors: ["Oliver Friedmann" "Martin Lange"]
homepage: "https://github.com/tcsprojects/tcslib"
bug-reports: "https://github.com/tcsprojects/tcslib/issues"
license: "BSD-3-clause"
license: "BSD-3-Clause"
dev-repo: "git://github.com/tcsprojects/tcslib.git"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
Expand Down
2 changes: 1 addition & 1 deletion packages/TCSLib/TCSLib.0.2/opam
Expand Up @@ -4,7 +4,7 @@ version: "0.2"
maintainer: "opam-devel@lists.ocaml.org"
authors: [ "Oliver Friedmann"
"Martin Lange" ]
license: "BSD-3-clause"
license: "BSD-3-Clause"
homepage: "https://github.com/tcsprojects/tcslib"
dev-repo: "git://github.com/tcsprojects/tcslib.git"
bug-reports: "https://github.com/tcsprojects/tcslib/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/TCSLib/TCSLib.0.3/opam
Expand Up @@ -4,7 +4,7 @@ version: "0.3"
maintainer: "opam-devel@lists.ocaml.org"
authors: [ "Oliver Friedmann"
"Martin Lange" ]
license: "BSD-3-clause"
license: "BSD-3-Clause"
homepage: "https://github.com/tcsprojects/tcslib"
dev-repo: "git://github.com/tcsprojects/tcslib.git"
bug-reports: "https://github.com/tcsprojects/tcslib/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/abella/abella.2.0.2/opam
Expand Up @@ -6,7 +6,7 @@ authors: [
"Kaustuv Chaudhuri"
]
homepage: "http://abella-prover.org"
license: "GPL 3"
license: "GPL-3.0-only"
build: [[make]]
depends: [
"ocaml" {>= "4.01.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/abella/abella.2.0.3/opam
Expand Up @@ -6,7 +6,7 @@ authors: [
"Kaustuv Chaudhuri"
]
homepage: "http://abella-prover.org"
license: "GPL 3"
license: "GPL-3.0-only"
build: [[make]]
depends: [
"ocaml" {>= "3.12.1" & < "4.08.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/abella/abella.2.0.4/opam
Expand Up @@ -6,7 +6,7 @@ authors: [
"Kaustuv Chaudhuri"
]
homepage: "http://abella-prover.org"
license: "GPL 3"
license: "GPL-3.0-only"
build: [[make]]
depends: [
"ocaml" {>= "4.02.3" & < "4.08.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/abella/abella.2.0.5/opam
Expand Up @@ -6,7 +6,7 @@ authors: [
"Kaustuv Chaudhuri"
]
homepage: "http://abella-prover.org"
license: "GPL 3"
license: "GPL-3.0-only"
build: [[make]]
depends: [
"ocaml" {>= "4.02.3" & < "4.08.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/abella/abella.2.0.6/opam
Expand Up @@ -7,7 +7,7 @@ authors: [
"Kaustuv Chaudhuri"
]
homepage: "http://abella-prover.org"
license: "GPL 3"
license: "GPL-3.0-only"
build: [
[make "all" "abella.install"]
]
Expand Down
2 changes: 1 addition & 1 deletion packages/acgtk/acgtk.1.3.0/opam
Expand Up @@ -22,7 +22,7 @@ depends: [
"ocf"
]
homepage: "http://acg.gforge.inria.fr/"
license: "CeCILL"
license: "CeCILL-1.0+"
authors: ["Sylvain Pogodalla"]
bug-reports: "sylvain.pogodalla@inria.fr"
synopsis: "Abstract Categorial Grammar development toolkit."
Expand Down
2 changes: 1 addition & 1 deletion packages/acgtk/acgtk.1.3.1/opam
Expand Up @@ -23,7 +23,7 @@ depends: [
"ocf"
]
homepage: "http://acg.gforge.inria.fr/"
license: "CeCILL"
license: "CeCILL-1.0+"
authors: ["Sylvain Pogodalla"]
bug-reports: "sylvain.pogodalla@inria.fr"
synopsis: "Abstract Categorial Grammar development toolkit."
Expand Down
2 changes: 1 addition & 1 deletion packages/acgtk/acgtk.1.3.2/opam
Expand Up @@ -20,7 +20,7 @@ depends: [
]
dev-repo: "git+https://gitlab.inria.fr/ACG/dev/ACGtk.git"
homepage: "http://acg.gforge.inria.fr/"
license: "CeCILL"
license: "CeCILL-1.0+"
authors: ["Sylvain Pogodalla"]
bug-reports: "sylvain.pogodalla@inria.fr"
synopsis: "Abstract Categorial Grammar development toolkit."
Expand Down
2 changes: 1 addition & 1 deletion packages/acgtk/acgtk.1.3.3/opam
Expand Up @@ -20,7 +20,7 @@ depends: [
]
dev-repo: "git+https://gitlab.inria.fr/ACG/dev/ACGtk.git"
homepage: "http://acg.gforge.inria.fr/"
license: "CeCILL"
license: "CeCILL-1.0+"
authors: ["Sylvain Pogodalla"]
bug-reports: "sylvain.pogodalla@inria.fr"
synopsis: "Abstract Categorial Grammar development toolkit."
Expand Down
2 changes: 1 addition & 1 deletion packages/acgtk/acgtk.1.4.0/opam
Expand Up @@ -27,7 +27,7 @@ depends: [
dev-repo: "git+https://gitlab.inria.fr/ACG/dev/ACGtk.git"

homepage: "http://acg.inria.fr/"
license: "CeCILL"
license: "CeCILL-1.0+"
authors: ["Sylvain Pogodalla"]
bug-reports: "sylvain.pogodalla@inria.fr"

Expand Down
2 changes: 1 addition & 1 deletion packages/acgtk/acgtk.1.5.0/opam
Expand Up @@ -28,7 +28,7 @@ depends: [
dev-repo: "git+https://gitlab.inria.fr/ACG/dev/ACGtk.git"

homepage: "http://acg.inria.fr/"
license: "CeCILL"
license: "CeCILL-1.0+"
authors: ["Sylvain Pogodalla"]
bug-reports: "sylvain.pogodalla@inria.fr"

Expand Down
2 changes: 1 addition & 1 deletion packages/acme/acme.0.1/opam
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "raphael.proust@cl.cam.ac.uk"
authors: [ "Raphaël Proust" ]
license: "BSD"
license: "BSD-3-Clause"
build: make
remove: [
[make "uninstall"]
Expand Down
2 changes: 1 addition & 1 deletion packages/acpc/acpc.1.0/opam
Expand Up @@ -4,7 +4,7 @@ authors: ["Francois Berenger"]
homepage: "https://github.com/UnixJunkie/ACPC"
dev-repo: "git://github.com/UnixJunkie/ACPC"
bug-reports: "https://github.com/UnixJunkie/ACPC/issues"
license: "BSD"
license: "BSD-3-Clause"
build: [
["obuild" "configure"]
["obuild" "build"]
Expand Down
2 changes: 1 addition & 1 deletion packages/acpc/acpc.1.1.1/opam
Expand Up @@ -4,7 +4,7 @@ authors: ["Francois Berenger"]
homepage: "https://github.com/UnixJunkie/ACPC"
dev-repo: "git://github.com/UnixJunkie/ACPC"
bug-reports: "https://github.com/UnixJunkie/ACPC/issues"
license: "BSD"
license: "BSD-3-Clause"
build: [
["obuild" "configure"]
["obuild" "build"]
Expand Down
2 changes: 1 addition & 1 deletion packages/acpc/acpc.1.1/opam
Expand Up @@ -4,7 +4,7 @@ authors: ["Francois Berenger"]
homepage: "https://github.com/UnixJunkie/ACPC"
dev-repo: "git://github.com/UnixJunkie/ACPC"
bug-reports: "https://github.com/UnixJunkie/ACPC/issues"
license: "BSD"
license: "BSD-3-Clause"
build: [
["obuild" "configure"]
["obuild" "build"]
Expand Down
2 changes: 1 addition & 1 deletion packages/acpc/acpc.1.2.1/opam
Expand Up @@ -4,7 +4,7 @@ authors: ["Francois Berenger"]
homepage: "https://github.com/UnixJunkie/ACPC"
bug-reports: "https://github.com/UnixJunkie/ACPC/issues"
dev-repo: "git://github.com/UnixJunkie/ACPC"
license: "BSD"
license: "BSD-3-Clause"
build: [
["obuild" "configure"]
["obuild" "build"]
Expand Down
2 changes: 1 addition & 1 deletion packages/acpc/acpc.1.2.2/opam
Expand Up @@ -4,7 +4,7 @@ authors: ["Francois Berenger"]
homepage: "https://github.com/UnixJunkie/ACPC"
dev-repo: "git://github.com/UnixJunkie/ACPC"
bug-reports: "https://github.com/UnixJunkie/ACPC/issues"
license: "BSD"
license: "BSD-3-Clause"
build: [
["obuild" "configure"]
["obuild" "build"]
Expand Down
2 changes: 1 addition & 1 deletion packages/acpc/acpc.1.2.3/opam
Expand Up @@ -4,7 +4,7 @@ authors: ["Francois Berenger"]
homepage: "https://github.com/UnixJunkie/ACPC"
dev-repo: "git://github.com/UnixJunkie/ACPC"
bug-reports: "https://github.com/UnixJunkie/ACPC/issues"
license: "BSD"
license: "BSD-3-Clause"
build: [
["obuild" "configure"]
["obuild" "build"]
Expand Down
2 changes: 1 addition & 1 deletion packages/acpc/acpc.1.2/opam
Expand Up @@ -4,7 +4,7 @@ authors: ["Francois Berenger"]
homepage: "https://github.com/UnixJunkie/ACPC"
bug-reports: "https://github.com/UnixJunkie/ACPC/issues"
dev-repo: "git://github.com/UnixJunkie/ACPC"
license: "BSD"
license: "BSD-3-Clause"
build: [
["obuild" "configure"]
["obuild" "build"]
Expand Down
2 changes: 1 addition & 1 deletion packages/afl/afl.2.52b/opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
maintainer: "meetup@yomimono.org"
homepage: "http://lcamtuf.coredump.cx/afl"
bug-reports: "https://groups.google.com/forum/#!forum/afl-users"
license: "Apache v2"
license: "Apache-2.0"
build: [
[make] {arch = "x86_64"}
[make "AFL_NO_X86=1"] {arch != "x86_64"}
Expand Down
2 changes: 1 addition & 1 deletion packages/ago/ago.0.1/opam
Expand Up @@ -3,7 +3,7 @@ name: "ago"
version: "0.1"
maintainer: "Christian Lindig <lindig@gmail.com>"
authors: "Christian Lindig <lindig@gmail.com>"
license: "BSD"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/lindig/ocaml-ago.git"
build: [
[make]
Expand Down
2 changes: 1 addition & 1 deletion packages/ago/ago.0.2/opam
Expand Up @@ -3,7 +3,7 @@ name: "ago"
version: "0.2"
maintainer: "Christian Lindig <lindig@gmail.com>"
authors: "Christian Lindig <lindig@gmail.com>"
license: "BSD"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/lindig/ocaml-ago.git"
build: [
[make]
Expand Down
2 changes: 1 addition & 1 deletion packages/ago/ago.0.3/opam
Expand Up @@ -3,7 +3,7 @@ name: "ago"
version: "0.3"
maintainer: "Christian Lindig <lindig@gmail.com>"
authors: "Christian Lindig <lindig@gmail.com>"
license: "BSD"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/lindig/ocaml-ago.git"
build: [
[make]
Expand Down
2 changes: 1 addition & 1 deletion packages/ago/ago.0.4/opam
Expand Up @@ -3,7 +3,7 @@ name: "ago"
version: "0.4"
maintainer: "Christian Lindig <lindig@gmail.com>"
authors: "Christian Lindig <lindig@gmail.com>"
license: "BSD"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/lindig/ocaml-ago.git"
homepage: "https://github.com/lindig/ocaml-ago"
bug-reports: "https://github.com/lindig/ocaml-ago/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/agrep/agrep.1.0/opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
maintainer: "blue-prawn"
authors: ["Xavier Leroy"]
homepage: "http://forge.ocamlcore.org/projects/ocamlagrep/"
license: "LGPL"
license: "LGPL-2.0-or-later"
build: make
remove: [["ocamlfind" "remove" "agrep"]]
depends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/aifad/aifad.2.0.7/opam
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
license: "LGPL-2.1+ with OCaml linking exception"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
homepage: "http://mmottl.github.io/aifad"
dev-repo: "git+https://github.com/mmottl/aifad.git"
bug-reports: "https://github.com/mmottl/aifad/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/aifad/aifad.2.0.8/opam
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
license: "LGPL-2.1+ with OCaml linking exception"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
homepage: "http://mmottl.github.io/aifad"
dev-repo: "git+https://github.com/mmottl/aifad.git"
bug-reports: "https://github.com/mmottl/aifad/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/aifad/aifad.2.1.0/opam
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
license: "LGPL-2.1+ with OCaml linking exception"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
homepage: "https://mmottl.github.io/aifad"
dev-repo: "git+https://github.com/mmottl/aifad.git"
bug-reports: "https://github.com/mmottl/aifad/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/aifad/aifad.2.2.1/opam
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
license: "LGPL-2.1+ with OCaml linking exception"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
homepage: "https://mmottl.github.io/aifad"
dev-repo: "git+https://github.com/mmottl/aifad.git"
bug-reports: "https://github.com/mmottl/aifad/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/aifad/aifad.2.2.2/opam
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
license: "LGPL-2.1+ with OCaml linking exception"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
homepage: "https://mmottl.github.io/aifad"
doc: "https://mmottl.github.io/aifad/api"
dev-repo: "git+https://github.com/mmottl/aifad.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/alba/alba.0.4.0/opam
Expand Up @@ -3,7 +3,7 @@ name: "alba"
maintainer: "Helmut Brandl <helmut.brandl@gmx.net>"
authors: "Helmut Brandl <helmut.brandl@gmx.net>"
homepage: "http://albatross-lang.sourceforge.net"
license: "GPLv2"
license: "GPL-2.0-only"
dev-repo: "git+https://github.com/hbr/albatross.git"
bug-reports: "http://github.com/hbr/albatross"
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/alberto/alberto.0.3/opam
Expand Up @@ -15,7 +15,7 @@ depends: [
homepage: "https://github.com/selectel/alberto"
dev-repo: "git+https://github.com/selectel/alberto.git"
bug-reports: "https://github.com/selectel/alberto/issues"
license: "LGPL-2.1+ with OCaml linking exception"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
authors: "Sergei Lebedev"
synopsis: "OCaml interface to Erlang ports"
description: """
Expand Down

0 comments on commit e9c61e1

Please sign in to comment.