Questions tagged [software]
For questions about software in an open-source context; its uses and limitations.
124 questions
2
votes
1
answer
73
views
What are effective, license-compliant methods to integrate AGPL software into cloud-based research tools?
Suppose a web-based scientific application uses an AGPL-licensed computational backend. What practical strategies allow the frontend to interface with that backend without triggering broader AGPL ...
4
votes
1
answer
620
views
How can R and its associate software be distributed (incompatible LGPL 2.1 and Apache 2)
R is distributed mainly under the GPL2 or GPL3, but there are also some header files(?) under the LGPL-2.1. The header files go outside my current comprehension.
https://www.r-project.org/Licenses/
...
1
vote
2
answers
179
views
How to run license-compliance analysis for R project, FOSSology does not seem to be suitable
If I want to publish an R project on GitHub (not an R package on CRAN) how in practice I can execute license analysis on the code and select appropriate license for the repository? An automated ...
10
votes
2
answers
2k
views
VS Code "community-maintained" in different OS
From VS Code setup docs, both Arch Linux and NixOS installation guide says below as package description:
There is a community-maintained ... (package)
I have known that as for Arch Linux, VSCode is ...
0
votes
1
answer
95
views
Can I use CIE spectra in commercial code without sharing the code?
The CIE (international commission on illumination) has a lot of spectra defined in its ISO standards. They publish them on their website (https://cie.co.at/data-tables) with a CC BY-SA 4.0 license (...
5
votes
1
answer
407
views
Why can Firefox use OpenH264 for video calls but not to play videos?
Firefox relies on system codecs to play H.264 videos, but has an OpenH264 plugin to handle video calls even when you don't have the proper system codecs: Why is there an OpenH264 plugin in Firefox?
...
2
votes
1
answer
165
views
Question about external libraries license
I've a doubt about licenses of the java external libraries(jar files) which I'm planning to use in my personal commercial java swing application.Those libraries are jSerialComm and Apache POI.
I'm ...
3
votes
1
answer
161
views
Advertising a job in open source software and hardware
I am developing a solution to deploy open-source hardware in a way that would be similar to APT or Portage in software. As a matter of fact, the idea is to extend something like Portage to make it ...
2
votes
1
answer
226
views
Short Weak Copyleft Software License
Is there a short weak (or strong) copyleft license?
I like the GPL v3. The way that all its different sections interlock is quite poetic. However, this beauty comes at the cost of it being near ...
4
votes
1
answer
1k
views
What is a "patent-granting" license?
I am beginning to learn about open source software licenses. I am especially interested in how open source licenses interact with patents. I've seen the term "patent-granting" used several ...
2
votes
1
answer
72
views
using external images of multiple different licenses in a single document-oriented project
I am working on a project to create (in PDF) letter charts for children for alphabet learning. This involves a number of different pictures from different sources (but mostly Wikipedia) and different ...
3
votes
1
answer
135
views
GNU license for "Open Metronome" - what license applies to beats generated with it?
If i am using the GNU-licensed software "Open Metronome" (https://sourceforge.net/projects/openmetronome/) to create the basic rhythm of my own music, I am wondering if I can freely ...
5
votes
2
answers
3k
views
Does the GPL require sharing source code if I charge for a consultation with the software?
I've been reading a whole lot and can't seem to find this specific question. I am currently making a software which will ideally be used to provide information to people that pay for consultations. ...
10
votes
1
answer
2k
views
Author rights on software when using an online IDE
There are a number of open integrated development environments which offer developer to make and compile software, such as the replit.com platform. Will the author of the code have full rights on the ...
2
votes
1
answer
349
views
Are there any CI purified Firefox forks? [closed]
Are there any continuously integrated forks of Mozilla Firefox that only use the open source code?
If not, why?