Skip to content

Commit

Permalink
docs: copyright and intellectual property notice (#9)
Browse files Browse the repository at this point in the history
* docs: copyright and intellectual property notice

* docs: fix e-mail link

* docs: include copyright and IP notice in Storybook

* chore: rename filename to English
  • Loading branch information
Robbert authored Mar 12, 2021
1 parent 8e247ff commit b963963
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auteursrecht Gemeente Utrecht

Copyright (c) 2021 Gemeente Utrecht

## Logo en huisstijl

Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Gemeente Utrecht.

Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Utrecht gebruiken en je ontwerpt een eigen huisstijl.

## Lettertype

Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.

## Toestemming

Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met [huisstijl@utrecht.nl](mailto:huisstijl@utrecht.nl).
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ We pledge to act and interact in ways that contribute to an open, welcoming, div
## License

This project is free and open-source software licensed under the [European Union Public License (EUPL) v1.2](LICENSE.md).

For information about proprietary assets in this repository, please carefully read the [NOTICE file](NOTICE.md).
7 changes: 7 additions & 0 deletions __stories__/3-permission.stories.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { getParams, getTitle } from "./utils.js";
import { Meta, Description } from "@storybook/addon-docs/blocks";
import document from "../NOTICE.md";

<Meta title={getTitle("Toestemming voor gebruik")} parameters={getParams()} />

<Description>{document}</Description>

0 comments on commit b963963

Please sign in to comment.