GithubHelp home page GithubHelp logo

Comments (5)

dwelch67 avatar dwelch67 commented on August 15, 2024

Understood, and I should do that. My feeling is it is public domain, take it, use it. What I wont do is take responsibility for whatever harm you do with it. ...hang on...googling...reading... sounds like public domain may not be the proper term, sounds like I need to take some action to show that it is available for use, use at your own risk, if you take it, call it your own, then try to take legal action against me or others, well that is your karma you have to deal with.

I dont like the existing popular licenses in that they are centered around you must keep this copyright statement and this license on subsequent copies. If you are going to take my code and change it, its yours, not mine I dont want my name tied to your code.

I will think more on this, thank you for the comments.

from raspberrypi.

asb avatar asb commented on August 15, 2024

Maybe Creative Commons CC0 is what you're after? It is essentially a public domain dedication designed to work around the fact public domain isn't recognised in the same way worldwide.

http://creativecommons.org/publicdomain/zero/1.0/
http://wiki.creativecommons.org/CC0_FAQ

Additionally, there is the license declaration sqlite uses. It has the problem that if you're not in the US you may be able to truly disclaim all copyright (by my understanding).

** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.

from raspberrypi.

dwelch67 avatar dwelch67 commented on August 15, 2024

Thanks, I have research and thinking to do about this...I like the
sqlite one, didnt know about it.

With respect to your coment, if I am in the US then what does that
mean? Is this related to

http://en.wikipedia.org/wiki/Public_domain_software

The Berne Convention ... a program is automatically subject to a copyright

Were you meaning that in the US an sqlite like statement I really may
not be giving it up (copyright) and outside the us I may really be?

David

On Thu, Jun 28, 2012 at 3:47 PM, Alex Bradbury
[email protected]
wrote:

Maybe Creative Commons CC0 is what you're after? It is essentially a public domain dedication designed to work around the fact public domain isn't recognised in the same way worldwide.

http://creativecommons.org/publicdomain/zero/1.0/
http://wiki.creativecommons.org/CC0_FAQ

Additionally, there is the license declaration sqlite uses. It has the problem that if you're not in the US you may be able to truly disclaim all copyright (by my understanding).

** The author disclaims copyright to this source code.  In place of
** a legal notice, here is a blessing:
**
**    May you do good and not evil.
**    May you find forgiveness for yourself and forgive others.
**    May you share freely, never taking more than you give.


Reply to this email directly or view it on GitHub:
#3 (comment)

from raspberrypi.

asb avatar asb commented on August 15, 2024

My apologies, I said "if you're not in the US you may be able to truly disclaim all copyright" but meant "if you're not in the US you may not be able to truly disclaim all copyright". Sqlite even sells licenses for people who are worried about this: http://www.sqlite.org/copyright.html listing one of the reasons to buy a license as "You are using SQLite in a jurisdiction that does not recognize the right of an author to dedicate their work to the public domain.". There's a discussion of the issue of European authors disclaiming copyright here: http://comments.gmane.org/gmane.comp.db.sqlite.general/12441

I think something like the Sqlite license would be just fine. This simple all permissive license text as suggested by GNU may also suit:
http://www.gnu.org/licenses/license-list.html#GNUAllPermissive

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.

from raspberrypi.

dwelch67 avatar dwelch67 commented on August 15, 2024

Thank you for your comments and concern. I have done some research. I like the Fair License but read somewhere that the warranty disclaimer needs more meat in the USA. Public Domain as you and everyone else mentions is just a sticky mess, better to just say I wrote it, you can use it, carry this around so that everyone knows I said that. The MIT License.

from raspberrypi.

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.