From 8954146d30afc8ec0bf8ef68d4de113cd355d691 Mon Sep 17 00:00:00 2001 From: John Duggan Date: Mon, 6 Jul 2026 14:03:08 -0400 Subject: [PATCH 1/2] Update license --- template_sources/LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template_sources/LICENSE b/template_sources/LICENSE index f1386cc..06d8fd5 100644 --- a/template_sources/LICENSE +++ b/template_sources/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 ONRL +Copyright (c) 2024-2026 ORNL Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 6155a8445a6656e12f496c6b698b7dd3e235db27 Mon Sep 17 00:00:00 2001 From: John Duggan Date: Mon, 6 Jul 2026 14:03:21 -0400 Subject: [PATCH 2/2] Fix ONRL typo --- .../src/components/HomepageFeatures/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template_sources/{% if application_type != 'Minimal' %}docs{% endif %}/{% if application_type == 'Nova Application' %}web{% endif %}/src/components/HomepageFeatures/index.js b/template_sources/{% if application_type != 'Minimal' %}docs{% endif %}/{% if application_type == 'Nova Application' %}web{% endif %}/src/components/HomepageFeatures/index.js index e6edc31..9cc70f2 100644 --- a/template_sources/{% if application_type != 'Minimal' %}docs{% endif %}/{% if application_type == 'Nova Application' %}web{% endif %}/src/components/HomepageFeatures/index.js +++ b/template_sources/{% if application_type != 'Minimal' %}docs{% endif %}/{% if application_type == 'Nova Application' %}web{% endif %}/src/components/HomepageFeatures/index.js @@ -26,7 +26,7 @@ const FeatureList = [ Svg: require('@site/static/img/logo.svg').default, description: ( <> - The Neutrons Data Interpretation Platform (NDIP) allows to run Neutron Science applications and workflows on ONRL's' compute infrastructure. + The Neutrons Data Interpretation Platform (NDIP) allows to run Neutron Science applications and workflows on ORNL's' compute infrastructure. ), },