-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License? #22
Comments
I'm not sure. This is the original license for LambdaMOO which stunt is
derived:
Copyright (c) 1994, 1995, 1996 Xerox Corporation. All rights reserved.
Portions of this code were written by Stephen White, aka ghond.
Use and copying of this software and preparation of derivative works based
upon this software are permitted. Any distribution of this software or
derivative works must comply with all applicable United States export
control laws. This software is made available AS IS, and Xerox Corporation
makes no warranty about the software, its performance or its conformity to
any specification. Any person obtaining a copy of this software is
requested
to send their name and post office or electronic mail address to:
Pavel Curtis
Xerox PARC
3333 Coyote Hill Rd.
Palo Alto, CA 94304
[email protected]
That seems very MIT-like but it is not specifically the MIT license.
…On Sun, Dec 24, 2017 at 6:45 AM, Christopher John CZETTEL < ***@***.***> wrote:
Hi Todd!
I am interested in hacking and contributing to your fork of LambdaMOO.
Looking through the files I could not find any references under which
license you are distributing this.
Am I assuming correctly that this would be the MIT license?
Please be so kind and provide info which license you are using, perhaps
create a LICENSE file through the git project settings.
Looking forward to working with you.
Chris
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABf2gN3WQiuYeqx5EPSMiTJbkpQ3qJHuks5tDlVtgaJpZM4RL7cd>
.
|
Todd also uses a number of libraries like YAJL, which for example has a
similarly broad license:
/*
… * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. 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.
*
* 3. Neither the name of Lloyd Hilaiel 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 AUTHOR ``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 THE AUTHOR 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.
*/
On Sun, Dec 24, 2017 at 6:45 AM, Christopher John CZETTEL < ***@***.***> wrote:
Hi Todd!
I am interested in hacking and contributing to your fork of LambdaMOO.
Looking through the files I could not find any references under which
license you are distributing this.
Am I assuming correctly that this would be the MIT license?
Please be so kind and provide info which license you are using, perhaps
create a LICENSE file through the git project settings.
Looking forward to working with you.
Chris
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABf2gN3WQiuYeqx5EPSMiTJbkpQ3qJHuks5tDlVtgaJpZM4RL7cd>
.
|
@christopher-john-czettel thank you for your interest. yes, for the most part, licensing is noted in the respective source files. |
I guess "pseudo-MIT" is good enough for me, although I am still curious and might drop an email to [email protected] - should he still exist. ;-) Anyway... Thanks for your answers! I have a few further questions/ideas I will put in seperate issues. Chris |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Todd!
I am interested in hacking and contributing to your fork of LambdaMOO. Looking through the files I could not find any references under which license you are distributing this.
Am I assuming correctly that this would be the MIT license?
Please be so kind and provide info which license you are using, perhaps create a LICENSE file through the git project settings.
Looking forward to working with you.
Chris
The text was updated successfully, but these errors were encountered: