I'm currently talking with one of the onShore people about possibly uploading their uncommonsql package to the common-lisp.net web site so that it may have a home for community development. It's looking likely that I'll be getting a CVS repository dump from them before too long.
Here's the relevant project info (I don't have a member list as of now...its unclear as to whether or not the original maintainers will want to continue working on it):
UncommonSQL, a database abstraction layer for Common Lisp providing both a functional interface as well as a CLOS object relational layer. The software is a fork from MaiSQL, and has been developed for a few years by onShore, Inc and it is released under a MIT/X-like software license.
Here's the current copyright notice:
Copyright (C) 1999 Pierre Mai Copyright (C) 2000-2001 onShore Development, Inc.
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 AUTHOR 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.
Except as contained in this notice, the name of the author shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the author.
Currently Members:
Anthony W. Juckel awj@juckel.net
On Mon, 22 Mar 2004, Anthony W. Juckel wrote:
UncommonSQL, a database abstraction layer for Common Lisp providing both a functional interface as well as a CLOS object relational layer. The software is a fork from MaiSQL, and has been developed for a few years by onShore, Inc and it is released under a MIT/X-like software license.
Approved,
-- Nikodemus Siivola
Nikodemus Siivola tsiivola@cc.hut.fi writes:
On Mon, 22 Mar 2004, Anthony W. Juckel wrote:
UncommonSQL, a database abstraction layer for Common Lisp providing both a functional interface as well as a CLOS object relational layer. The software is a fork from MaiSQL, and has been developed for a few years by onShore, Inc and it is released under a MIT/X-like software license.
Approved,
I second that.
Regards, Mario.
On Mar 22, 2004, at 5:09 PM, Anthony W. Juckel wrote:
I'm currently talking with one of the onShore people about possibly uploading their uncommonsql package to the common-lisp.net web site so that it may have a home for community development. It's looking likely that I'll be getting a CVS repository dump from them before too long.
You say "Possible creation", as it has been approved, would you like it to be created?
If so, I'll need your GPG/PGP public key.
Erik.
Erik Enge wrote:
On Mar 22, 2004, at 5:09 PM, Anthony W. Juckel wrote:
I'm currently talking with one of the onShore people about possibly uploading their uncommonsql package to the common-lisp.net web site so that it may have a home for community development. It's looking likely that I'll be getting a CVS repository dump from them before too long.
You say "Possible creation", as it has been approved, would you like it to be created?
If so, I'll need your GPG/PGP public key.
Erik.
Possible because I'm still waiting to get the final ok from the original developer. I've been speaking with them, so I don't assume there will be a problem, but I'd rather wait until I actually have the files before creating the project. I wanted to know if common-lisp.net would allow us to host it there, or if I should be checking sourceforge, or something similar. I didn't expect such a quick response. Glad to hear that it has been accepted.
I'll send my key once I have the final files from the old maintainers.
Anthony W. Juckel