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 @@ -
+

Changelog

@@ -170,4 +170,15 @@
+ +
+
+

License

+ + + + + +
+