From b4f92d1acc1b4a40275634fe2f76b20b820c7e1c Mon Sep 17 00:00:00 2001 From: fargito Date: Sun, 27 Mar 2022 23:43:18 +0200 Subject: [PATCH] docs: update license --- LICENSE.md | 2 +- README.md | 2 +- docs/ci-cd.md | 2 +- swarmion-starter.code-workspace | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index e048d32f..74824899 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2021 François Farge +Copyright 2021 François Farge, Adrien Cacciaguerra 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: diff --git a/README.md b/README.md index d7e9ca39..32107dc1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This template aims to define an opinionated clean Serverless monorepo microservi Head to [the install docs](./docs/install.md)! -If you need to setup your CI/CD: [docs](./docs/ci-cd.md) +If you need to setup your CI/CD: [docs](./docs/ci-cd.md). ## Features diff --git a/docs/ci-cd.md b/docs/ci-cd.md index 11d0fe25..23ffb7b0 100644 --- a/docs/ci-cd.md +++ b/docs/ci-cd.md @@ -2,7 +2,7 @@ ## Choose the correct IAM policy to give your CI user -In order to restrict the abilities of the ci user on the testing and production environment, you need to create one or many porlicies to give that user. +In order to restrict the abilities of the ci user on the testing and production environment, you need to create one or many policies to give that user. You can find sample policies in [docs/policies](./policies/). diff --git a/swarmion-starter.code-workspace b/swarmion-starter.code-workspace index dc44ae67..f5a4dba1 100644 --- a/swarmion-starter.code-workspace +++ b/swarmion-starter.code-workspace @@ -33,7 +33,7 @@ "jest.jestCommandLine": "yarn jest", "jest.showCoverageOnLoad": true, "jest.coverageFormatter": "DefaultFormatter", - "cSpell.words": ["Esbuild"] + "cSpell.words": ["esbuild", "swarmion"] }, "extensions": { "recommendations": [