From cfc45ccc9bd26c9ec32d44a366b02ed6cf0b4327 Mon Sep 17 00:00:00 2001 From: K42IE Date: Sun, 11 Aug 2024 16:14:16 -0700 Subject: [PATCH 1/4] inital commit --- README.md | 4 ++++ packages/frontend/README.md | 3 +++ packages/frontend/assets/styles/main.scss | 6 ++++++ packages/frontend/components/GenerateQRCode.vue | 4 ++++ packages/frontend/nuxt.config.ts | 2 ++ packages/frontend/pages/index.vue | 7 ++++++- 6 files changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd21767..43d778e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +© 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. + # 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..faddade 100644 --- a/packages/frontend/README.md +++ b/packages/frontend/README.md @@ -1,3 +1,6 @@ +© 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. # Nuxt 3 Minimal Starter 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..a8f740f 100644 --- a/packages/frontend/components/GenerateQRCode.vue +++ b/packages/frontend/components/GenerateQRCode.vue @@ -1,4 +1,8 @@