Skip to content

Commit caa764f

Browse files
authored
chore: Adds and reformats copyright statements(#14)
Adds and reformats copyright statements Signed-off-by: Pritesh Bandi <[email protected]>
1 parent b8f64bb commit caa764f

22 files changed

+222
-144
lines changed

cmd/main.go

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

1414
package main
1515

examples/sign/main.go

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

316
import (

examples/sign/sign.go

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

316
import (

examples/utils/ecr.go

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

316
import (

examples/utils/utils.go

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

316
import (

examples/verify/main.go

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

316
import (

examples/verify/verify.go

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

316
import (

internal/client/client.go

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

1414
// Package client creates AWS service like AWS Signer client required by plugin.
1515
package client

internal/client/client_test.go

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

1414
package client
1515

internal/client/interface.go

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

1414
package client
1515

internal/logger/logger.go

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

1414
// Package logger provides logging functionality.
1515
package logger

internal/logger/logger_test.go

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

1414
package logger
1515

internal/signer/signer.go

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

1414
// Package signer provides functionality to generate signatures using AWS Signer
1515
// in accordance with the NotaryProject Plugin contract.

internal/signer/signer_test.go

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

1414
package signer
1515

internal/slices/slices.go

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

1414
// Package slices provides utility methods for slice.
1515
package slices

internal/slices/slices_test.go

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

1414
package slices
1515

internal/verifier/verifier.go

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

1414
// Package verifier verified provides functionality to verify signatures generated using AWS Signer
1515
// in accordance with the NotaryProject Plugin contract.

0 commit comments

Comments
 (0)