Skip to content

Commit 7ff5f51

Browse files
committed
Because it's new year
1 parent e894ad4 commit 7ff5f51

35 files changed

+36
-36
lines changed

examples/basic/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77
import monic

examples/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77
import monic

examples/http/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77
# pylint: disable=redefined-builtin

monic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77
from monic import expressions, runtime, version

monic/expressions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77
from monic.expressions.context import ExpressionsContext

monic/expressions/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77
from dataclasses import dataclass

monic/expressions/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77

monic/expressions/interpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77
# pylint: disable=no-else-break,no-else-return,no-else-raise,broad-except

monic/expressions/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77
import ast

monic/expressions/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Monic Framework
33
#
4-
# Copyright (c) 2024 Cognica, Inc.
4+
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

77
import importlib

0 commit comments

Comments
 (0)