Skip to main content

Questions tagged [software-use]

0 votes
1 answer
929 views

What file(s) (on GitHub) should have the copyright owner's name for GPL3?

Lots of projects on GitHub have a GPL3 License, as it's easily created by their software when you want to add a license and you choose GPL3. However, unlike the MIT license, you don't put your own ...
Fuhrmanator's user avatar
4 votes
2 answers
891 views

Question on license for piece of U.S. Federal Government produced software

The license attached to the script/software reads as follows: “Software code created by U.S. Government employees is not subject to copyright in the United States(17 U.S.C. §105). The United States/...
Devon  Oliver's user avatar
7 votes
2 answers
5k views

How is 'commercial use' of software defined?

Licenses often distinguish between commercial use and non-commercial use. I found different sources discussing this topic: What is commercial and non-commercial? What Does Commercial Software Mean? ...
stackprotector's user avatar
3 votes
1 answer
1k views

Can I put a license on my code if it uses external libraries?

I'm currently developing a software in Python which is importing functions of libraries. So I was asking myself: do the licenses of the libraries I use in my software apply to my code? And if not, can ...
wwwGeneral's user avatar
1 vote
2 answers
156 views

What does Richard Stallman refer to when he talks about a PS3 compelled update?

I am watching this address by Richard Stallman at TEDxGeneva 2014. At minute 5:04, it talks about a compelled PS3 update. Sony, he said, compelled the users to update their PS3 system, threatening ...
robertspierre's user avatar
2 votes
1 answer
85 views

Reusing the original idea of a project without mentioning it

I found a project that is very clever and I would like to build my own but using some of their ideas. That's basically what I did but now the code is similar, because we follow the same idea, but I ...
Voko's user avatar
  • 123
3 votes
1 answer
92 views

How to evaluate the reach of an open source project when there are 0 projects in its repo dependents?

I am constantly using open source projects during my work. Usually I view the dependents graph to see which other open source projects use it. However, How do I gauge the reach of a project such as ...
moshevi's user avatar
  • 131
-3 votes
1 answer
276 views

Liability for errors in open source software

Is the government liable in all cases of the open-source software? Who except the government is to accept liability in the first place (later on, liability will be fixed on the erring ...
user37920's user avatar
3 votes
0 answers
758 views

Can I use CC BY-NC software for machine learning and analysis purposes?

I have a task at work which requires me to build AI that can do general game playing. Contemplating this task, I have found several games that I would like to use in doing training and analysis to ...
thayne's user avatar
  • 131
3 votes
1 answer
129 views

What are good arguments against my university teacher's justification, which is that the softwares taught are the industry standards?

I will have the chance to take part in a meeting with the whole department of my university program (translation degree) and I would like to address what I believe to be a major problem, namely the ...
ludovikbt's user avatar
3 votes
1 answer
121 views

What are the guidelines I must abide by in order to use this code I found on GitHub in my own Chrome Extension?

Here is the code. This too, a large portion of it. I'm not associated with any organization, I'm just trying to create a Chrome Extension that I will post to the Chrome Web Store and expect people to ...
Lanegan's user avatar
  • 33
10 votes
1 answer
1k views

Can I redistribute node.exe in my commercial Application's Installer?

I want to use node.exe and a very simple Javascript that essentially uses only the net module for some functionality in my product. I don't need anything else. I know electron and other frameworks are ...
dNyaanopaasak's user avatar
-4 votes
1 answer
48 views

user communication with open source [closed]

regarding using/developing, reporting issues (bugs/usability issues) or requesting new feature, what are the obstacles in front of users to let their voice be heard? what mechanisms and ...
0ne0's user avatar
  • 1
8 votes
6 answers
2k views

Is there a license which prevents misuse of the source code?

How do I prevent the misuse of my applications and/or their source codes? Maybe something along these lines: You are NOT allowed to bundle this application with anything that may count as: Malware, ...
undo's user avatar
  • 209
2 votes
1 answer
276 views

How should I license my source code? [closed]

I have written a commercial application which contains closed source code and a script API which is open source. Currently I have a CLA similar to this which has to be signed by each contributor to be ...
user4047's user avatar

15 30 50 per page