Giter VIP home page Giter VIP logo

Comments (8)

evanbowman avatar evanbowman commented on May 20, 2024 1

I'll add the licences everywhere for now, and remove unused files later.

from blind-jump-portable.

evanbowman avatar evanbowman commented on May 20, 2024

It's not exactly that I copied the files and removed the licenses, you'll notice that some of the files don't even have the same names. I didn't want to have to link to the libgba library just for these files, and I copied the assembly instructions into these files, and probably didn't bother to copy the comment block at the top of the file. Now that I look at this licensing, does this mean that I need to convert this project to gpl, or just make the project open source, as I'm already doing?

P.s. Tonc, along with devkit arm, are specifically credited in the special thanks section of the in-game credits, I'm not trying to steal credit for other people's work. https://github.com/evanbowman/blind-jump-portable/blob/master/source/state/endingCreditsState.cpp#L67

from blind-jump-portable.

AntonioND avatar AntonioND commented on May 20, 2024

Yeah, the files don't have the same names, but the content is the same. I understand not wanting to link with libgba just for 2 or 3 files, to be honest, but the fix is really easy in this case.

libgba is LGPL. I'm not sure how it works when you link it statically, to be fair. The thing is, your game is MIT, which is less restrictive than LGPL, so all you have to do is keep it as it is, open source, and restore the headers.

Giving credit is nice, but if the files don't have the right copyright, whoever copies them from your game doesn't know where they came from or the license they have, and they may assume they are MIT-licensed.

EDIT: libtonc is MIT-licensed as well, even though that's not as clear. devkitPro/libtonc#4

from blind-jump-portable.

evanbowman avatar evanbowman commented on May 20, 2024

Ah I see, just a minute, I'll fix the files.

from blind-jump-portable.

evanbowman avatar evanbowman commented on May 20, 2024

Actually, I don't even think that I'm using any of the code from bios_math.s, at first I thought that these math routines from the bios were actually faster than the emulated division from devkitarm compiler, but turns out that there isn't really any significant difference, and in some cases, the compiler can optimize the emulated division better, because it has no concept really of what the assembly instructions in the bios look like.

from blind-jump-portable.

evanbowman avatar evanbowman commented on May 20, 2024

Ok, I added back the licenses. For memcpy.s, which never had a license attached to the file in the first place, I inserted the licence, from the PR that you linked, at the top of the file. Let me know if this is acceptable.

https://github.com/evanbowman/blind-jump-portable/blob/master/source/platform/gba/memcpy.s

from blind-jump-portable.

AntonioND avatar AntonioND commented on May 20, 2024

Works for me.

from blind-jump-portable.

evanbowman avatar evanbowman commented on May 20, 2024

Cool, thanks for your suggestions.

from blind-jump-portable.

Related Issues (7)

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.