diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 03:09:26 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 03:09:26 +0200 |
commit | 090abfc12164c25626c472808122673f71a503f9 (patch) | |
tree | 8fa9c9ffd5d49e8c6cb018f434d5fb12498c274b | |
parent | 5cb76ee9dd1f3a815d3c1f66b1a064e5ce71d883 (diff) |
add explicit copyright and licensing notesdelivery3
-rw-r--r-- | ref.bib | 14 | ||||
-rw-r--r-- | report.qmd | 10 |
2 files changed, 23 insertions, 1 deletions
@@ -57,7 +57,7 @@ venue = {Roskilde University}, } -@Unpublished{Rosendahl2025.12, +@Misc{Rosendahl2025.12, author = {Mads Rosendahl}, date = {2025-03-20}, title = {Java Database Connectivity and queries}, @@ -78,6 +78,18 @@ venue = {Roskilde University}, } +@Thesis{Mikkelsen2000, + author = {Nicolai Bendix Mikkelsen}, + date = {2000-11}, + institution = {Roskilde Universitetscenter}, + title = {Gaveøkonomi [Gift Economy]}, + type = {mathesis}, + language = {danish}, + subtitle = {et perspektiv på udveksling over nettet [a perspective on exchange over the internet]}, + url = {http://gift-economy.jones.dk/speciale/}, + urldate = {2024-04-16}, +} + @Comment{jabref-meta: databaseType:biblatex;} @Comment{jabref-meta: fileDirectory-jonas-bastian:/home/jonas/Projects/RUC/LIB/CS-SMC2;} @@ -57,6 +57,16 @@ Also included with the code projects are two projects, `com.example.portfolio2` and `com.example.portfolio3`, derived from @Rosendahl2025.12 and @Rosendahl2025.16, respectively. +## Copyright and licensing + +To encourage collaboration and stimulate a circular gift economy +as introduced by @Mikkelsen2000, +this project is copyleft licensed: +Code parts are licensed +under the GNU Public Licence version 3 or newer, +and non-code parts are licensed +under the Creative Commons crediting share-alike 4.0. + {{< include portfolio1.md >}} {{< include portfolio2.md >}} |