From 320ee25ef3f654b1a8e50a3c1d8621f8e2bd24e1 Mon Sep 17 00:00:00 2001 From: Iroy30 <41401566+Iroy30@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:54:35 -0600 Subject: [PATCH 1/2] Update notebook_helpers.py --- .../notebook_utils/notebook_helpers.py | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/notebooks/routing/microservice/notebook_utils/notebook_helpers.py b/notebooks/routing/microservice/notebook_utils/notebook_helpers.py index b244934..e9667ab 100644 --- a/notebooks/routing/microservice/notebook_utils/notebook_helpers.py +++ b/notebooks/routing/microservice/notebook_utils/notebook_helpers.py @@ -1,5 +1,23 @@ -# Copyright (c) 2022, NVIDIA CORPORATION. -# CONFIDENTIAL, provided under NDA. +# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +# DEALINGS IN THE SOFTWARE. import matplotlib.pyplot as plt import matplotlib.font_manager as fm From 1dbf43a4f47e8192dbce690ea923101a0c493544 Mon Sep 17 00:00:00 2001 From: Iroy30 <41401566+Iroy30@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:55:06 -0600 Subject: [PATCH 2/2] Update notebook_helpers.py --- .../python/notebook_utils/notebook_helpers.py | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/notebooks/routing/python/notebook_utils/notebook_helpers.py b/notebooks/routing/python/notebook_utils/notebook_helpers.py index 65b3205..011a04d 100644 --- a/notebooks/routing/python/notebook_utils/notebook_helpers.py +++ b/notebooks/routing/python/notebook_utils/notebook_helpers.py @@ -1,5 +1,23 @@ -# Copyright (c) 2022, NVIDIA CORPORATION. -# CONFIDENTIAL, provided under NDA. +# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +# DEALINGS IN THE SOFTWARE. import matplotlib.pyplot as plt import matplotlib.font_manager as fm