festung 0.9.1.1 → 0.9.1.2
raw patch · 2 files changed
+23/−5 lines, 2 files
Files
- LICENSE +20/−2
- festung.cabal +3/−3
LICENSE view
@@ -1,3 +1,21 @@-This project is not supposed to be public.+MIT License -(C) All right are reserved by Figo GmbH.+Copyright (c) 2018 figo GmbH++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.
festung.cabal view
@@ -2,16 +2,16 @@ -- -- see: https://github.com/sol/hpack ----- hash: ebdc5912062cc97ec9e5e5a7344f76f21fe91f27244623a2e9d0c3915663018c+-- hash: e7f0093ba569576074a631d9c840edc068adf0a51484943f9d94932cedfa96c5 name: festung-version: 0.9.1.1+version: 0.9.1.2 synopsis: Remote multi-db SQLCipher server description: festung is a server that provides an HTTP API to execute queries against encrypted SQLite databases. category: Concurrency homepage: http://www.figo.io-author: Figo GmbH+author: figo GmbH maintainer: developer@figo.io license: MIT license-file: LICENSE