Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
transfinite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
transfinite
Commits
0ad25f97
Commit
0ad25f97
authored
3 years ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
update license
parent
904f6c86
No related branches found
No related tags found
No related merge requests found
Pipeline
#44976
passed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE-ARTIFACT
+85
-0
85 additions, 0 deletions
LICENSE-ARTIFACT
LICENSE-CODE
+55
-0
55 additions, 0 deletions
LICENSE-CODE
with
140 additions
and
0 deletions
LICENSE-ARTIFACT
0 → 100644
+
85
−
0
View file @
0ad25f97
All files in this development, excluding those in docs/, are distributed
under the terms of the BSD license, included below.
* The development is based on the Coq development of the Iris project.
(https://gitlab.mpi-sws.org/iris/iris)
Copyright: Iris developers and contributors
* The files
- `theories/algebra/ordinals/set_sets.v`,
- `theories/algebra/ordinals/set_ordinals.v`,
- `theories/algebra/ordinals/set_functions.v`
are based on the Coq development of
"Formalised Set Theory: Well-Orderings and the Axiom of Choice", Dominik Kirst.
Available at https://www.ps.uni-saarland.de/~kirst/bachelor.php
* The file `theories/algebra/ordinals/set_model.v` is based on the Coq development of
"Large Model Constructions for Second-Order ZF in Dependent Type Theory"
by Dominik Kirst and Gert Smolka, CPP 2018
See https://www.ps.uni-saarland.de/Publications/details/KirstSmolka:2017:Large-Model.html.
which in turn is partly based on work by Chad Brown.
* The files in `theories/examples/safety/barrier/` are adapted from the Iris Examples project.
(https://gitlab.mpi-sws.org/iris/examples)
Copyright: Iris developers and contributors
* The file `theories/algebra/auth_frac.v` is taken from the Perennial project https://github.com/mit-pdos/perennial
subject to the MIT license:
MIT License
Copyright (c) 2021
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
* All other files, in particular the files and folders
- `theories/program_logic/refinement/`
- `theories/base_logic/satisfiable.v`
- `theories/bi/satisfiable.v`
- `theories/heap_lang/refinement_adequacy.v`
- `theories/heap_lang/termination_adequacy.v`
- `theories/examples/` except for `theories/examples/safety/`
- `theories/algebra/ordinals/arithmetic.v`
- `theories/algebra/ordinals/ord_stepindex.v`
- `theories/algebra/wf_IR.v`
- `theories/algebra/cofe_solver.v`
are Copyright: Transfinite Iris developers.
------------------------------------------------------------------------------
BSD LICENCE
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the <organization> nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This diff is collapsed.
Click to expand it.
LICENSE-CODE
+
55
−
0
View file @
0ad25f97
All files in this development, excluding those in docs/, are distributed
All files in this development, excluding those in docs/, are distributed
under the terms of the BSD license, included below.
under the terms of the BSD license, included below.
* The development is based on the Coq development of the Iris project.
(https://gitlab.mpi-sws.org/iris/iris)
Copyright: Iris developers and contributors
* The files
- `theories/algebra/ordinals/set_sets.v`,
- `theories/algebra/ordinals/set_ordinals.v`,
- `theories/algebra/ordinals/set_functions.v`
are based on the Coq development of
"Formalised Set Theory: Well-Orderings and the Axiom of Choice", Dominik Kirst.
Available at https://www.ps.uni-saarland.de/~kirst/bachelor.php
* The file `theories/algebra/ordinals/set_model.v` is based on the Coq development of
"Large Model Constructions for Second-Order ZF in Dependent Type Theory"
by Dominik Kirst and Gert Smolka, CPP 2018
See https://www.ps.uni-saarland.de/Publications/details/KirstSmolka:2017:Large-Model.html.
which in turn is partly based on work by Chad Brown.
* The files in `theories/examples/safety/barrier/` are adapted from the Iris Examples project.
(https://gitlab.mpi-sws.org/iris/examples)
Copyright: Iris developers and contributors
* The file `theories/algebra/auth_frac.v` is taken from the Perennial project https://github.com/mit-pdos/perennial
subject to the MIT license:
MIT License
Copyright (c) 2021
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
* All other files, in particular the files and folders
- `theories/program_logic/refinement/`
- `theories/base_logic/satisfiable.v`
- `theories/bi/satisfiable.v`
- `theories/examples/` except for `theories/examples/safety/`
- `theories/algebra/ordinals/arithmetic.v`
- `theories/algebra/ordinals/ord_stepindex.v`
- `theories/algebra/wf_IR.v`
- `theories/algebra/cofe_solver.v`
are Copyright: Transfinite Iris developers.
------------------------------------------------------------------------------
------------------------------------------------------------------------------
BSD LICENCE
BSD LICENCE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment