📝 Add link to repository, add attributions section in readme

main
Adrien Burgun 2 years ago
parent 0d0e8cda87
commit 4f2089b26a

@ -0,0 +1,7 @@
Copyright 2023 © Adrien Burgun
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@ -34,10 +34,29 @@ cd ST40-report
make
```
## Licensing
## Licensing and attributions
The gitlab logo belongs to GitLab and is used in accordance to its [license](https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE).
### `images/`
The typescript logo belongs to Microsoft and is used under the guidelines set out on the [typescript branding page](https://www.typescriptlang.org/branding/).
The gitlab logo (`images/gitlab_logo.svg`) belongs to GitLab and is used in accordance to its [license](https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE).
The "Flymingo Box" and "Mood Digital" images are copyright Moment, ARR.
The typescript logo (`images/ts-logo-128.svg`) belongs to Microsoft and is used under the guidelines set out on the [typescript branding page](https://www.typescriptlang.org/branding/).
The "Flymingo Box" (`images/flymingo-box.png`), "Mood Digital" (`images/mood-digital.png`), "Mint Digital" (`images/mint-digital.png`) images
and the organisation diagram (`images/poles.pdf`) are copyright Moment, All Rights Reserved, and were used here with their permission.
The email template screenshots (`images/email-1.png`, `images/email-2.png`) contain designs that belong to Moment.
### `figures/`, `report.tex`
The `figures/` folder and the `report.tex` file are under my copyright (© Adrien Burgun), and are available under the [CC-BY-SA-4.0 license](./LICENSE).
### `assets/`
The `assets/fromeffectloop2.drawio` file is under my copyright (© Adrien Burgun), and is available under the CC-BY-SA-4.0 license.
The `assets/priscilla-du-preez-...` file was taken from [unsplash](https://unsplash.com/photos/BjhUu6BpUZA) and used under the [Unsplash license](https://unsplash.com/license).
### `Makefile`
The `Makefile` is available under the [CC-BY-SA-4.0 license](./LICENSE) and under the [MIT license](./LICENSE_MIT)

@ -178,6 +178,11 @@
% \maketitle
\makeutbmfrontcover{}
\newpage
Le code source pour ce rapport peut être trouvé sur \url{https://git.shadamethyst.xyz/amethyst/st40-report/}.
Veuillez faire attention à lire les informations sur les attributions pour ce rapport avant d'utiliser le code source.
\section*{Introduction}
J'ai effectué mon stage ST40 au sein du département de développement full-stack de l'entreprise \entity{Moment},

Loading…
Cancel
Save