Skip to content

Commit 985c875

Browse files
authored
Fix MIT license comment (Azure#21695)
1 parent 0f47777 commit 985c875

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

sdk/azcore/messaging/cloud_event.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright 2017 Microsoft Corporation. All rights reserved.
2-
// Use of this source code is governed by an MIT
3-
// license that can be found in the LICENSE file.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
43

54
// Package messaging contains types used across messaging packages.
65
package messaging

sdk/azcore/messaging/cloud_event_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright 2017 Microsoft Corporation. All rights reserved.
2-
// Use of this source code is governed by an MIT
3-
// license that can be found in the LICENSE file.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
43

54
package messaging
65

sdk/azcore/messaging/example_usingcloudevent_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright 2017 Microsoft Corporation. All rights reserved.
2-
// Use of this source code is governed by an MIT
3-
// license that can be found in the LICENSE file.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
43

54
package messaging_test
65

0 commit comments

Comments
 (0)