-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #361 from ejgallego/licensing_fixes
[doc] [license] Improve licensing situation.
- Loading branch information
Showing
243 changed files
with
2,428 additions
and
1,852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,24 @@ Upstream-Name: coq-serapi | |
Upstream-Contact: Emilio J. Gallego Arias <[email protected]> | ||
Source: https://github.com/ejgallego/coq-serapi | ||
License: LGPL-2.1+ | ||
Copyright: 2016-2022, MINES ParisTech / Inria | ||
Copyright: 2016-2023, MINES ParisTech / Inria / others | ||
Authors: Emilio J. Gallego Arias, Karl Palmskog, Clément Pit-Claudel, Kaiyu Yang | ||
|
||
Authors: Emilio J. Gallego Arias | ||
Files: sertop/js_sexp_printer.ml* | ||
License: MIT | ||
Copyright: Copyright (c) 2005--2023 Jane Street Group, LLC <[email protected]> | ||
|
||
Files: serlib/* serapi/* sertop/ser* sertop/comp* | ||
License: LGPL-2.1+ | ||
Copyright: 2016-2023, MINES ParisTech / Inria / others | ||
|
||
Files: notes/* | ||
License: LGPL-2.1+ / CC-BY-SA 3.0 | ||
|
||
Files: jscoq/* | ||
License: GPL-3+ | ||
|
||
Files: tests/genarg/* | ||
Authors: Karl Palmskog | ||
Licence: Derived from many projects as test cases, falls into fair-use | ||
|
||
Comment: the intent is to be compatible with Coq's license. Note that | ||
the LGPL-2.1+ allows to treat the code as GPL-3+ , and we favor | ||
that. In some cases, like when linking with jsCoq's code or other code | ||
that is GPL-3 only, the resulting .js or binaries files will be GPL-3. | ||
the LGPL-2.1+ allows to treat the code as GPL-3+ , and we favor that. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ maintainer: "[email protected]" | |
homepage: "https://github.com/ejgallego/coq-serapi" | ||
bug-reports: "https://github.com/ejgallego/coq-serapi/issues" | ||
dev-repo: "git+https://github.com/ejgallego/coq-serapi.git" | ||
license: "GPL-3.0-or-later" | ||
license: "LGPL-2.1-or-later" | ||
doc: "https://ejgallego.github.io/coq-serapi/" | ||
|
||
synopsis: "Serialization library and protocol for machine interaction with the Coq proof assistant" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
(* Compat_code *) | ||
(************************************************************************) | ||
(* * The Coq Proof Assistant / The Coq Development Team *) | ||
(* v * Copyright INRIA, CNRS and contributors *) | ||
(* <O___,, * (see version control and CREDITS file for authors & dates) *) | ||
(* VV/ **************************************************************) | ||
(* // * This file is distributed under the terms of the *) | ||
(* * GNU Lesser General Public License Version 2.1 *) | ||
(* * (see LICENSE file for the text of the license) *) | ||
(************************************************************************) | ||
|
||
(************************************************************************) | ||
(* SerAPI: Coq interaction protocol with bidirectional serialization *) | ||
(************************************************************************) | ||
(* Copyright 2016-2019 MINES ParisTech -- License LGPL 2.1+ *) | ||
(* Copyright 2019-2023 Inria -- License LGPL 2.1+ *) | ||
(* Written by: Emilio J. Gallego Arias and others *) | ||
(************************************************************************) | ||
|
||
let of_string = Gramlib.Stream.of_string | ||
let of_channel = Gramlib.Stream.of_channel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.