-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved axioms derived from Dafny into dedicated directory and added Ms-PL
- Loading branch information
1 parent
2f22e0f
commit a87610e
Showing
14 changed files
with
156 additions
and
56 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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
Microsoft Public License (Ms-PL) | ||
|
||
This license governs use of the accompanying software. If you use the | ||
software, you accept this license. If you do not accept the license, do | ||
not use the software. | ||
|
||
1. Definitions | ||
|
||
The terms "reproduce," "reproduction," "derivative works," and | ||
"distribution" have the same meaning here as under U.S. copyright law. | ||
|
||
A "contribution" is the original software, or any additions or changes | ||
to the software. | ||
|
||
A "contributor" is any person that distributes its contribution under | ||
this license. | ||
|
||
"Licensed patents" are a contributor's patent claims that read directly | ||
on its contribution. | ||
|
||
2. Grant of Rights | ||
|
||
(A) Copyright Grant- Subject to the terms of this license, including the | ||
license conditions and limitations in section 3, each contributor grants | ||
you a non-exclusive, worldwide, royalty-free copyright license to | ||
reproduce its contribution, prepare derivative works of its | ||
contribution, and distribute its contribution or any derivative works | ||
that you create. | ||
|
||
(B) Patent Grant- Subject to the terms of this license, including the | ||
license conditions and limitations in section 3, each contributor grants | ||
you a non-exclusive, worldwide, royalty-free license under its licensed | ||
patents to make, have made, use, sell, offer for sale, import, and/or | ||
otherwise dispose of its contribution in the software or derivative | ||
works of the contribution in the software. | ||
|
||
3. Conditions and Limitations | ||
|
||
(A) No Trademark License- This license does not grant you rights to use | ||
any contributors' name, logo, or trademarks. | ||
|
||
(B) If you bring a patent claim against any contributor over patents | ||
that you claim are infringed by the software, your patent license from | ||
such contributor to the software ends automatically. | ||
|
||
(C) If you distribute any portion of the software, you must retain all | ||
copyright, patent, trademark, and attribution notices that are present | ||
in the software. | ||
|
||
(D) If you distribute any portion of the software in source code form, | ||
you may do so only under this license by including a complete copy of | ||
this license with your distribution. If you distribute any portion of | ||
the software in compiled or object code form, you may only do so under a | ||
license that complies with this license. | ||
|
||
(E) The software is licensed "as-is." You bear the risk of using it. The | ||
contributors give no express warranties, guarantees or conditions. You | ||
may have additional consumer rights under your local laws which this | ||
license cannot change. To the extent permitted under your local laws, | ||
the contributors exclude the implied warranties of merchantability, | ||
fitness for a particular purpose and non-infringement. |
15 changes: 8 additions & 7 deletions
15
...ain/resources/multisets_axioms_dafny.smt2 → .../dafny_axioms/multisets_axioms_dafny.smt2
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
13 changes: 7 additions & 6 deletions
13
...sources/multisets_declarations_dafny.smt2 → ..._axioms/multisets_declarations_dafny.smt2
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
12 changes: 9 additions & 3 deletions
12
...ain/resources/sequences_axioms_dafny.smt2 → .../dafny_axioms/sequences_axioms_dafny.smt2
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
12 changes: 9 additions & 3 deletions
12
...sources/sequences_declarations_dafny.smt2 → ..._axioms/sequences_declarations_dafny.smt2
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
12 changes: 9 additions & 3 deletions
12
...resources/sequences_int_axioms_dafny.smt2 → ...ny_axioms/sequences_int_axioms_dafny.smt2
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
13 changes: 13 additions & 0 deletions
13
src/main/resources/dafny_axioms/sequences_int_declarations_dafny.smt2
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
; These axioms are derived from the corresponding axioms of the prelude of | ||
; Microsoft's Dafny tool by translating them from Boogie to SMT-LIB. Visit | ||
; http://dafny.codeplex.com for more information about the Dafny verifier. | ||
; | ||
; This file is subject to the terms of the Microsoft Public License | ||
; (Ms-PL). A copy of the Ms-PL can be found in the same directory in which | ||
; this file is located. | ||
|
||
|
||
|
||
; Declarations specific to integer sequences | ||
|
||
(declare-fun $Seq.rng (Int Int) $Seq<Int>) |
12 changes: 8 additions & 4 deletions
12
src/main/resources/sets_axioms_dafny.smt2 → ...urces/dafny_axioms/sets_axioms_dafny.smt2
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
12 changes: 8 additions & 4 deletions
12
...in/resources/sets_declarations_dafny.smt2 → ...dafny_axioms/sets_declarations_dafny.smt2
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 was deleted.
Oops, something went wrong.
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