Skip to content

Commit 2957741

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Update copyright header 2026 (#9665)
GitOrigin-RevId: 1b495ffd173a7d7d770f27031d0b517e01effda5
1 parent 7cfb129 commit 2957741

File tree

414 files changed

+414
-414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

414 files changed

+414
-414
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2024 Pathway
1+
// Copyright © 2026 Pathway
22

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

examples/projects/best-movies-example/kafka-version/pathway-src/process-stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Pathway
1+
# Copyright © 2026 Pathway
22

33
import time
44

examples/projects/best-movies-example/kafka-version/producer-src/create-stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Pathway
1+
# Copyright © 2026 Pathway
22

33
import csv
44
import json

examples/projects/best-movies-example/redpanda-version/pathway-src/process-stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Pathway
1+
# Copyright © 2026 Pathway
22

33
import time
44

examples/projects/best-movies-example/redpanda-version/producer-src/create-stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Pathway
1+
# Copyright © 2026 Pathway
22

33
import csv
44
import json

examples/projects/custom-python-connector-twitter/twitter_connector_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Pathway
1+
# Copyright © 2026 Pathway
22

33
from __future__ import annotations
44

examples/projects/debezium-mongodb-example/pathway-src/sum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Pathway
1+
# Copyright © 2026 Pathway
22

33
import pathway as pw
44

examples/projects/debezium-postgres-example/pathway-src/sum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Pathway
1+
# Copyright © 2026 Pathway
22

33
import time
44

examples/projects/from_jupyter_to_deploy/part4_deployment/dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright © 2024 Pathway
3+
# Copyright © 2026 Pathway
44

55
# This is part of the tutorial https://pathway.com/developers/user-guide/from-jupyter-to-deploy
66

examples/projects/from_jupyter_to_deploy/part4_deployment/kafka-data-streamer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright © 2024 Pathway
3+
# Copyright © 2026 Pathway
44

55
# This is part of the tutorial https://pathway.com/developers/user-guide/from-jupyter-to-deploy
66

0 commit comments

Comments
 (0)