Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Copyrights for branding #240

Merged
merged 4 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
5 changes: 4 additions & 1 deletion packages/frontend/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
```
```
6 changes: 6 additions & 0 deletions packages/frontend/assets/styles/main.scss
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,6 +18,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.


// custom color variables

// @import "bootstrap/scss/_utilities";
Expand Down
4 changes: 4 additions & 0 deletions packages/frontend/components/GenerateQRCode.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!-- GenerateQRCode.vue -- QR Code for the Record
© 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.

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
Expand Down
2 changes: 2 additions & 0 deletions packages/frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// nuxt.config.ts -- default configuration f0r framework


// 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
Expand Down
7 changes: 6 additions & 1 deletion packages/frontend/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<!-- index.vue -- adjusting container
<!-- index.vue

© 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.

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
Expand Down