Skip to content

Commit 0d6eaf3

Browse files
committed
readme/toc updateS
1 parent 790c54c commit 0d6eaf3

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed

NOTICE.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ https://github.com/idaholab/Malcolm
44

55
See LICENSE.txt for license terms.
66

7-
Malcolm is Copyright (c) 2026 Battelle Energy Alliance, LLC, and is developed
8-
and released through the cooperation of the Cybersecurity and Infrastructure
9-
Security Agency of the U.S. Department of Homeland Security. All rights reserved.
7+
Malcolm is Copyright (c) 2026 Battelle Energy Alliance, LLC. All rights reserved.
108

119
ALL RIGHTS RESERVED
1210

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can help steer Malcolm's development by sharing your ideas and feedback. Ple
2525

2626
## <a name="Footer"></a>Copyright and License
2727

28-
Malcolm is Copyright 2026 Battelle Energy Alliance, LLC, and is developed and released through the cooperation of the [Cybersecurity and Infrastructure Security Agency](https://www.cisa.gov/) of the [U.S. Department of Homeland Security](https://www.dhs.gov/).
28+
Malcolm is Copyright 2026 Battelle Energy Alliance, LLC.
2929

3030
Malcolm is licensed under the Apache License, version 2.0. See `LICENSE.txt` for the terms of its release.
3131

docs/DHS_TOU.pdf

-232 KB
Binary file not shown.

filescan/scripts/extracted_files_http_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def do_GET(self):
391391
with footer(cls='footer bg-light').add(div(cls='container')).add(div(cls='row')):
392392
with div(cls="col-lg-6 h-100 text-center text-lg-start my-auto"):
393393
p(
394-
"Malcolm © 2026 Battelle Energy Alliance, LLC; developed at INL and released through the cooperation of the Cybersecurity and Infrastructure Security Agency of the U.S. Department of Homeland Security.",
394+
"Malcolm © 2026 Battelle Energy Alliance, LLC.",
395395
cls="text-muted small mb-4 mb-lg-0",
396396
)
397397

nginx/landingpage/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 class="mb-3">This page does not exist</h2>
4242
<div class="row">
4343
<div class="col-lg-6 h-100 text-center text-lg-start my-auto">
4444
<p class="text-muted small mb-4 mb-lg-0">
45-
<a href="https://github.com/idaholab/Malcolm/releases">Malcolm MALCOLM_VERSION_REPLACER</a> &copy; 2026 Battelle Energy Alliance, LLC; developed at INL and released through the cooperation of the Cybersecurity and Infrastructure Security Agency of the U.S. Department of Homeland Security.</p>
45+
<a href="https://github.com/idaholab/Malcolm/releases">Malcolm MALCOLM_VERSION_REPLACER</a> &copy; 2026 Battelle Energy Alliance, LLC.</p>
4646
</div>
4747
<div class="col-lg-6 h-100 text-center text-lg-end my-auto">
4848
<ul class="list-inline mb-0">

nginx/landingpage/502.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2 class="mb-3">Malcolm has encountered an error</h2>
4343
<div class="row">
4444
<div class="col-lg-6 h-100 text-center text-lg-start my-auto">
4545
<p class="text-muted small mb-4 mb-lg-0">
46-
<a href="https://github.com/idaholab/Malcolm/releases">Malcolm MALCOLM_VERSION_REPLACER</a> &copy; 2026 Battelle Energy Alliance, LLC; developed at INL and released through the cooperation of the Cybersecurity and Infrastructure Security Agency of the U.S. Department of Homeland Security.</p>
46+
<a href="https://github.com/idaholab/Malcolm/releases">Malcolm MALCOLM_VERSION_REPLACER</a> &copy; 2026 Battelle Energy Alliance, LLC.</p>
4747
</div>
4848
<div class="col-lg-6 h-100 text-center text-lg-end my-auto">
4949
<ul class="list-inline mb-0">

nginx/landingpage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3>Extracted Files</h3></a>
9797
<div class="row">
9898
<div class="col-lg-6 h-100 text-center text-lg-start my-auto">
9999
<p class="text-muted small mb-4 mb-lg-0">
100-
<a href="https://github.com/idaholab/Malcolm/releases">Malcolm MALCOLM_VERSION_REPLACER</a> &copy; 2026 Battelle Energy Alliance, LLC; developed at INL and released through the cooperation of the Cybersecurity and Infrastructure Security Agency of the U.S. Department of Homeland Security.</p>
100+
<a href="https://github.com/idaholab/Malcolm/releases">Malcolm MALCOLM_VERSION_REPLACER</a> &copy; 2026 Battelle Energy Alliance, LLC.</p>
101101
</div>
102102
<div class="col-lg-6 h-100 text-center text-lg-end my-auto">
103103
<ul class="list-inline mb-0">

0 commit comments

Comments
 (0)