Top "Open-source" questions

QUESTIONS ABOUT LICENSING ARE OFF-TOPIC.

Script to detect shipping carrier by tracking number

I've seen several websites that can detect who is the shipping carrier based on the tracking number. Is there an …

php open-source tracking
Good portable SIMD library

can anyone recommend portable SIMD library that provides a c/c++ API, works on Intel and AMD extensions and Visual …

c++ open-source cross-platform simd
Web Based Open Source ERP Systems available in Java?

I need web based open source ERP system. I want the ERP system for one our client. They have super …

java open-source erp web-based
Can open source code hosted at github be closed-source?

Can the owner of an open source Github repository later decide to close it? What about other people's contribution to …

open-source github
Java OAuth Server

Are there any open source projects that enabled implementing OAuth Server? Apache Foundation ones?

java open-source oauth-2.0 oauth-provider
generic Enumeration to Iterable converter

HttpServletRequest is using a lot of java.util.Enumeration. I would like to use them in for-each, so i need …

java collections open-source enumerable
Where to find a reliable K-medoid(Not k-means) open source software/tool?

I am learning the K-medoids algorithm so I am sorry if I ask inappropriate questions. As I know,the K-medoids …

open-source cluster-analysis k-means
Is MS-PL (Microsoft Public License) code allowed in commercial product?

If someone wants to use parts of a code licensed under MS-PL and use it in a commercial product, is …

open-source licensing
Android open source game engines + tutorials

Hey iam pretty new to the android platform and wondering what the best open source game engine is and ples …

android open-source game-engine
Should I provide a LICENSE.txt or COPYING.txt file in my project?

Does it matter? Should I use one or the other? Or both, even? Can the license file be any name? (…

open-source licensing file-structure project-setup