Skip to content

Commit

Permalink
Merge pull request #329 from NREL/issue-287-2
Browse files Browse the repository at this point in the history
add user data information to about page
  • Loading branch information
RLiNREL authored Nov 26, 2024
2 parents 8bc89eb + 730ef17 commit e13e79c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/app/core-components/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,32 @@ <h4>
DE-AC05-00OR22725.
</p>
</div>
<div class="ps-3 pt-2 pe-3 pb-2">

<h4>
<fa-icon [icon]="faCircleInfo" class="pe-1"></fa-icon>
User Data
</h4>
<p>
This Software is provided for research purposes only, and Alliance has no obligation to update, debug,
and/or continue to support the Software.
Any use of the Software is at your own risk.
You are running the Software in a web browser on your device.
All application data is saved locally within this browser to your device and/or browser.
Alliance and the DOE do not have access to data you input into the Software and/or outputs
based on your data provided by the Software.
Should the Software, your browser, and/or your device crash, fail, or otherwise have an error,
data you entered into the Software and the outputs based on that data may be lost.
It is encouraged that you download backup files of your data frequently.
Backups can be imported back into the Software if needed to restore lost or corrupted data.
You may voluntarily provide a backup file of your data to Alliance for use in improving the Software.
By providing such data you are agreeing that Alliance may use such data without restriction and without
compensation or obligation to you.
To the extent any license would be required to utilize such data, you automatically grant Alliance,
when submitting such data, a worldwide, royalty-free, perpetual, irrevocable, non-exclusive,
transferrable, and sublicensable license under any rights necessary for such use or implementation.

</p>
</div>
</div>
</div>

0 comments on commit e13e79c

Please sign in to comment.