Git Product home page Git Product logo

Comments (5)

rsjudka avatar rsjudka commented on June 30, 2024

ummm 😅 don't think I've ever considered that

tbh wouldn't know where to start in deciding that..

from dash.

nakato avatar nakato commented on June 30, 2024

Currently, as there isn't a license, the work defaults to an exclusive copyright, which means nobody but the copyright holder can clone, compile, execute, look at or modify the code in this project. Looking at the issues in this project, that does not seem to be the intent here. You can read about the impact of not having a license at https://choosealicense.com/no-permission/

I'm not a license expert, but in the case of this project, I would suggest adopting GPLv3.
If you wanted to do that, this GitHub URL will allow you to kick this off from the web https://github.com/openDsh/dash/community/license/new?template=GPL-3.0 or you can copy the GPLv3 text into a file called "LICENSE" at the root of the repository.

While there are many licenses available, and two other popular ones are MIT and Apache, the reason I'd suggest GPLv3 in this context is because the upstream libraries are GPLv3, and that keeps license compatibility simple.

For example, if the Apache license was used, GPL code cannot be used from the Apache licensed project. https://www.apache.org/licenses/GPL-compatibility.html

MIT is very permissive, but I think that would require constant monitoring of what libraries are used and how they are used in this project, which could be burdensome.

from dash.

nakato avatar nakato commented on June 30, 2024

@rsjudka
I wanted to chase this up. I've got some nix tooling done up to openauto, and I'd like to get dash into it as well so I can see dash in action and also share this nix work. I think the nix tooling might be rather useful, as getting openauto running wasn't super straightforward due to its sensitivity to the version of its dependencies. The nix tooling isn't specific to NixOS, it can be used on Arch, Debian, Fedora, etc.

from dash.

rsjudka avatar rsjudka commented on June 30, 2024

just added a license! thank you for help

from dash.

rsjudka avatar rsjudka commented on June 30, 2024

yes that would be amazing! i know a few ppl have taken the initial steps to getting a build tool/image/etc but never really got too far

if we can get this added for dash it would make setting up and dev work a breeze 😄

closing because this issue was specific to the license. Please open another issue or find us on Slack to discuss the nix tooling! or a PR if you get there ;)

from dash.

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.