Skip to content

Commit

Permalink
Update copyright headers (#5358)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ef34570ab06315a4c82e978cfde5e4b9b0461408
  • Loading branch information
embe-pw authored and Manul from Pathway committed Jan 8, 2024
1 parent d7d9aab commit 2c3d803
Show file tree
Hide file tree
Showing 306 changed files with 403 additions and 207 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Licensed Work:
as their license file, and are made available by the Licensor at
pathway.com, github.com/pathwaycom/, and by way of other distribution
channels.
The Licensed Work is © 2023 NavAlgo SAS
The Licensed Work is © 2024 NavAlgo SAS

Additional Use Grant:
The Licensor grants you (the licensee) additional rights to the Licensed
Expand Down
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright © 2024 Pathway

fn main() {
println!("cargo:rerun-if-changed=build.rs");

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/kafka/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/kafka/test_backfilling.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

import json
import os
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/kafka/test_simple.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

import json
import pathlib
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/kafka/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from collections.abc import Iterable
from uuid import uuid4
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/s3/test_s3_interops.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

import json
import os
Expand Down
2 changes: 2 additions & 0 deletions integration_tests/webserver/test_rest_connector.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright © 2024 Pathway

import os
import pathlib
import threading
Expand Down
1 change: 1 addition & 0 deletions integration_tests/wordcount/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright © 2024 Pathway
2 changes: 1 addition & 1 deletion integration_tests/wordcount/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

import json
import os
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/wordcount/pw_wordcount.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

import argparse
import os
Expand Down
2 changes: 2 additions & 0 deletions integration_tests/wordcount/test_new_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python

# Copyright © 2024 Pathway

import argparse
import pathlib

Expand Down
2 changes: 2 additions & 0 deletions integration_tests/wordcount/test_recovery.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright © 2024 Pathway

import pathlib

import pytest
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from pathway.cli import main

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/_engine_finder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

import os
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/debug/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
3 changes: 2 additions & 1 deletion python/pathway/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright © 2024 Pathway

"""Pathway demo module
Typical use:
Expand All @@ -8,7 +10,6 @@
>>> pw.demo.replay_csv("./input_stream.csv", schema=InputSchema)
<pathway.Table schema={'name': <class 'str'>, 'age': <class 'int'>}>
"""
# Copyright © 2023 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/engine.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

"""Variant of API with immediate evaluation in Python."""

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/_io_helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/arg_handlers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/arg_tuple.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/asynchronous.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/column.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/column_namespace.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway


from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/column_path.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 2 additions & 0 deletions python/pathway/internals/column_properties.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright © 2024 Pathway

from __future__ import annotations

from abc import ABC, abstractmethod
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 2 additions & 0 deletions python/pathway/internals/custom_reducers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright © 2024 Pathway

import pickle
from abc import ABC, abstractmethod
from collections import Counter
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/datasink.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/datasource.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/datetime_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

import pandas as pd

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/decorators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/deprecation_meta.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway


class DeprecationMetaclass(type):
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/desugaring.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/dtype.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/environ.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

import os

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/expression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/expression_printer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/expression_visitor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/expressions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from pathway.internals.expressions.date_time import DateTimeNamespace
from pathway.internals.expressions.numerical import NumericalNamespace
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/expressions/date_time.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway


from warnings import warn
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/expressions/numerical.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

import math

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/expressions/string.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from collections.abc import Iterable

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/fingerprints.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/graph_runner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/graph_runner/async_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/graph_runner/operator_handler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

"""Operator evaluation strategy.

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/graph_runner/path_evaluator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/graph_runner/path_storage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/graph_runner/scope_context.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/graph_runner/state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/graph_runner/storage_graph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/groupby.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway


from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/join.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway


from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion python/pathway/internals/join_mode.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway


from __future__ import annotations
Expand Down
Loading

0 comments on commit 2c3d803

Please sign in to comment.