Git Product home page Git Product logo

Comments (6)

lazytiger avatar lazytiger commented on July 20, 2024

You can use it as you wish

from gumbo-query.

TechnikEmpire avatar TechnikEmpire commented on July 20, 2024

Just FYI, your header files and your CPP files include the following license block:

/***************************************************************************

  • Copyright (c) 2010 baimashi.com, Inc. All Rights Reserved
  • $Id$
  • **************************************************************************/

As such, this pretty much negates the uploading of the MIT license file. I'm wondering if you'd replace this full copyright claim with the MIT license text, or a short blurb saying "This file is made available under the MIT license - see LICENSE.txt"

Not trying to be picky, just that this kind of issue prevents open source projects from being used or included in other projects because it scares people away simply because they respect your right to claim full copyright. :) As it stands, none of us technically have any right to use this software because of the explicit "All Rights Reserved" without any declaration of rights to use the file under any license.

Thanks for publishing this code. :)

from gumbo-query.

TechnikEmpire avatar TechnikEmpire commented on July 20, 2024

For example, the proper way would be to replace the existing copyright claim blocks with the following:

/*
*
* Copyright (c) 2015 baimashi.com
* 
* 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.
*
*/

from gumbo-query.

lazytiger avatar lazytiger commented on July 20, 2024

Hi,
I am not familiar with all these open source license, but I put my code
on github for open source purpose, and hoping to help someone.
I have changed the license, wish to see your product.

2015-03-27 23:34 GMT+08:00 TechnikEmpire [email protected]:

Just FYI, your header files and your CPP files include the following
license block:

/***************************************************************************

  • Copyright (c) 2010 baimashi.com, Inc. All Rights Reserved
  • $Id$

    **************************************************************************/

As such, this pretty much negates the uploading of the MIT license file.
I'm wondering if you'd replace this full copyright claim with the MIT
license text, or a short blurb saying "This file is made available under
the MIT license - see LICENSE.txt"

Not trying to be picky, just that this kind of issue prevents open source
projects from being used or included in other projects because it scares
people away simply because they respect your right to claim full copyright.
:) As it stands, none of us technically have any right to use this software
because of the explicit "All Rights Reserved" without any declaration of
rights to use the file under any license.

Thanks for publishing this code. :)


Reply to this email directly or view it on GitHub
#1 (comment).

from gumbo-query.

TechnikEmpire avatar TechnikEmpire commented on July 20, 2024

@lazytiger I'd be happy to let you know what I'm using this in, when it's done. For now I'm curious, do you want me to file bugs here, or are you interested in just having people fork and work on the repo themselves?

from gumbo-query.

lazytiger avatar lazytiger commented on July 20, 2024

@TechnikEmpire I think both are ok.

from gumbo-query.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.