Giter Site home page Giter Site logo

Comments (11)

dominictarr avatar dominictarr commented on May 3, 2024

maybe patchwork should be GPL? it's a application, not a library. that is quite different.
the Mozilla Licence is also a nice compromise between the two...
the modified parts of the core application must be published, but additions don't need to be.

from patchwork.

ahdinosaur avatar ahdinosaur commented on May 3, 2024

i recently wrote up a rundown of all license strategies i'm aware of, maybe it's helpful here.

from patchwork.

pfrazee avatar pfrazee commented on May 3, 2024

Thanks, @ahdinosaur.

So, an MIT license would let some group take the source code, make changes, and give it to their clients without the source, right? The point of the GPL is to say, you have to keep this open source.

from patchwork.

ahdinosaur avatar ahdinosaur commented on May 3, 2024

So, an MIT license would let some group take the source code, make changes, and give it to their clients without the source, right?

right.

The point of the GPL is to say, you have to keep this open source.

yes. however in the context of a network application, it's recommended to use AGPL, since according to the GPL it's possible to get around having to open source your modified versions if the application is accessed over a network.

for a project like this (and my own projects), i'd recommend copyleft (AGPL) and probably loose copyright since it's easier, i.e. what zmq champions for dubbed 'C4' where it's intentionally impossible for anyone to later change the license.

my dream license is the mythical "peer production license", where:

  • if you are using the software to build open source software, you may use it for free like a copyleft license
  • if you are a not-for-profit or worker-owned business, you may use it for free like a copyfarleft license
  • if you are a “project member”, you may use it for free like a like a reciprocity license
  • if you are using the software to build any closed source software, are for-profit, and are not a “project member”, you must share a percentage of your revenue like a reciprocity license

from patchwork.

reqshark avatar reqshark commented on May 3, 2024

for a project like this (and my own projects), i'd recommend copyleft (AGPL) and probably loose copyright since it's easier, i.e. what zmq champions for dubbed 'C4' where it's intentionally impossible for anyone to later change the license.

look at the what the original author of ZeroMQ did after he left the project and completely rewrote that networking protocol simplified using only C (not C++):

http://nanomsg.org/documentation-zeromq.html

http://250bpm.com/blog:15

from patchwork.

reqshark avatar reqshark commented on May 3, 2024

btw i think reciprocity license sounds difficult to maintain and goes against internet freedom ideas

from patchwork.

mixmix avatar mixmix commented on May 3, 2024

I think ensuring open-ness of code is vital to the mission.
This is an area I need to upskill in. Thanks for the summary @ahdinosaur !

from patchwork.

pfrazee avatar pfrazee commented on May 3, 2024

Similar to @ahdinosaur's peer-production license, we've been talking about a dual license. Free for personal use, paid for commercial use. Would also like a copyleft protection (stronger than MIT). For reciprocity, could award commercial licenses to businesses that contribute to the project.

from patchwork.

 avatar commented on May 3, 2024

I think GPL or AGPL seems pretty good since patchwork is an application. The underlying libraries are all liberally licensed, so people who want to use patchwork infrastructure for possibly commercial purposes have a good place to start. A straightforward license will make it easier to get patchwork listed in package managers and makes it easier for end-users to understand their freedoms and obligations.

As for the question of how patchwork/ssb can become a sustainable cooperatively run project, the wordpress/ghost model seems good: charge for running pub servers as a service to increase availability. From there you could also run other ancillary services that hook into ssb like build/CI tools, data wharehousing, or other things that have an inherent cost under a p2p architecture.

from patchwork.

aredridel avatar aredridel commented on May 3, 2024

Practically speaking, I've never seen an MIT-licensed user-facing application turned commercial by anyone. I'm not sure that actually happens in the world -- too much pressure to brand, for sure, and control user experience.

from patchwork.

pfrazee avatar pfrazee commented on May 3, 2024

Done, we used GPL

from patchwork.

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.