Skip to content

Commit 3ea532b

Browse files
change the license headers in doc.go and version.go (#14577)
1 parent e6d0d5f commit 3ea532b

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

doc.go

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,5 @@ Samples: https://github.com/Azure-Samples/azure-sdk-for-go-samples
1111
*/
1212
package sdk
1313

14-
// Copyright (c) Microsoft and contributors. All rights reserved.
15-
//
16-
// Licensed under the Apache License, Version 2.0 (the "License");
17-
// you may not use this file except in compliance with the License.
18-
// You may obtain a copy of the License at
19-
// http://www.apache.org/licenses/LICENSE-2.0
20-
//
21-
// Unless required by applicable law or agreed to in writing, software
22-
// distributed under the License is distributed on an "AS IS" BASIS,
23-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24-
//
25-
// See the License for the specific language governing permissions and
26-
// limitations under the License.
14+
// Copyright (c) Microsoft Corporation. All rights reserved.
15+
// Licensed under the MIT License. See License.txt in the project root for license information.

version/version.go

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
package version
22

3-
// Copyright (c) Microsoft and contributors. All rights reserved.
4-
//
5-
// Licensed under the Apache License, Version 2.0 (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
//
14-
// See the License for the specific language governing permissions and
15-
// limitations under the License.
16-
//
17-
// Code generated by Microsoft (R) AutoRest Code Generator.
18-
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
3+
// Copyright (c) Microsoft Corporation. All rights reserved.
4+
// Licensed under the MIT License. See License.txt in the project root for license information.
195

206
// Number contains the semantic version of this SDK.
217
const Number = "v53.3.0"

0 commit comments

Comments
 (0)