From b48185e38f81d37b10fce5236d0f7d501bdf652b Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 18 Apr 2021 13:58:22 +0200 Subject: [PATCH] Add license to about page --- CHANGELOG.md | 4 ++++ angular.json | 5 +++++ apps/client/src/app/pages/about/about-page.html | 13 ++++++++++++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4d32855..2bb8736c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added the license to the about page + ### Changed - Changed the about page for the new license diff --git a/angular.json b/angular.json index fced6626c..ee8651c24 100644 --- a/angular.json +++ b/angular.json @@ -99,6 +99,11 @@ "input": "", "output": "./" }, + { + "glob": "LICENSE", + "input": "", + "output": "./" + }, { "glob": "sitemap.xml", "input": "apps/client/src/assets", diff --git a/apps/client/src/app/pages/about/about-page.html b/apps/client/src/app/pages/about/about-page.html index 114c310e8..25d28c4ab 100644 --- a/apps/client/src/app/pages/about/about-page.html +++ b/apps/client/src/app/pages/about/about-page.html @@ -160,7 +160,7 @@ -