diff --git a/sdk/azcore/messaging/cloud_event.go b/sdk/azcore/messaging/cloud_event.go index 7cac3ed26342..d0b9c999e07a 100644 --- a/sdk/azcore/messaging/cloud_event.go +++ b/sdk/azcore/messaging/cloud_event.go @@ -1,6 +1,5 @@ -// Copyright 2017 Microsoft Corporation. All rights reserved. -// Use of this source code is governed by an MIT -// license that can be found in the LICENSE file. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // Package messaging contains types used across messaging packages. package messaging diff --git a/sdk/azcore/messaging/cloud_event_test.go b/sdk/azcore/messaging/cloud_event_test.go index 4e8567b81df1..b64fa2c54912 100644 --- a/sdk/azcore/messaging/cloud_event_test.go +++ b/sdk/azcore/messaging/cloud_event_test.go @@ -1,6 +1,5 @@ -// Copyright 2017 Microsoft Corporation. All rights reserved. -// Use of this source code is governed by an MIT -// license that can be found in the LICENSE file. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. package messaging diff --git a/sdk/azcore/messaging/example_usingcloudevent_test.go b/sdk/azcore/messaging/example_usingcloudevent_test.go index 0766f0d49f40..6bfd81aee69f 100644 --- a/sdk/azcore/messaging/example_usingcloudevent_test.go +++ b/sdk/azcore/messaging/example_usingcloudevent_test.go @@ -1,6 +1,5 @@ -// Copyright 2017 Microsoft Corporation. All rights reserved. -// Use of this source code is governed by an MIT -// license that can be found in the LICENSE file. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. package messaging_test