Skip to main content
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 ...
LSerni's user avatar
  • 2,461
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 ...
koppor's user avatar
  • 597
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/...
whatsisname's user avatar
  • 27.7k
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 ...
Doc Brown's user avatar
  • 220k

Only top scored, non community-wiki answers of a minimum length are eligible