Skip to content

Commit 4e772e3

Browse files
committed
chore: add copyright notices to new files
1 parent f0e6b81 commit 4e772e3

File tree

10 files changed

+50
-2
lines changed

10 files changed

+50
-2
lines changed

REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ path = [
2626
"res/**",
2727
"static/landingpage/Opal_Name_Logo_Transparent.png",
2828
"static/landingpage/opal-tiny.ico",
29+
"src/img/branding/opal/Opal_Name_Logo_Transparent.png",
2930
"src/img/apple-touch-icon.png",
3031
"src/img/Opal_Logo_Black.png",
3132
"src/img/Opal_Logo_Transparent_Inverse_Icon.png",
3233
"src/img/Opal_Logo_Transparent_Inverse.png",
3334
"src/img/Opal_Name_Logo_Green_Transparent.png",
34-
"src/img/Opal_Name_Logo_Transparent.png",
3535
"src/img/Opal_Name_Logo.png",
3636
"src/img/opal_notification.png",
3737
"src/img/OpalHealth_App_Apple_Icon_2.png",
@@ -70,7 +70,7 @@ SPDX-License-Identifier = "LicenseRef-FleurDeLysDuQuebec"
7070

7171
[[annotations]]
7272
path = [
73-
"src/img/opal-init-photo.jpg",
73+
"src/img/branding/opal/init-background.jpg",
7474
]
7575
precedence = "override"
7676
# See:

docs/setup/branding.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
17
# Branding Setup Guide
28

39
This project has been configured by default with assets that reflect Opal's visual branding and identity.

src/css/branding.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
@import url('branding/opal/init-background.css');
28
@import url('branding/opal/init-logo.css');
39

src/css/branding/custom/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
17
# Custom Branding CSS
28

39
Branding images specific to your organization can be configured here via CSS files that will override their default styles.

src/css/branding/opal/init-background.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#init-background {
28
height: 100%;
39
object-fit: cover;

src/css/branding/opal/init-logo.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#init-logo {
28
max-height: 50%;
39
object-fit: contain;

src/img/branding/custom/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
17
# Custom Branding Images
28

39
Branding images specific to your organization can be added here to customize the app's look and feel.

src/js/constants/branding.constants.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
// For more information on this file, see `docs/setup/branding.md`.
26

37
(function () {

src/js/filters/branding-id.filter.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
(function () {
26
'use strict';
37

src/js/filters/branding-src.filter.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
(function () {
26
'use strict';
37

0 commit comments

Comments
 (0)