Skip to content

InnerSource License: Added Robert Bosch GmbH as known instance #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions patterns/2-structured/innersource-license.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ At the time of sharing the source code, it can not be reliably predicted what th
- Freedom over using the software leads to competition, and spread of ownership
- There are legal contracts in place which cover the sharing of source code. These contracts are not standardized, so they create additional effort in negotiating and understanding for every project. The existing contracts may also not allow sharing source code in an open enough sense to support a true InnerSource approach.
- Alternatively, there are no legal contracts in place but source code is shared informally. That might create uncertainty in cases where clarity about ownership and rights and obligations is needed.
- Choosing a restrictive and/or copyleft license can constitute a barrier for InnerSource adoption. Specifically, limiting publication to the organisation might require a costly relicensing procedure prior to transitioning to Open Source.

## Solutions

Expand All @@ -51,6 +52,12 @@ The license simplifies the conversations within our organization about sharing s

## Known Instances

- **DB Systel**
- **Robert Bosch GmbH**
- **Airbus**

## DB Systel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect we wanted to add a new section "## Robert Bosch GmbH" here as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @spier : I have written a short paragraph and am currently clearing that internally.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gruetter would you prefer to wait and add this to this PR, or shall we go ahead and merge, and handle future additions in a separate PR?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opted to merge now. Will leave this thread open.


DB Systel created their own InnerSource License, see [DB Inner Source License][db-inner-source-license]. They used the [EUPL][eupl], as that offered an open source like starting point, and then worked out the constraints and additional rules required in their specific organizational context.

The first legal entities (companies) within the DB AG are using their InnerSource License.
Expand All @@ -66,6 +73,8 @@ The mentioned collaboration challenges include:

It is worth mentioning that so far the software shared under this InnerSource license is mostly tooling, infrastructure, and tools lower in the stack.

## Airbus

Airbus created ad hoc InnerSource licenses to enable InnerSource way of working within a large part of the group.

## Status
Expand Down