Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
opam: add license fields to mirage-{unix,xen}.opam
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <dave@recoil.org>
  • Loading branch information
djs55 committed Mar 18, 2016
1 parent 3368c16 commit 71776b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mirage-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors: "The MirageOS team"
homepage: "https://github.com/mirage/mirage-platform"
bug-reports: "https://github.com/mirage/mirage-platform/issues/"
dev-repo: "https://github.com/mirage/mirage-platform.git"

license: "part ISC, part LBPL-2.1 with OCaml linking ecxeption, part 3-clause BSD"

This comment has been minimized.

Copy link
@hannesm

hannesm Apr 26, 2016

Member

@djs55: sure about LBPL? shouldn't that be LGPL? (same below)

This comment has been minimized.

Copy link
@avsm

avsm Apr 26, 2016

Member

Lesser BSD Public License? :-)

This comment has been minimized.

Copy link
@hannesm

hannesm Apr 26, 2016

Member

never heard of that.. Long Beach Public Library is what the Internet suggests for LBPL ;)

build: [make "unix-build"]
install: [make "unix-install" "PREFIX=%{prefix}%"]
remove: [make "unix-uninstall" "PREFIX=%{prefix}%"]
Expand Down
1 change: 1 addition & 0 deletions mirage-xen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors: "The MirageOS team"
homepage: "https://github.com/mirage/mirage-platform"
bug-reports: "https://github.com/mirage/mirage-platform/issues/"
dev-repo: "https://github.com/mirage/mirage-platform.git"
license: "part ISC, part LBPL-2.1 with OCaml linking ecxeption, part 3-clause BSD"

build: [make "xen-build"]
install: [make "xen-install" "PREFIX=%{prefix}%"]
Expand Down

3 comments on commit 71776b0

@djs55
Copy link
Member Author

@djs55 djs55 commented on 71776b0 Apr 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahem :)

@djs55
Copy link
Member Author

@djs55 djs55 commented on 71776b0 Apr 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also can't spell "exception"

@dbuenzli
Copy link

@dbuenzli dbuenzli commented on 71776b0 Apr 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw. isn't it possible to put this in a list, with each license in its own string and dropping the parts.

Please sign in to comment.