Giter Club home page Giter Club logo

Comments (4)

AdamYuan avatar AdamYuan commented on May 29, 2024

Probably.
The reason I haven't set a license is that my octree traversal code is "translated" from the CUDA code in https://code.google.com/archive/p/efficient-sparse-voxel-octrees/.
I'm not sure how to deal with it. Do I just need to copy its license text on the top of the code?

from sparsevoxeloctree.

Qix- avatar Qix- commented on May 29, 2024

Define 'translated' here? Did you copy/paste and then spruce up? Or did you write new code based on the process/concepts/ideas/algorithm?

If the former, then at least the parts that were copied must be individually licensed and copyrighted under the original license (BSD 3 clause is usually OK too, fwiw). The rest of the code you wrote originally can be licensed however you'd like.

In the latter case it's a bit more grey-area but you can probably license it however you'd like.

Given that the original is pretty liberally licensed, it might be best/safest to just license under BSD 3 clause with an attribution to the original author(s) in e.g. header comments or a README mention or something, where applicable :)

Also thanks for the response! 🙂

from sparsevoxeloctree.

AdamYuan avatar AdamYuan commented on May 29, 2024

The license is finally added. Thanks for your help!

from sparsevoxeloctree.

Qix- avatar Qix- commented on May 29, 2024

No problem :) Thanks for adding it!

from sparsevoxeloctree.

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.