You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In veel projecten zie je dat aan het begin van elk bestand de licentie expliciet wordt genoemd. Dit ziet er dan bijvoorbeeld zo uit:
20
+
21
+
```txt
22
+
// Copyright (c) 2012 Aaron Swartz
23
+
// Licensed under the GNU License. See LICENSE file for details.
24
+
```
25
+
26
+
Een voordeel van het expliciet noemen van het licentietype is dat er dan minder makkelijk een misverstand over kan bestaan welke licentie er op de code berust. Echter is het een alom geaccepteerde conventie dat bestanden waarbij geen licentie is vermeld automatisch vallen onder de licentie die wordt genoemd in het `LICENSE` bestand.
27
+
28
+
Het antwoord is dus: **nee**, dit hoeft niet als er een LICENSE-bestand in de root van je project staat.
29
+
18
30
## Licentiewijzers
19
31
20
32
-[Goedgekeurde licenties Open Source Initiative](https://opensource.org/licenses)
0 commit comments