Skip to content

Commit 66b0f2b

Browse files
committed
add build tags and license
1 parent 542e816 commit 66b0f2b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ecs-agent/credentials/providers/instance_credentials_provider_test.go

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
//go:build unit
2+
// +build unit
3+
4+
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
5+
//
6+
// Licensed under the Apache License, Version 2.0 (the "License"). You may
7+
// not use this file except in compliance with the License. A copy of the
8+
// License is located at
9+
//
10+
// http://aws.amazon.com/apache2.0/
11+
//
12+
// or in the "license" file accompanying this file. This file is distributed
13+
// on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
14+
// express or implied. See the License for the specific language governing
15+
// permissions and limitations under the License.
16+
117
package providers
218

319
import (

0 commit comments

Comments
 (0)