Skip to content

Commit cc5dbb4

Browse files
committed
Update Postgres remote query license headers
1 parent c3390f5 commit cc5dbb4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

postgres/datadog_checks/postgres/remote_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# (C) Datadog, Inc. 2026-present
22
# All rights reserved
3-
# Licensed under Simplified BSD License (see LICENSE)
3+
# Licensed under a 3-clause BSD style license (see LICENSE)
44

55
from __future__ import annotations
66

postgres/tests/test_remote_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# (C) Datadog, Inc. 2026-present
22
# All rights reserved
3-
# Licensed under Simplified BSD License (see LICENSE)
3+
# Licensed under a 3-clause BSD style license (see LICENSE)
44

55
from contextlib import contextmanager
66
from types import SimpleNamespace

postgres/tests/test_remote_query_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# (C) Datadog, Inc. 2026-present
22
# All rights reserved
3-
# Licensed under Simplified BSD License (see LICENSE)
3+
# Licensed under a 3-clause BSD style license (see LICENSE)
44

55
import json
66

0 commit comments

Comments
 (0)