Skip to content

Commit

Permalink
Fix license header capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh09 committed Apr 25, 2023
1 parent 94f3f37 commit e0e150f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions ecs-agent/logger/audit/audit_log.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// copyright amazon.com inc. or its affiliates. all rights reserved.
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
//
// licensed under the apache license, version 2.0 (the "license"). you may
// not use this file except in compliance with the license. a copy of the
// license is located at
// Licensed under the Apache License, Version 2.0 (the "License"). You may
// not use this file except in compliance with the License. A copy of the
// License is located at
//
// http://aws.amazon.com/apache2.0/
//
// or in the "license" file accompanying this file. this file is distributed
// on an "as is" basis, without warranties or conditions of any kind, either
// express or implied. see the license for the specific language governing
// permissions and limitations under the license.
// or in the "license" file accompanying this file. This file is distributed
// on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
// express or implied. See the License for the specific language governing
// permissions and limitations under the License.

//go:generate mockgen -destination=mocks/mock_audit_logger.go -copyright_file=../../../scripts/copyright_file . AuditLogger

Expand Down
16 changes: 8 additions & 8 deletions ecs-agent/tmds/utils/mux/mux.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// copyright amazon.com inc. or its affiliates. all rights reserved.
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
//
// licensed under the apache license, version 2.0 (the "license"). you may
// not use this file except in compliance with the license. a copy of the
// license is located at
// Licensed under the Apache License, Version 2.0 (the "License"). You may
// not use this file except in compliance with the License. A copy of the
// License is located at
//
// http://aws.amazon.com/apache2.0/
//
// or in the "license" file accompanying this file. this file is distributed
// on an "as is" basis, without warranties or conditions of any kind, either
// express or implied. see the license for the specific language governing
// permissions and limitations under the license.
// or in the "license" file accompanying this file. This file is distributed
// on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
// express or implied. See the License for the specific language governing
// permissions and limitations under the License.
package mux

const (
Expand Down
16 changes: 8 additions & 8 deletions ecs-agent/tmds/utils/mux/mux_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//go:build unit
// +build unit

// copyright amazon.com inc. or its affiliates. all rights reserved.
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
//
// licensed under the apache license, version 2.0 (the "license"). you may
// not use this file except in compliance with the license. a copy of the
// license is located at
// Licensed under the Apache License, Version 2.0 (the "License"). You may
// not use this file except in compliance with the License. A copy of the
// License is located at
//
// http://aws.amazon.com/apache2.0/
//
// or in the "license" file accompanying this file. this file is distributed
// on an "as is" basis, without warranties or conditions of any kind, either
// express or implied. see the license for the specific language governing
// permissions and limitations under the license.
// or in the "license" file accompanying this file. This file is distributed
// on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
// express or implied. See the License for the specific language governing
// permissions and limitations under the License.
package mux

import (
Expand Down

0 comments on commit e0e150f

Please sign in to comment.