Fix type in package license
Add license information
Add README
This repository provides bindings to the Qubes Database client library to GNU Guile. It aims to be as minimal as possible, providing only type translation. The exception to this is management of connections to the Qubes Database server, which is provided through a traditional scheme abstraction. See the top of the scheme source file for detailed documentation.
These bindings are provided under GPL 2 (or later). This license was selected to match the license of the upstream library, since it is doing practically all of the work that makes these bindings useful. My primary intention in maintaining these bindings is to ease integration with GNU Guix, which is licensed under GPL 3 (or later). The "or later" clause in the client library means that these projects are compatible.