diff --git a/README.md b/README.md index fd21767..33845de 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +Note: All icons, images, and logos are © 2024 Global Open Source Quality Assurance System. All rights reserved. +We are committed to keeping our code open source, but all GOSQAS and GDT +branding, including logos, is subject to the copyright above. + # GOSQAS Demo This is experimental code for the [GOSQAS project](https://github.com/gosqas/home/blob/main/README.md). diff --git a/packages/frontend/README.md b/packages/frontend/README.md index 616ad3b..1948985 100644 --- a/packages/frontend/README.md +++ b/packages/frontend/README.md @@ -1,3 +1,6 @@ +Note: All icons, images, and logos are © 2024 Global Open Source Quality Assurance System. All rights reserved. +We are committed to keeping our code open source, but all GOSQAS and GDT +branding, including logos, is subject to the copyright above. # Nuxt 3 Minimal Starter @@ -125,4 +128,4 @@ Azure Static Web Apps CLI docs: https://azure.github.io/static-web-apps-cli/ > npx nuxi build --preset=azure > npx @azure/static-web-apps-cli login --no-use-keychain > npx @azure/static-web-apps-cli deploy .output/public/ --api-location .output/server/ --no-use-keychain --env production -``` \ No newline at end of file +``` diff --git a/packages/frontend/assets/styles/main.scss b/packages/frontend/assets/styles/main.scss index 833ab45..8916aa8 100644 --- a/packages/frontend/assets/styles/main.scss +++ b/packages/frontend/assets/styles/main.scss @@ -1,4 +1,9 @@ // main.scss -- logo styling + +// © 2024 Global Open Source Quality Assurance System. All rights reserved. +// (We are committed to keeping our code open source, but all GOSQUAS and GDT +// branding, including logos, is subject to the copyright above.) + // Copyright (C) 2024 GOSQAS Team // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -13,6 +18,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . + // custom color variables // @import "bootstrap/scss/_utilities"; diff --git a/packages/frontend/components/GenerateQRCode.vue b/packages/frontend/components/GenerateQRCode.vue index 70c8d26..79613d3 100644 --- a/packages/frontend/components/GenerateQRCode.vue +++ b/packages/frontend/components/GenerateQRCode.vue @@ -1,4 +1,8 @@