toddsundsted / stunt

LambdaMOO with multiple inheritance, anonymous objects, HTTP, JSON <-> MOO translation, better crypto, a map datatype and a RESTful interface.
http://stunt.io/
72 stars 17 forks source link

License? #22

Open christopher-john-czettel opened 6 years ago

christopher-john-czettel commented 6 years ago

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

SpiraMirabilis commented 6 years ago

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 Pavel@Xerox.Com

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 < notifications@github.com> 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 https://github.com/toddsundsted/stunt/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/ABf2gN3WQiuYeqx5EPSMiTJbkpQ3qJHuks5tDlVtgaJpZM4RL7cd .

SpiraMirabilis commented 6 years ago

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.
    1. 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.
    1. 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 < notifications@github.com> 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 https://github.com/toddsundsted/stunt/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/ABf2gN3WQiuYeqx5EPSMiTJbkpQ3qJHuks5tDlVtgaJpZM4RL7cd .

toddsundsted commented 6 years ago

@christopher-john-czettel thank you for your interest. yes, for the most part, licensing is noted in the respective source files.

christopher-john-czettel commented 6 years ago

I guess "pseudo-MIT" is good enough for me, although I am still curious and might drop an email to Pavel@Xerox.Com - should he still exist. ;-)

Anyway...

Thanks for your answers!

I have a few further questions/ideas I will put in seperate issues.

Chris