Coder Social home page Coder Social logo

Comments (18)

rufuspollock avatar rufuspollock commented on July 16, 2024 2

@adriens you actually just create them as json files in https://github.com/okfn/licenses/tree/master/licenses see e.g. https://github.com/okfn/licenses/blob/master/licenses/CC-BY-4.0.json

Note the NC licenses are all not open (that's why they weren't in here before) -- see e.g. https://blog.okfn.org/2010/06/24/why-share-alike-licenses-are-open-but-non-commercial-ones-arent/ and https://blog.okfn.org/2012/10/04/making-a-real-commons-creative-commons-should-drop-the-non-commercial-and-no-derivatives-licenses/

So if you add them you need to make sure you have "od_conformance": "rejected" -- see e.g. https://github.com/okfn/licenses/blob/master/licenses/ukclickusepsi.json

from licenses.

rufuspollock avatar rufuspollock commented on July 16, 2024 2

@adriens thanks!

@mlinksva @Stephen-Gates @ldodds @jwyg @hlainchb would love your thoughts and comments here before merging. I think it makes sense to have these in if properly flagged as "not open".

from licenses.

Stephen-Gates avatar Stephen-Gates commented on July 16, 2024 2

Agreed

from licenses.

rufuspollock avatar rufuspollock commented on July 16, 2024 1

@adriens good point - would you be up for opening a pull request to fix that?

from licenses.

hlainchb avatar hlainchb commented on July 16, 2024 1

from licenses.

ldodds avatar ldodds commented on July 16, 2024 1

Makes sense to me.

from licenses.

rufuspollock avatar rufuspollock commented on July 16, 2024 1

FIXED. Have merged the PRs for this. 👍

from licenses.

adriens avatar adriens commented on July 16, 2024 1

so.... we are all good ❔ 🤩

from licenses.

mlinksva avatar mlinksva commented on July 16, 2024 1

@adriens the CSV file is generated by a script. Fixed various small issues (and one largish--ND is not OD conformant) with the added licenses, ported the script to python 3, ran the script in #100

from licenses.

adriens avatar adriens commented on July 16, 2024 1

Yup, now everything works out of the box, check this

select * from 
read_csv_auto('https://raw.githubusercontent.com/okfn/licenses/master/licenses.csv')
where
    id like 'CC-BY-ND%' or
    id like 'CC-BY-NC%';

image

from licenses.

adriens avatar adriens commented on July 16, 2024

Yup, I could, is the only thing to do is to manually feed the licenses.csv ?

from licenses.

adriens avatar adriens commented on July 16, 2024

I have created three distincts PRs for an easier review process 🤞

from licenses.

adriens avatar adriens commented on July 16, 2024

😸 🤞

from licenses.

adriens avatar adriens commented on July 16, 2024

👐

from licenses.

adriens avatar adriens commented on July 16, 2024

Looks like I cannot find them on the csv 🙏 😅

from licenses.

adriens avatar adriens commented on July 16, 2024

image

from licenses.

adriens avatar adriens commented on July 16, 2024

image

from licenses.

adriens avatar adriens commented on July 16, 2024

image

from licenses.

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.