Skip to content

Commit f65b21a

Browse files
committed
Add source code header
Signed-off-by: David Weik <[email protected]>
1 parent c0afacf commit f65b21a

File tree

92 files changed

+1492
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+1492
-59
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Fix: Instead of using hyphens, invalid characters are removed fully for *validate-python-package-name.js*
99
- Add: Deep-Linking support for Tabs
1010
- Change: SAS Logo for documentation - implementing [SAS logomark needs updating](https://github.com/sassoftware/sas-portal-framework-for-sas-viya/issues/7)
11+
- Add: Source code headers to include copyright and license information
1112

1213
## SAS Portal Framework for SAS Viya v1.2.2
1314

css/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
*/
15
/* #region tokens */
26
:root,
37
[data-sas-theme="light"] {

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<!DOCTYPE html>
2+
<!--
3+
Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
26
<html lang="en">
37
<head>
48
<meta charset="utf-8" />

js/add-user-profile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
25
* Add the Users Profile Image and basic information to the header - replaces the Login Button
36
*
47
* @param {String} VIYAHOST - The Host URL of the SAS Viya Host

js/generate-pages.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
25
* Generate the actual Portal Pages
36
*
47
* @param {String} VIYAHOST - The Host URL of the SAS Viya Host

js/generate-panes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
25
* Generates a Pane for each page
36
*
47
* @param {String} VIYAHOST - The Host URL of the SAS Viya Host

js/generate-portal.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
25
* Generate the Portal based on a Target SAS Viya Content Folder which contains the Portal structure
36
*
47
* @param {String} VIYAHOST - The Host URL of the SAS Viya Host

js/generate-tabs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
25
* Generate a Tab for each Page in the Portal
36
* @param {Object} layout - General attribute content of the portal-page-layout.json for each page
47
* @param {HTMLUListElement} portalNavBar - A HTML UL List Element that will contain the Portal Tab Bar

js/objects/add-client-administrator.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
25
* Create a Client Administrator
36
*
47
* @param {Object} clientAdministratorObject - Contains the definition of the Client Administrator

js/objects/add-data-product-marketplace-object.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* Copyright © 2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
25
* Create a Data Product Marketplace Object
36
*
47
* @param {Object} dataProductMarketplaceObject - Contains the definition of the Data Product Marketplace Object

0 commit comments

Comments
 (0)