Update copyright headers (#5358)

GitOrigin-RevId: ef34570ab06315a4c82e978cfde5e4b9b0461408
This commit is contained in:
Michał Bartoszkiewicz 2024-01-05 09:32:14 +01:00 committed by Manul from Pathway
parent d7d9aabfdf
commit 2c3d8034a0
306 changed files with 403 additions and 207 deletions

View File

@ -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

View File

@ -1,3 +1,5 @@
// Copyright © 2024 Pathway
fn main() {
println!("cargo:rerun-if-changed=build.rs");

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import json
import os

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import json
import pathlib

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from collections.abc import Iterable
from uuid import uuid4

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import json
import os

View File

@ -1,3 +1,5 @@
# Copyright © 2024 Pathway
import os
import pathlib
import threading

View File

@ -0,0 +1 @@
# Copyright © 2024 Pathway

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import json
import os

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import argparse
import os

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python
# Copyright © 2024 Pathway
import argparse
import pathlib

View File

@ -1,3 +1,5 @@
# Copyright © 2024 Pathway
import pathlib
import pytest

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from pathway.cli import main

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import os
import subprocess

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,3 +1,5 @@
# Copyright © 2024 Pathway
"""Pathway demo module
Typical use:
@ -8,7 +10,6 @@ Typical use:
>>> 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

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
"""Variant of API with immediate evaluation in Python."""

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,3 +1,5 @@
# Copyright © 2024 Pathway
from __future__ import annotations
from abc import ABC, abstractmethod

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,3 +1,5 @@
# Copyright © 2024 Pathway
import pickle
from abc import ABC, abstractmethod
from collections import Counter

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import pandas as pd

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
class DeprecationMetaclass(type):

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import os

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -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

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from warnings import warn

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import math

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from collections.abc import Iterable

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
"""Operator evaluation strategy.

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import contextlib
import logging

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,3 +1,5 @@
# Copyright © 2024 Pathway
from collections.abc import Callable, Mapping
from typing import Any

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
"""Auxiliary representation of RowTransformer attributes.

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from pathway.internals import parse_graph

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
"""Runtime type-checking"""
import functools

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1 +1 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,3 +1,5 @@
# Copyright © 2024 Pathway
from __future__ import annotations
from typing import Any, Protocol

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import itertools
from collections import defaultdict

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1 +1 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from datetime import datetime, timedelta
from typing import Any

View File

@ -1,3 +1,3 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
__version__ = "UNKNOWN"

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from pathway.io import (
csv,

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
import dataclasses
import warnings

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

View File

@ -1,4 +1,4 @@
# Copyright © 2023 Pathway
# Copyright © 2024 Pathway
from __future__ import annotations

Some files were not shown because too many files have changed in this diff Show More