Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft. All rights reserved.
Copy link

Copilot AI Nov 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The copyright header format doesn't match the required Microsoft copyright header format. It should be:

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

Instead of:

# Copyright (c) Microsoft. All rights reserved.

Copilot generated this review using guidance from repository custom instructions.

"""
Microsoft Agents A365 Notifications
Microsoft Agent 365 Notifications

Notification and messaging extensions for AI agent applications.
This module provides utilities for handling agent notifications and routing.
Expand Down
Loading