From 4928004e3172dd2676b94d386242a943aae92a0f Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 14 Feb 2022 14:34:18 -0800 Subject: [PATCH] Fix copyright. --- python/cudf/cudf/core/single_column_frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf/cudf/core/single_column_frame.py b/python/cudf/cudf/core/single_column_frame.py index 727f3095696..50b206d3388 100644 --- a/python/cudf/cudf/core/single_column_frame.py +++ b/python/cudf/cudf/core/single_column_frame.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-2022, NVIDIA CORPORATION. """Base class for Frame types that only have a single column.""" from __future__ import annotations