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

Add LICENSE, update opam file #190

Merged
merged 1 commit into from
Mar 19, 2016
Merged
Show file tree
Hide file tree
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
34 changes: 34 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Copyright (c) Anil Madhavapeddy <[email protected]>
Copyright (c) Balraj Singh <[email protected]>
Copyright (c) Citrix Inc
Copyright (c) David Scott <[email protected]>
Copyright (c) Docker Inc
Copyright (c) Drup <[email protected]>
Copyright (c) Gabor Pali <[email protected]>
Copyright (c) Hannes Mehnert <[email protected]>
Copyright (c) Haris Rotsos <[email protected]>
Copyright (c) Kia <[email protected]>
Copyright (c) Luke Dunstan <[email protected]>
Copyright (c) Magnus Skjegstad <[email protected]>
Copyright (c) Mindy Preston <[email protected]>
Copyright (c) Nicolas Ojeda Bar <[email protected]>
Copyright (c) Pablo Polvorin <[email protected]>
Copyright (c) Richard Mortier <[email protected]>
Copyright (c) Thomas Gazagnaire <[email protected]>
Copyright (c) Thomas Leonard <[email protected]>
Copyright (c) Tim Cuthbertson <[email protected]>
Copyright (c) Vincent Bernardoff <[email protected]>
Copyright (c) lnmx <[email protected]>
Copyright (c) pqwy <[email protected]>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS l SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
11 changes: 11 additions & 0 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ authors: [
"Magnus Skjegstad"
"Mindy Preston"
"Thomas Leonard"
"David Scott"
"Gabor Pali"
"Hannes Mehnert"
"Haris Rotsos"
"Kia"
"Luke Dunstan"
"Pablo Polvorin"
"Tim Cuthbertson"
"lnmx"
"pqwy"
]
license: "ISC"
tags: ["org:mirage"]

build: [
Expand Down