Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Mar 1, 2021
1 parent 44d87ac commit 098e4a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion python/cudf/cudf/core/scalar.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2020, NVIDIA CORPORATION.
# Copyright (c) 2020-2021, NVIDIA CORPORATION.

import numpy as np

from cudf._lib.scalar import DeviceScalar, _is_null_host_scalar
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_applymap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, NVIDIA CORPORATION.
# Copyright (c) 2018-2021, NVIDIA CORPORATION.

from itertools import product
from math import floor
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_pandas_interop.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018-2020, NVIDIA CORPORATION.
# Copyright (c) 2018-2021, NVIDIA CORPORATION.

import numpy as np
import pandas as pd
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020, NVIDIA CORPORATION.
# Copyright (c) 2020-2021, NVIDIA CORPORATION.

import re
from collections.abc import Mapping, Sequence
Expand Down

0 comments on commit 098e4a7

Please sign in to comment.