Skip to content

Commit

Permalink
SNOW-1877763: Update copyright notice to include 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-helmeleegy committed Jan 10, 2025
1 parent 7c1ed3e commit edcb05a
Show file tree
Hide file tree
Showing 442 changed files with 594 additions and 469 deletions.
2 changes: 1 addition & 1 deletion license_header.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.

2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

# Licensed to Modin Development Team under one or more contributor license agreements.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/config/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

# Licensed to Modin Development Team under one or more contributor license agreements.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/config/envvars.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

# Licensed to Modin Development Team under one or more contributor license agreements.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/config/pubsub.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

# Licensed to Modin Development Team under one or more contributor license agreements.
Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3

#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import modin.pandas as pd # pragma: no cover
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import inspect
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

#
# This file contains utils functions used by aggregation functions.
#
Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/align_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from collections import Counter
from typing import Literal

Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/apply_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import inspect
import json
import sys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import functools
from collections.abc import Hashable
from dataclasses import dataclass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from collections.abc import Hashable, Sequence
from typing import Literal, Optional, Union

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

#
# This file contains utils functions used by cumulative aggregation functions.
#
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/cut_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from typing import Sequence, Union
Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/frame.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import functools
from collections.abc import Hashable
from dataclasses import dataclass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#


from typing import Optional

from pandas import NaT, Timestamp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from collections.abc import Hashable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

#
# This file contains utils functions used by the groupby functionalities.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import typing
from collections.abc import Hashable, Sized
from enum import Enum
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/io_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import glob
Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/isin_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import pandas as native_pd

from snowflake.snowpark.column import Column as SnowparkColumn
Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/join_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from collections.abc import Hashable, Sequence
from enum import Enum, IntFlag, auto
from typing import NamedTuple, Optional, Union, get_args
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import logging
import sys
import uuid
Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/pivot_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from collections import namedtuple
from collections.abc import Generator, Hashable
from functools import reduce
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from typing import Any, Literal, NoReturn, Optional, Union
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/session.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import sys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import datetime
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

# keys used in the statement parameters for Snowpark pandas
Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/telemetry.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python3
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import functools
import inspect
import re
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

# See https://strftime.org/ and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from collections.abc import Hashable
from typing import Optional, Union

Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/type_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from functools import lru_cache, reduce
from typing import Any, Callable, Union

Expand Down
3 changes: 2 additions & 1 deletion src/snowflake/snowpark/modin/plugin/_internal/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import json
import logging
import re
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from snowflake.snowpark.modin.plugin._internal.frame import InternalFrame
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

#
# This file contains utils functions used by the groupby functionalities.
#
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/_typing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

from collections.abc import Hashable
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/compiler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

# Licensed to Modin Development Team under one or more contributor license agreements.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/compiler/doc_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

# Licensed to Modin Development Team under one or more contributor license agreements.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

import calendar
import collections
import copy
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/docstrings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

"""This module contains objects whose documentation will override Modin's documentation."""
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/docstrings/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

"""This module contains BasePandasDataset docstrings that override modin's docstrings."""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

"""This module contains DataFrame docstrings that override modin's docstrings."""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

# Licensed to Modin Development Team under one or more contributor license agreements.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/docstrings/general.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

"""This module contains general top-level pandas docstrings that override modin's docstrings."""
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/docstrings/groupby.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

"""This module contains groupby docstrings that override modin's docstrings."""
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/docstrings/index.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

"""This module contains Index docstrings that override modin's docstrings."""
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/docstrings/io.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

"""This module contains I/O top-level pandas docstrings that override modin's docstrings."""
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/docstrings/resample.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

"""This module contains Resampler docstrings that override modin's docstrings."""
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/plugin/docstrings/series.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
#

"""This module contains Series docstrings that override modin's docstrings."""
Expand Down
Loading

0 comments on commit edcb05a

Please sign in to comment.