From 5208632d9c43f5676bcb3fd43d4b80bf649fe5d2 Mon Sep 17 00:00:00 2001 From: jstilley Date: Mon, 15 Jan 2024 11:45:55 -0800 Subject: [PATCH] Fixing datetime strings --- README.rst | 2 +- armi/__init__.py | 2 +- armi/bookkeeping/db/tests/__init__.py | 13 ------------- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index a5a9e43f7..d689dd0f3 100644 --- a/README.rst +++ b/README.rst @@ -405,7 +405,7 @@ The ARMI system is licensed as follows: .. code-block:: none - Copyright 2009-2023 TerraPower, LLC + Copyright 2009-2024 TerraPower, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/armi/__init__.py b/armi/__init__.py index 4c36c7694..3cc68fb66 100644 --- a/armi/__init__.py +++ b/armi/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2019 TerraPower, LLC +# Copyright 2019 TerraPower, LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/armi/bookkeeping/db/tests/__init__.py b/armi/bookkeeping/db/tests/__init__.py index 03f780d3b..7f2271639 100644 --- a/armi/bookkeeping/db/tests/__init__.py +++ b/armi/bookkeeping/db/tests/__init__.py @@ -13,16 +13,3 @@ # limitations under the License. """Database tests.""" -# Copyright 2009-2019 TerraPower, LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License.