Skip to content

Commit

Permalink
Session 2 content added
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTiede committed Aug 27, 2024
1 parent c24e7f3 commit ea46749
Showing 1 changed file with 163 additions and 3 deletions.
166 changes: 163 additions & 3 deletions docs/slides/2024-1x1/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CC-BY-4.0: [Quelle](https://github.com/digital-sustainability/open-source/blob/m

**Starten** von eigenen Projekten
15.15 - 🟩 3.1
16.15 - 🟩 3.2
16.15 - 🟩 Q&A + Abschluss
```

🔲 ca. 45' (💡 💪 💪) + 15' ☕
Expand All @@ -41,6 +41,8 @@ CC-BY-4.0: [Quelle](https://github.com/digital-sustainability/open-source/blob/m
> Wann ist der heutige Workshop für dich ein Erfolg?
🟨 ... 🟥
--
[![](https://images.unsplash.com/photo-1616367358396-2a923897eac0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80)](https://unsplash.com/de/fotos/6Ib0XmJ_zTs)
---
# 📍

Expand All @@ -50,6 +52,8 @@ CC-BY-4.0: [Quelle](https://github.com/digital-sustainability/open-source/blob/m

[Climbing the Open Source Ladder](https://github.com/todogroup/ospo-career-path/blob/main/OSPO-101/module2/README.md#climbing-the-open-source-ladder)
--
![](https://github.com/digital-sustainability/module-eoss-ospo101/raw/main/module2/involvement-over-time.png)
--
![](https://github.com/baloise/open-source/raw/main/docs/arc42/images/os-maturity-model.png)
--
<!-- .element: data-background-color="SeaGreen" -->
Expand All @@ -62,7 +66,7 @@ CC-BY-4.0: [Quelle](https://github.com/digital-sustainability/open-source/blob/m
---
# 🧵

## Rote Fäden
## der rote Faden
--
# OSPOs

Expand Down Expand Up @@ -109,4 +113,160 @@ https://ospo-alliance.org/ggi/introduction/#about-the-good-governance-initiative
---
#

[15'](https://youtu.be/1gQJUjgCqrU)
[15'](https://youtu.be/1gQJUjgCqrU)
---
# Open Source (Software)
Einführung
--
[![](https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Open_Source_Initiative.svg/366px-Open_Source_Initiative.svg.png)](https://opensource.org/osd/)

~ [100+ Open Source Lizenzen ✅](https://opensource.org/licenses/)
--
[The Four Freedoms - FSFE](https://fsfe.org/freesoftware/freesoftware.en.html)

> 1. **can be used** free of restrictions
2. can be **studied** by anyone
3. can be **shared and copied** at no cost
4. can be **modified by anyone, and these improvements can be shared** publicly
--
![](https://github.com/digital-sustainability/module-eoss-ospo101/raw/main/module5/questions.png)
--
![](https://github.com/todogroup/ospo-career-path/raw/main/OSPO-101/module5/license-categories.png)
--
<img src="https://imgs.xkcd.com/comics/dependency_2x.png" height="500px">

https://xkcd.com/2347/
--
[![](https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/CC_License_Overview_Matrix.jpg/600px-CC_License_Overview_Matrix.jpg)](https://commons.wikimedia.org/wiki/File:CC_License_Overview_Matrix.jpg)

[https://creativecommons.org](https://creativecommons.org/about/cclicenses/)
--
<!-- .element: data-background-color="SeaGreen" -->
# ♻️

> Wie handhabt ihr die "Attributionspflicht" in eurem [SDLC](https://de.wikipedia.org/wiki/SDLC)?
---
# 🆓

## Exkurs: Lizenz(en)
--
## Urheberrecht

eng. Intellectual Property (IP)

- **menschliche** Schöpfung
- **individuellen** Charakter / Schöpfungshöhe
- **wahrnehmbare** Formgestaltung

[Urheberrechtsschutz an «Werken»](https://de.wikipedia.org/wiki/Urheberrecht_(Deutschland)#Schutzgegenstand_des_Urheberrechts:_Das_Werk) entsteht damit automatisch mit der Entstehung
--
## Übertragung

|Recht|Sacheigentum|Urheberrecht|
|--|--|--|
|«[absolutes](https://de.wikipedia.org/wiki/Absolutes_Recht)»|Übertragung (z.B. Verkauf)|Übertragung (z.B. Verkauf)|
|«[relatives](https://de.wikipedia.org/wiki/Relatives_Recht)»|Vermietung (vertragliche Nutzungserlaubnis)|Lizenz (vertragliche Nutzungserlaubnis)|
--
## Lizenz

Open-Source-Lizenzen sind **Lizenzverträge** im üblichen / normalen Sinn

Sie gewähren eine **Nutzungserlaubnis für Software**, deren Urheberrecht Dritten gehört

Der Lizenzvertrag kommt **durch die Nutzung der Software ohne Weiteres zustande**
--
## Verträge

OSS-Lizenzen sind ...
- **bindende Verträge**, keine «Gefälligkeiten»
- rechtlich gültig und **vor Gericht durchsetzbar**
--
## Verletzungen von Lizenzbestimmungen

führen oftmals automatisch zum **Erlöschen der Lizenz**. Nutzt man die Software dann weiter, **verletzt dies die Rechte der Urheber**.

Rechtsfolge: **Schadenersatzansprüche, Strafrecht, Reputationsschäden**
--
![](https://www.welt.de/img/wirtschaft/mobile157906274/1601626057-ci23x11-w1600/Volkswagen-Tiguan-in-Einzelteile-zerlegt.jpg)

[SBOMs](https://de.wikipedia.org/wiki/Software-Lieferkette) of modern applications [show](https://www.sonatype.com/state-of-the-software-supply-chain/): **80 - 90%** (heavily) use open source components
--
<!-- .element: data-background-color="SeaGreen" -->
# 🔭o

> Wie behaltet ihr den Überblick zu den genutzten OSS-Artefakten in eurer Organisation?
--
[![](https://plus.unsplash.com/premium_photo-1661916851589-b95b2fdec64c?q=80&w=3271&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)](https://ospo-alliance.org/ggi/activities/manage_legal_compliance/#tools)

Note: https://unsplash.com/de/fotos/guterbahnwagen-luftaufnahme-von-fliegenden-drohnen-von-bunten-guterzugen-auf-der-eisenbahnsortanlage-waggons-mit-waren-auf-der-eisenbahn-schwerindustrie-industrieszene-eqkP19T8_Ew
---
# 🦺

## Compliance Program

[OSPO-101.5.2](https://digital-sustainability.github.io/module-eoss-ospo101/module5/#section-building-an-effective-compliance-program)
--
![](https://digital-sustainability.github.io/module-eoss-ospo101/module5/compliance-process.png)
--
# Pflicht(en)

## Kennen 💡

## Einhalten ✅
--
# Art(en)

- **Kennzeichnung** und Hinweise (Attribution)
- **Verfügbarkeit des Quellcodes**
- **Reziprozität** der Lizenz : Copyleft
- **weitere Bestimmungen** zB Abgrenzungen zum Trademark
--
[![](https://upload.wikimedia.org/wikipedia/commons/2/2b/Floss-license-slide-image.svg)](https://en.wikipedia.org/wiki/File:Floss-license-slide-image.svg)

https://en.wikipedia.org/wiki/License_compatibility
--
# Events

Zeipunkt(e)

## 1. "Distribution"

## 2. "Modification"
--
<!-- .element: data-background-color="SeaGreen" -->
# ⚖️

> Nutzt ihr bereits Prozesse / Richtlinien zur Einhaltung der Lizenzpflichten? Wenn ja, welche?
--
[![](https://upload.wikimedia.org/wikipedia/de/b/bd/Risikomatrix_wiki.jpg)](https://de.wikipedia.org/wiki/Datei:Risikomatrix_wiki.jpg)
--
![](https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Baloise_Logo_2022.svg/1024px-Baloise_Logo_2022.svg.png)

[Open Source Guidelines](https://baloise.github.io/open-source/docs/arc42/)
---
#

[15'](https://youtu.be/1gQJUjgCqrU)
---

---
# 🥗
---

---
#

[15'](https://youtu.be/1gQJUjgCqrU)
---

---
#

[15'](https://youtu.be/1gQJUjgCqrU)
---

---
#

[15'](https://youtu.be/1gQJUjgCqrU)
---

0 comments on commit ea46749

Please sign in to comment.