7
votes
Accepted
If you manage a BSD-licensed open source project, how do you guard against someone illegally contributing GPL-licensed code?
One does not simply "guard against" illegal contributions.
You never accept blindly a contribution, and should have a process to vet contributions (including yours) for several kinds of ...
6
votes
How to document a dual open source license?
In all cases, the README.md should contain a a SPDX license identifier:
SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later
You can do it like that:
## License
This work is dual-licensed ...
3
votes
Do I include the open source copyright notice in an enterprise software (for commercial use)?
The license itself gives you your answer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/...
1
vote
Accepted
How to include BSD licensed component in my project
BSD license says
...
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
...
So the full license text must be ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
bsd-license × 101licensing × 84
gpl × 33
open-source × 22
mit-license × 22
apache-license × 7
legal × 6
python × 5
copyright × 5
c++ × 3
lgpl × 3
foss × 3
attribution × 3
java × 2
ios × 2
apache × 2
closed-source × 2
forking × 2
c# × 1
javascript × 1
programming-practices × 1
api × 1
project-management × 1
refactoring × 1
android × 1