Skip to content

Commit 3048fe9

Browse files
committed
Update copyright year
1 parent 7108b8f commit 3048fe9

93 files changed

Lines changed: 98 additions & 98 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22

33
Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the
44
License. A copy of the License is located at

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"). You
44
# may not use this file except in compliance with the License. A copy of

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Amazon ECS Command Line Interface
2-
Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.

ecs-cli/license/generate_license.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"). You may
44
// not use this file except in compliance with the License. A copy of the

ecs-cli/license/license.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"). You may
44
// not use this file except in compliance with the License. A copy of the
@@ -13,7 +13,7 @@
1313

1414
package license
1515

16-
const License = `Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
16+
const License = `Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1717
1818
Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the
1919
License. A copy of the License is located at

ecs-cli/license/license_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"). You may
44
// not use this file except in compliance with the License. A copy of the

ecs-cli/license/license_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"). You may
44
// not use this file except in compliance with the License. A copy of the

ecs-cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"). You may
44
// not use this file except in compliance with the License. A copy of the

ecs-cli/modules/aws/clients/cloudformation/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"). You may
44
// not use this file except in compliance with the License. A copy of the

ecs-cli/modules/aws/clients/cloudformation/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"). You may
44
// not use this file except in compliance with the License. A copy of the

0 commit comments

Comments
 (0)