diff --git a/NOTICE b/NOTICE index fa0bde0e6f..e7ccb011a1 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ cfn-flip -Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. diff --git a/docs/getting_started/rules.md b/docs/getting_started/rules.md index b24096dc68..0789d2935c 100644 --- a/docs/getting_started/rules.md +++ b/docs/getting_started/rules.md @@ -41,7 +41,7 @@ Use the following skeleton code as a starting point of your new rule: ```python """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software @@ -99,7 +99,7 @@ Use the following skeleton code as a starting point of your new rule: ```python """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/examples/rules/PropertiesTagsIncluded.py b/examples/rules/PropertiesTagsIncluded.py index 2fec1dc14f..4c0eea654f 100644 --- a/examples/rules/PropertiesTagsIncluded.py +++ b/examples/rules/PropertiesTagsIncluded.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/examples/rules/PropertiesTagsRequired.py b/examples/rules/PropertiesTagsRequired.py index 511f11b2cf..aa4cf53d9b 100644 --- a/examples/rules/PropertiesTagsRequired.py +++ b/examples/rules/PropertiesTagsRequired.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/setup.py b/setup.py index 4f0f68854f..c586ebe10c 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/__init__.py b/src/cfnlint/__init__.py index eb048f35ba..1e24e69053 100644 --- a/src/cfnlint/__init__.py +++ b/src/cfnlint/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/__main__.py b/src/cfnlint/__main__.py index ddce459336..d1f77a2696 100644 --- a/src/cfnlint/__main__.py +++ b/src/cfnlint/__main__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/config.py b/src/cfnlint/config.py index e39fb53a67..d3f03f4b8e 100644 --- a/src/cfnlint/config.py +++ b/src/cfnlint/config.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/core.py b/src/cfnlint/core.py index e114c0c848..6a56990289 100644 --- a/src/cfnlint/core.py +++ b/src/cfnlint/core.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/decode/__init__.py b/src/cfnlint/decode/__init__.py index 6b6b17bc48..32ec392b85 100644 --- a/src/cfnlint/decode/__init__.py +++ b/src/cfnlint/decode/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/decode/cfn_json.py b/src/cfnlint/decode/cfn_json.py index e5f6c629c9..e8212d6ef8 100644 --- a/src/cfnlint/decode/cfn_json.py +++ b/src/cfnlint/decode/cfn_json.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/decode/cfn_yaml.py b/src/cfnlint/decode/cfn_yaml.py index 5ed9e446b7..24a28b0a65 100644 --- a/src/cfnlint/decode/cfn_yaml.py +++ b/src/cfnlint/decode/cfn_yaml.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/decode/node.py b/src/cfnlint/decode/node.py index b77430c512..796146d17f 100644 --- a/src/cfnlint/decode/node.py +++ b/src/cfnlint/decode/node.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/formatters/__init__.py b/src/cfnlint/formatters/__init__.py index 1c2f200be6..ffc79f3b3c 100644 --- a/src/cfnlint/formatters/__init__.py +++ b/src/cfnlint/formatters/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/helpers.py b/src/cfnlint/helpers.py index 7d8ccde5b3..0c887d521c 100644 --- a/src/cfnlint/helpers.py +++ b/src/cfnlint/helpers.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/maintenance.py b/src/cfnlint/maintenance.py index 0b34394a20..880188774e 100644 --- a/src/cfnlint/maintenance.py +++ b/src/cfnlint/maintenance.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/__init__.py b/src/cfnlint/rules/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/__init__.py +++ b/src/cfnlint/rules/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/conditions/Configuration.py b/src/cfnlint/rules/conditions/Configuration.py index 5fd634fd47..29957aa7a4 100644 --- a/src/cfnlint/rules/conditions/Configuration.py +++ b/src/cfnlint/rules/conditions/Configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/conditions/Exists.py b/src/cfnlint/rules/conditions/Exists.py index 0027b91d39..f1be40e2d7 100644 --- a/src/cfnlint/rules/conditions/Exists.py +++ b/src/cfnlint/rules/conditions/Exists.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/conditions/Used.py b/src/cfnlint/rules/conditions/Used.py index 96b643a75a..dfccd7dbb0 100644 --- a/src/cfnlint/rules/conditions/Used.py +++ b/src/cfnlint/rules/conditions/Used.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/conditions/__init__.py b/src/cfnlint/rules/conditions/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/conditions/__init__.py +++ b/src/cfnlint/rules/conditions/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/Base64.py b/src/cfnlint/rules/functions/Base64.py index d53e0536ac..642b03fd48 100644 --- a/src/cfnlint/rules/functions/Base64.py +++ b/src/cfnlint/rules/functions/Base64.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/Cidr.py b/src/cfnlint/rules/functions/Cidr.py index c6a9224d9d..d27af01b3a 100644 --- a/src/cfnlint/rules/functions/Cidr.py +++ b/src/cfnlint/rules/functions/Cidr.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/DynamicReferenceSecureString.py b/src/cfnlint/rules/functions/DynamicReferenceSecureString.py index d130594ade..b844b8018d 100644 --- a/src/cfnlint/rules/functions/DynamicReferenceSecureString.py +++ b/src/cfnlint/rules/functions/DynamicReferenceSecureString.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/FindInMap.py b/src/cfnlint/rules/functions/FindInMap.py index 2a5a27d808..8c0c64e7bf 100644 --- a/src/cfnlint/rules/functions/FindInMap.py +++ b/src/cfnlint/rules/functions/FindInMap.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/GetAtt.py b/src/cfnlint/rules/functions/GetAtt.py index 9521884672..bbc50495e9 100644 --- a/src/cfnlint/rules/functions/GetAtt.py +++ b/src/cfnlint/rules/functions/GetAtt.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/GetAz.py b/src/cfnlint/rules/functions/GetAz.py index 56ad9d864b..c76c40bcfc 100644 --- a/src/cfnlint/rules/functions/GetAz.py +++ b/src/cfnlint/rules/functions/GetAz.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/If.py b/src/cfnlint/rules/functions/If.py index 5b64e4e06e..476b2360eb 100644 --- a/src/cfnlint/rules/functions/If.py +++ b/src/cfnlint/rules/functions/If.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/ImportValue.py b/src/cfnlint/rules/functions/ImportValue.py index b51a2badcb..2ae97c562d 100644 --- a/src/cfnlint/rules/functions/ImportValue.py +++ b/src/cfnlint/rules/functions/ImportValue.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/Join.py b/src/cfnlint/rules/functions/Join.py index 9689576661..864dcc3a14 100644 --- a/src/cfnlint/rules/functions/Join.py +++ b/src/cfnlint/rules/functions/Join.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/Not.py b/src/cfnlint/rules/functions/Not.py index e6efc9261e..c33071b107 100644 --- a/src/cfnlint/rules/functions/Not.py +++ b/src/cfnlint/rules/functions/Not.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/Ref.py b/src/cfnlint/rules/functions/Ref.py index 5975e5a074..72d58b4aa5 100644 --- a/src/cfnlint/rules/functions/Ref.py +++ b/src/cfnlint/rules/functions/Ref.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/RefExist.py b/src/cfnlint/rules/functions/RefExist.py index ff4c6a9636..e09f9a12ca 100644 --- a/src/cfnlint/rules/functions/RefExist.py +++ b/src/cfnlint/rules/functions/RefExist.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/RefInCondition.py b/src/cfnlint/rules/functions/RefInCondition.py index 8e1beef515..00f7fcffad 100644 --- a/src/cfnlint/rules/functions/RefInCondition.py +++ b/src/cfnlint/rules/functions/RefInCondition.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/Select.py b/src/cfnlint/rules/functions/Select.py index 3de04e9400..bd99406ad4 100644 --- a/src/cfnlint/rules/functions/Select.py +++ b/src/cfnlint/rules/functions/Select.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/Split.py b/src/cfnlint/rules/functions/Split.py index 6ec58d0bc1..848a523b3b 100644 --- a/src/cfnlint/rules/functions/Split.py +++ b/src/cfnlint/rules/functions/Split.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/Sub.py b/src/cfnlint/rules/functions/Sub.py index 009be683d6..b316d45375 100644 --- a/src/cfnlint/rules/functions/Sub.py +++ b/src/cfnlint/rules/functions/Sub.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/SubNeeded.py b/src/cfnlint/rules/functions/SubNeeded.py index 91b97076f2..192b718bd9 100644 --- a/src/cfnlint/rules/functions/SubNeeded.py +++ b/src/cfnlint/rules/functions/SubNeeded.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/SubParametersUsed.py b/src/cfnlint/rules/functions/SubParametersUsed.py index 035fd52d0a..61b14f2f77 100644 --- a/src/cfnlint/rules/functions/SubParametersUsed.py +++ b/src/cfnlint/rules/functions/SubParametersUsed.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/SubUnneeded.py b/src/cfnlint/rules/functions/SubUnneeded.py index 8b2a7c852f..45db8fd2dd 100644 --- a/src/cfnlint/rules/functions/SubUnneeded.py +++ b/src/cfnlint/rules/functions/SubUnneeded.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/functions/__init__.py b/src/cfnlint/rules/functions/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/functions/__init__.py +++ b/src/cfnlint/rules/functions/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/mappings/Configuration.py b/src/cfnlint/rules/mappings/Configuration.py index 8cb5a37d47..52f72a0c22 100644 --- a/src/cfnlint/rules/mappings/Configuration.py +++ b/src/cfnlint/rules/mappings/Configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/mappings/KeyName.py b/src/cfnlint/rules/mappings/KeyName.py index 5ea5fca7f3..f805320ab5 100644 --- a/src/cfnlint/rules/mappings/KeyName.py +++ b/src/cfnlint/rules/mappings/KeyName.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/mappings/LimitAttributes.py b/src/cfnlint/rules/mappings/LimitAttributes.py index 968602679e..b23565f7b6 100644 --- a/src/cfnlint/rules/mappings/LimitAttributes.py +++ b/src/cfnlint/rules/mappings/LimitAttributes.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/mappings/LimitName.py b/src/cfnlint/rules/mappings/LimitName.py index c233d2bf1c..1ab0be9738 100644 --- a/src/cfnlint/rules/mappings/LimitName.py +++ b/src/cfnlint/rules/mappings/LimitName.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/mappings/LimitNumber.py b/src/cfnlint/rules/mappings/LimitNumber.py index ce5eca40e2..c034417b7d 100644 --- a/src/cfnlint/rules/mappings/LimitNumber.py +++ b/src/cfnlint/rules/mappings/LimitNumber.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/mappings/Name.py b/src/cfnlint/rules/mappings/Name.py index 575147275c..9a8bc0322f 100644 --- a/src/cfnlint/rules/mappings/Name.py +++ b/src/cfnlint/rules/mappings/Name.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/mappings/Used.py b/src/cfnlint/rules/mappings/Used.py index f0fdf9096c..4557b86e64 100644 --- a/src/cfnlint/rules/mappings/Used.py +++ b/src/cfnlint/rules/mappings/Used.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/mappings/__init__.py b/src/cfnlint/rules/mappings/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/mappings/__init__.py +++ b/src/cfnlint/rules/mappings/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/metadata/InterfaceConfiguration.py b/src/cfnlint/rules/metadata/InterfaceConfiguration.py index 26718a339f..fd38149303 100644 --- a/src/cfnlint/rules/metadata/InterfaceConfiguration.py +++ b/src/cfnlint/rules/metadata/InterfaceConfiguration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/metadata/InterfaceParameterExists.py b/src/cfnlint/rules/metadata/InterfaceParameterExists.py index 35fb53cb3d..09344a7c9e 100644 --- a/src/cfnlint/rules/metadata/InterfaceParameterExists.py +++ b/src/cfnlint/rules/metadata/InterfaceParameterExists.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/metadata/__init__.py b/src/cfnlint/rules/metadata/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/metadata/__init__.py +++ b/src/cfnlint/rules/metadata/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/Configuration.py b/src/cfnlint/rules/outputs/Configuration.py index 7d48eb528b..b80a33e1fe 100644 --- a/src/cfnlint/rules/outputs/Configuration.py +++ b/src/cfnlint/rules/outputs/Configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/Description.py b/src/cfnlint/rules/outputs/Description.py index db91decc2f..b524c18da2 100644 --- a/src/cfnlint/rules/outputs/Description.py +++ b/src/cfnlint/rules/outputs/Description.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/ImportValue.py b/src/cfnlint/rules/outputs/ImportValue.py index 8cc326d09e..063006ef5a 100644 --- a/src/cfnlint/rules/outputs/ImportValue.py +++ b/src/cfnlint/rules/outputs/ImportValue.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/LimitDescription.py b/src/cfnlint/rules/outputs/LimitDescription.py index 376db93a49..19dde214c4 100644 --- a/src/cfnlint/rules/outputs/LimitDescription.py +++ b/src/cfnlint/rules/outputs/LimitDescription.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/LimitName.py b/src/cfnlint/rules/outputs/LimitName.py index 2d67098bfb..b0334bc850 100644 --- a/src/cfnlint/rules/outputs/LimitName.py +++ b/src/cfnlint/rules/outputs/LimitName.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/LimitNumber.py b/src/cfnlint/rules/outputs/LimitNumber.py index a9f7f22254..425bce0d77 100644 --- a/src/cfnlint/rules/outputs/LimitNumber.py +++ b/src/cfnlint/rules/outputs/LimitNumber.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/Name.py b/src/cfnlint/rules/outputs/Name.py index 1e7253b4e2..c35e165d4c 100644 --- a/src/cfnlint/rules/outputs/Name.py +++ b/src/cfnlint/rules/outputs/Name.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/Required.py b/src/cfnlint/rules/outputs/Required.py index cf00395204..eb69e60348 100644 --- a/src/cfnlint/rules/outputs/Required.py +++ b/src/cfnlint/rules/outputs/Required.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/Value.py b/src/cfnlint/rules/outputs/Value.py index 0bbc12c907..efc0484585 100644 --- a/src/cfnlint/rules/outputs/Value.py +++ b/src/cfnlint/rules/outputs/Value.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/outputs/__init__.py b/src/cfnlint/rules/outputs/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/outputs/__init__.py +++ b/src/cfnlint/rules/outputs/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/AvailabilityZone.py b/src/cfnlint/rules/parameters/AvailabilityZone.py index 4c78a54a7f..8f3fbd2712 100644 --- a/src/cfnlint/rules/parameters/AvailabilityZone.py +++ b/src/cfnlint/rules/parameters/AvailabilityZone.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/Cidr.py b/src/cfnlint/rules/parameters/Cidr.py index 4ccb397c89..e6178ed232 100644 --- a/src/cfnlint/rules/parameters/Cidr.py +++ b/src/cfnlint/rules/parameters/Cidr.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/CidrAllowedValues.py b/src/cfnlint/rules/parameters/CidrAllowedValues.py index aa6530ce6d..6e388b3726 100644 --- a/src/cfnlint/rules/parameters/CidrAllowedValues.py +++ b/src/cfnlint/rules/parameters/CidrAllowedValues.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/Configuration.py b/src/cfnlint/rules/parameters/Configuration.py index 6b4b12118b..aea4360fd5 100644 --- a/src/cfnlint/rules/parameters/Configuration.py +++ b/src/cfnlint/rules/parameters/Configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/Default.py b/src/cfnlint/rules/parameters/Default.py index c60097a67f..50eaa7f8cc 100644 --- a/src/cfnlint/rules/parameters/Default.py +++ b/src/cfnlint/rules/parameters/Default.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/LambdaMemorySize.py b/src/cfnlint/rules/parameters/LambdaMemorySize.py index c960a62a7e..7ed2299c9e 100644 --- a/src/cfnlint/rules/parameters/LambdaMemorySize.py +++ b/src/cfnlint/rules/parameters/LambdaMemorySize.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/LimitName.py b/src/cfnlint/rules/parameters/LimitName.py index 1177e88d1c..bcfebe8a5f 100644 --- a/src/cfnlint/rules/parameters/LimitName.py +++ b/src/cfnlint/rules/parameters/LimitName.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/LimitNumber.py b/src/cfnlint/rules/parameters/LimitNumber.py index 338405e551..b6691768fc 100644 --- a/src/cfnlint/rules/parameters/LimitNumber.py +++ b/src/cfnlint/rules/parameters/LimitNumber.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/LimitValue.py b/src/cfnlint/rules/parameters/LimitValue.py index 9800366c39..1dc3a74e16 100644 --- a/src/cfnlint/rules/parameters/LimitValue.py +++ b/src/cfnlint/rules/parameters/LimitValue.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/Name.py b/src/cfnlint/rules/parameters/Name.py index 3d4591b53a..e5759d43c1 100644 --- a/src/cfnlint/rules/parameters/Name.py +++ b/src/cfnlint/rules/parameters/Name.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/SecurityGroup.py b/src/cfnlint/rules/parameters/SecurityGroup.py index 8e413beedb..9b74155cf2 100644 --- a/src/cfnlint/rules/parameters/SecurityGroup.py +++ b/src/cfnlint/rules/parameters/SecurityGroup.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/Types.py b/src/cfnlint/rules/parameters/Types.py index d915afc1ff..08b8b9f27a 100644 --- a/src/cfnlint/rules/parameters/Types.py +++ b/src/cfnlint/rules/parameters/Types.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/Used.py b/src/cfnlint/rules/parameters/Used.py index 475fca5dce..54cbbf6de1 100644 --- a/src/cfnlint/rules/parameters/Used.py +++ b/src/cfnlint/rules/parameters/Used.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/parameters/__init__.py b/src/cfnlint/rules/parameters/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/parameters/__init__.py +++ b/src/cfnlint/rules/parameters/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/CircularDependency.py b/src/cfnlint/rules/resources/CircularDependency.py index 01896a1e75..53b71aab32 100644 --- a/src/cfnlint/rules/resources/CircularDependency.py +++ b/src/cfnlint/rules/resources/CircularDependency.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/Configuration.py b/src/cfnlint/rules/resources/Configuration.py index 6853b74ad3..460b056a44 100644 --- a/src/cfnlint/rules/resources/Configuration.py +++ b/src/cfnlint/rules/resources/Configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/DependsOn.py b/src/cfnlint/rules/resources/DependsOn.py index 30705602ed..8a35364736 100644 --- a/src/cfnlint/rules/resources/DependsOn.py +++ b/src/cfnlint/rules/resources/DependsOn.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/DependsOnObsolete.py b/src/cfnlint/rules/resources/DependsOnObsolete.py index d5ada837d2..f6fdc1871f 100644 --- a/src/cfnlint/rules/resources/DependsOnObsolete.py +++ b/src/cfnlint/rules/resources/DependsOnObsolete.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/LimitName.py b/src/cfnlint/rules/resources/LimitName.py index dfb7d4873d..9e238ebbf9 100644 --- a/src/cfnlint/rules/resources/LimitName.py +++ b/src/cfnlint/rules/resources/LimitName.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/LimitNumber.py b/src/cfnlint/rules/resources/LimitNumber.py index a32271485c..712ac1e4ec 100644 --- a/src/cfnlint/rules/resources/LimitNumber.py +++ b/src/cfnlint/rules/resources/LimitNumber.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/Name.py b/src/cfnlint/rules/resources/Name.py index 4d4b165905..6a7cb85a51 100644 --- a/src/cfnlint/rules/resources/Name.py +++ b/src/cfnlint/rules/resources/Name.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/__init__.py b/src/cfnlint/rules/resources/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/__init__.py +++ b/src/cfnlint/rules/resources/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/cloudfront/Aliases.py b/src/cfnlint/rules/resources/cloudfront/Aliases.py index d38232fe86..10b8e6ab64 100644 --- a/src/cfnlint/rules/resources/cloudfront/Aliases.py +++ b/src/cfnlint/rules/resources/cloudfront/Aliases.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/cloudfront/__init__.py b/src/cfnlint/rules/resources/cloudfront/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/cloudfront/__init__.py +++ b/src/cfnlint/rules/resources/cloudfront/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/codepipeline/CodepipelineStageActions.py b/src/cfnlint/rules/resources/codepipeline/CodepipelineStageActions.py index a8bb72cad1..b9b2178621 100644 --- a/src/cfnlint/rules/resources/codepipeline/CodepipelineStageActions.py +++ b/src/cfnlint/rules/resources/codepipeline/CodepipelineStageActions.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/codepipeline/CodepipelineStages.py b/src/cfnlint/rules/resources/codepipeline/CodepipelineStages.py index c87385f6ae..5f042d5d56 100644 --- a/src/cfnlint/rules/resources/codepipeline/CodepipelineStages.py +++ b/src/cfnlint/rules/resources/codepipeline/CodepipelineStages.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/dynamodb/TableDeletionPolicy.py b/src/cfnlint/rules/resources/dynamodb/TableDeletionPolicy.py index 3e821a9b5b..f544edbb2d 100644 --- a/src/cfnlint/rules/resources/dynamodb/TableDeletionPolicy.py +++ b/src/cfnlint/rules/resources/dynamodb/TableDeletionPolicy.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/dynamodb/__init__.py b/src/cfnlint/rules/resources/dynamodb/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/dynamodb/__init__.py +++ b/src/cfnlint/rules/resources/dynamodb/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/ectwo/Ebs.py b/src/cfnlint/rules/resources/ectwo/Ebs.py index 61eed71787..e296c7bbd9 100644 --- a/src/cfnlint/rules/resources/ectwo/Ebs.py +++ b/src/cfnlint/rules/resources/ectwo/Ebs.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/ectwo/RouteTableAssociation.py b/src/cfnlint/rules/resources/ectwo/RouteTableAssociation.py index ebe70b1845..3548da2029 100644 --- a/src/cfnlint/rules/resources/ectwo/RouteTableAssociation.py +++ b/src/cfnlint/rules/resources/ectwo/RouteTableAssociation.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/ectwo/SecurityGroupDescription.py b/src/cfnlint/rules/resources/ectwo/SecurityGroupDescription.py index 6bb6af6e7c..3506a996c6 100644 --- a/src/cfnlint/rules/resources/ectwo/SecurityGroupDescription.py +++ b/src/cfnlint/rules/resources/ectwo/SecurityGroupDescription.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/ectwo/SecurityGroupIngress.py b/src/cfnlint/rules/resources/ectwo/SecurityGroupIngress.py index d948b3f772..8cbcf140e9 100644 --- a/src/cfnlint/rules/resources/ectwo/SecurityGroupIngress.py +++ b/src/cfnlint/rules/resources/ectwo/SecurityGroupIngress.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/ectwo/Subnet.py b/src/cfnlint/rules/resources/ectwo/Subnet.py index 8f7696c8b1..cbb94875c0 100644 --- a/src/cfnlint/rules/resources/ectwo/Subnet.py +++ b/src/cfnlint/rules/resources/ectwo/Subnet.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/ectwo/Vpc.py b/src/cfnlint/rules/resources/ectwo/Vpc.py index 32e074742d..49f29f91c1 100644 --- a/src/cfnlint/rules/resources/ectwo/Vpc.py +++ b/src/cfnlint/rules/resources/ectwo/Vpc.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/ectwo/__init__.py b/src/cfnlint/rules/resources/ectwo/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/ectwo/__init__.py +++ b/src/cfnlint/rules/resources/ectwo/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/elb/Elb.py b/src/cfnlint/rules/resources/elb/Elb.py index 11ceaf08e9..fa147a2ddb 100644 --- a/src/cfnlint/rules/resources/elb/Elb.py +++ b/src/cfnlint/rules/resources/elb/Elb.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/elb/__init__.py b/src/cfnlint/rules/resources/elb/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/elb/__init__.py +++ b/src/cfnlint/rules/resources/elb/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/events/RuleTargetsLimit.py b/src/cfnlint/rules/resources/events/RuleTargetsLimit.py index 25ac8e6e6b..fe9d83058d 100644 --- a/src/cfnlint/rules/resources/events/RuleTargetsLimit.py +++ b/src/cfnlint/rules/resources/events/RuleTargetsLimit.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/events/__init__.py b/src/cfnlint/rules/resources/events/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/events/__init__.py +++ b/src/cfnlint/rules/resources/events/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/iam/Limits.py b/src/cfnlint/rules/resources/iam/Limits.py index af3f35f8ed..edf070e0b8 100644 --- a/src/cfnlint/rules/resources/iam/Limits.py +++ b/src/cfnlint/rules/resources/iam/Limits.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/iam/Policy.py b/src/cfnlint/rules/resources/iam/Policy.py index 6ae28edc0e..85f9adf8ba 100644 --- a/src/cfnlint/rules/resources/iam/Policy.py +++ b/src/cfnlint/rules/resources/iam/Policy.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/iam/PolicyVersion.py b/src/cfnlint/rules/resources/iam/PolicyVersion.py index 179f003fa1..fa4a010bb3 100644 --- a/src/cfnlint/rules/resources/iam/PolicyVersion.py +++ b/src/cfnlint/rules/resources/iam/PolicyVersion.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/iam/__init__.py b/src/cfnlint/rules/resources/iam/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/iam/__init__.py +++ b/src/cfnlint/rules/resources/iam/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/lmbd/FunctionMemorySize.py b/src/cfnlint/rules/resources/lmbd/FunctionMemorySize.py index bdd5e50809..c7a8186bf4 100644 --- a/src/cfnlint/rules/resources/lmbd/FunctionMemorySize.py +++ b/src/cfnlint/rules/resources/lmbd/FunctionMemorySize.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/lmbd/__init__.py b/src/cfnlint/rules/resources/lmbd/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/lmbd/__init__.py +++ b/src/cfnlint/rules/resources/lmbd/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/AllowedValue.py b/src/cfnlint/rules/resources/properties/AllowedValue.py index 069a8ea7ed..0f31b3c160 100644 --- a/src/cfnlint/rules/resources/properties/AllowedValue.py +++ b/src/cfnlint/rules/resources/properties/AllowedValue.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/AtLeastOne.py b/src/cfnlint/rules/resources/properties/AtLeastOne.py index 0546c2c9ea..4aef6e0a15 100644 --- a/src/cfnlint/rules/resources/properties/AtLeastOne.py +++ b/src/cfnlint/rules/resources/properties/AtLeastOne.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/AvailabilityZone.py b/src/cfnlint/rules/resources/properties/AvailabilityZone.py index d8c3283e54..2857e4ba25 100644 --- a/src/cfnlint/rules/resources/properties/AvailabilityZone.py +++ b/src/cfnlint/rules/resources/properties/AvailabilityZone.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/Exclusive.py b/src/cfnlint/rules/resources/properties/Exclusive.py index 9b5a7e3aaa..2dd02ec2fd 100644 --- a/src/cfnlint/rules/resources/properties/Exclusive.py +++ b/src/cfnlint/rules/resources/properties/Exclusive.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/ImageId.py b/src/cfnlint/rules/resources/properties/ImageId.py index 4c2bec4838..ad2031779a 100644 --- a/src/cfnlint/rules/resources/properties/ImageId.py +++ b/src/cfnlint/rules/resources/properties/ImageId.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/Inclusive.py b/src/cfnlint/rules/resources/properties/Inclusive.py index 13c856b062..eee5122c38 100644 --- a/src/cfnlint/rules/resources/properties/Inclusive.py +++ b/src/cfnlint/rules/resources/properties/Inclusive.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/OnlyOne.py b/src/cfnlint/rules/resources/properties/OnlyOne.py index 6c0f3a4f6b..e793eedfe9 100644 --- a/src/cfnlint/rules/resources/properties/OnlyOne.py +++ b/src/cfnlint/rules/resources/properties/OnlyOne.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/Password.py b/src/cfnlint/rules/resources/properties/Password.py index 728dbf7c71..4c2075b8e9 100644 --- a/src/cfnlint/rules/resources/properties/Password.py +++ b/src/cfnlint/rules/resources/properties/Password.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/Properties.py b/src/cfnlint/rules/resources/properties/Properties.py index ba935bb34c..6734b265bf 100644 --- a/src/cfnlint/rules/resources/properties/Properties.py +++ b/src/cfnlint/rules/resources/properties/Properties.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/PropertiesTemplated.py b/src/cfnlint/rules/resources/properties/PropertiesTemplated.py index 53cb299ac2..39417e89a5 100644 --- a/src/cfnlint/rules/resources/properties/PropertiesTemplated.py +++ b/src/cfnlint/rules/resources/properties/PropertiesTemplated.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/Required.py b/src/cfnlint/rules/resources/properties/Required.py index 94dc0ee073..4d235a94f4 100644 --- a/src/cfnlint/rules/resources/properties/Required.py +++ b/src/cfnlint/rules/resources/properties/Required.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/ValuePrimitiveType.py b/src/cfnlint/rules/resources/properties/ValuePrimitiveType.py index 8e01a1d858..c900706744 100644 --- a/src/cfnlint/rules/resources/properties/ValuePrimitiveType.py +++ b/src/cfnlint/rules/resources/properties/ValuePrimitiveType.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/ValueRefGetAtt.py b/src/cfnlint/rules/resources/properties/ValueRefGetAtt.py index 0c293fa2ed..09ff0b204b 100644 --- a/src/cfnlint/rules/resources/properties/ValueRefGetAtt.py +++ b/src/cfnlint/rules/resources/properties/ValueRefGetAtt.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/properties/__init__.py b/src/cfnlint/rules/resources/properties/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/properties/__init__.py +++ b/src/cfnlint/rules/resources/properties/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/rds/InstanceSize.py b/src/cfnlint/rules/resources/rds/InstanceSize.py index 29143485a5..275b77febe 100644 --- a/src/cfnlint/rules/resources/rds/InstanceSize.py +++ b/src/cfnlint/rules/resources/rds/InstanceSize.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/rds/__init__.py b/src/cfnlint/rules/resources/rds/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/rds/__init__.py +++ b/src/cfnlint/rules/resources/rds/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/route53/RecordSet.py b/src/cfnlint/rules/resources/route53/RecordSet.py index e08c12e998..ac29d5b9cc 100644 --- a/src/cfnlint/rules/resources/route53/RecordSet.py +++ b/src/cfnlint/rules/resources/route53/RecordSet.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/route53/__init__.py b/src/cfnlint/rules/resources/route53/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/route53/__init__.py +++ b/src/cfnlint/rules/resources/route53/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/stepfunctions/StateMachine.py b/src/cfnlint/rules/resources/stepfunctions/StateMachine.py index ada3a7b1e3..05b8f1d953 100644 --- a/src/cfnlint/rules/resources/stepfunctions/StateMachine.py +++ b/src/cfnlint/rules/resources/stepfunctions/StateMachine.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/stepfunctions/__init__.py b/src/cfnlint/rules/resources/stepfunctions/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/stepfunctions/__init__.py +++ b/src/cfnlint/rules/resources/stepfunctions/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/updatepolicy/Configuration.py b/src/cfnlint/rules/resources/updatepolicy/Configuration.py index 65e7d0134d..837cdf5b99 100644 --- a/src/cfnlint/rules/resources/updatepolicy/Configuration.py +++ b/src/cfnlint/rules/resources/updatepolicy/Configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/resources/updatepolicy/__init__.py b/src/cfnlint/rules/resources/updatepolicy/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/resources/updatepolicy/__init__.py +++ b/src/cfnlint/rules/resources/updatepolicy/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/templates/Base.py b/src/cfnlint/rules/templates/Base.py index 71921c81fa..b9dbc539ef 100644 --- a/src/cfnlint/rules/templates/Base.py +++ b/src/cfnlint/rules/templates/Base.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/templates/Description.py b/src/cfnlint/rules/templates/Description.py index c7998343c9..6d3df01fcf 100644 --- a/src/cfnlint/rules/templates/Description.py +++ b/src/cfnlint/rules/templates/Description.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/templates/LimitDescription.py b/src/cfnlint/rules/templates/LimitDescription.py index 6d0dc577d7..491d1d1ffd 100644 --- a/src/cfnlint/rules/templates/LimitDescription.py +++ b/src/cfnlint/rules/templates/LimitDescription.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/templates/LimitSize.py b/src/cfnlint/rules/templates/LimitSize.py index e16a0635e9..15df343d7f 100644 --- a/src/cfnlint/rules/templates/LimitSize.py +++ b/src/cfnlint/rules/templates/LimitSize.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/rules/templates/__init__.py b/src/cfnlint/rules/templates/__init__.py index 4cf30f6081..7029539db8 100644 --- a/src/cfnlint/rules/templates/__init__.py +++ b/src/cfnlint/rules/templates/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/transform.py b/src/cfnlint/transform.py index cbb736b4cb..2d47c07282 100644 --- a/src/cfnlint/transform.py +++ b/src/cfnlint/transform.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/src/cfnlint/version.py b/src/cfnlint/version.py index d6e73b4501..71ab850d66 100644 --- a/src/cfnlint/version.py +++ b/src/cfnlint/version.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/integration/test_good_templates.py b/test/integration/test_good_templates.py index c1dfb5ec30..8b686fea81 100644 --- a/test/integration/test_good_templates.py +++ b/test/integration/test_good_templates.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/integration/test_patched_specs.py b/test/integration/test_patched_specs.py index 26dd390ca3..409540f498 100644 --- a/test/integration/test_patched_specs.py +++ b/test/integration/test_patched_specs.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/integration/test_quickstart_templates.py b/test/integration/test_quickstart_templates.py index 80677b83e3..0d9854a87b 100644 --- a/test/integration/test_quickstart_templates.py +++ b/test/integration/test_quickstart_templates.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/__init__.py b/test/module/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/module/__init__.py +++ b/test/module/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/cfn_json/__init__.py b/test/module/cfn_json/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/module/cfn_json/__init__.py +++ b/test/module/cfn_json/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/cfn_json/test_cfn_json.py b/test/module/cfn_json/test_cfn_json.py index 31892d8659..9f6cf333ae 100644 --- a/test/module/cfn_json/test_cfn_json.py +++ b/test/module/cfn_json/test_cfn_json.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/cfn_yaml/__init__.py b/test/module/cfn_yaml/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/module/cfn_yaml/__init__.py +++ b/test/module/cfn_yaml/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/cfn_yaml/test_yaml.py b/test/module/cfn_yaml/test_yaml.py index a5e3bb9c34..b80324076a 100644 --- a/test/module/cfn_yaml/test_yaml.py +++ b/test/module/cfn_yaml/test_yaml.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/config/__init__.py b/test/module/config/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/module/config/__init__.py +++ b/test/module/config/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/config/test_cli_args.py b/test/module/config/test_cli_args.py index 0da51a3ff5..85f5740262 100644 --- a/test/module/config/test_cli_args.py +++ b/test/module/config/test_cli_args.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/config/test_config_file_args.py b/test/module/config/test_config_file_args.py index 9dd618bc83..4b8365c4e3 100644 --- a/test/module/config/test_config_file_args.py +++ b/test/module/config/test_config_file_args.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/config/test_config_mixin.py b/test/module/config/test_config_mixin.py index 56860e956e..8ae35cfb52 100644 --- a/test/module/config/test_config_mixin.py +++ b/test/module/config/test_config_mixin.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/config/test_logging.py b/test/module/config/test_logging.py index 4b01290aa8..e4b0e453ef 100644 --- a/test/module/config/test_logging.py +++ b/test/module/config/test_logging.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/config/test_template_args.py b/test/module/config/test_template_args.py index e093bad970..69e27b3166 100644 --- a/test/module/config/test_template_args.py +++ b/test/module/config/test_template_args.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/core/__init__.py b/test/module/core/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/module/core/__init__.py +++ b/test/module/core/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/core/test_get_rules.py b/test/module/core/test_get_rules.py index 5f63375ec6..174800951f 100644 --- a/test/module/core/test_get_rules.py +++ b/test/module/core/test_get_rules.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/core/test_run_checks.py b/test/module/core/test_run_checks.py index 43caf2a2a0..4a75481a13 100644 --- a/test/module/core/test_run_checks.py +++ b/test/module/core/test_run_checks.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/core/test_run_cli.py b/test/module/core/test_run_cli.py index f03ec212f7..87299c7eb9 100644 --- a/test/module/core/test_run_cli.py +++ b/test/module/core/test_run_cli.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/decode/__init__.py b/test/module/decode/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/module/decode/__init__.py +++ b/test/module/decode/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/decode/test_node.py b/test/module/decode/test_node.py index 6862b534c1..871f4ecb31 100644 --- a/test/module/decode/test_node.py +++ b/test/module/decode/test_node.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/helpers/__init__.py b/test/module/helpers/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/module/helpers/__init__.py +++ b/test/module/helpers/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/helpers/test_convert_dict.py b/test/module/helpers/test_convert_dict.py index e6277d9872..165d92c543 100644 --- a/test/module/helpers/test_convert_dict.py +++ b/test/module/helpers/test_convert_dict.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/maintenance/__init__.py b/test/module/maintenance/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/module/maintenance/__init__.py +++ b/test/module/maintenance/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/maintenance/test_patch_spec.py b/test/module/maintenance/test_patch_spec.py index 6396278b78..24dff471de 100644 --- a/test/module/maintenance/test_patch_spec.py +++ b/test/module/maintenance/test_patch_spec.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/override/__init__.py b/test/module/override/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/module/override/__init__.py +++ b/test/module/override/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/override/test_complete.py b/test/module/override/test_complete.py index 11adb2c34c..56d925c977 100644 --- a/test/module/override/test_complete.py +++ b/test/module/override/test_complete.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/override/test_exclude.py b/test/module/override/test_exclude.py index 04acf7c5f9..02171e4d71 100644 --- a/test/module/override/test_exclude.py +++ b/test/module/override/test_exclude.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/override/test_include.py b/test/module/override/test_include.py index aa0542134b..641b003520 100644 --- a/test/module/override/test_include.py +++ b/test/module/override/test_include.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/override/test_required.py b/test/module/override/test_required.py index 7a4f6ca817..966a00b490 100644 --- a/test/module/override/test_required.py +++ b/test/module/override/test_required.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/test_duplicate.py b/test/module/test_duplicate.py index 816baa53f7..899f4ca040 100644 --- a/test/module/test_duplicate.py +++ b/test/module/test_duplicate.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/test_null_values.py b/test/module/test_null_values.py index 3265a18da2..6a01065ddd 100644 --- a/test/module/test_null_values.py +++ b/test/module/test_null_values.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/test_rules_collections.py b/test/module/test_rules_collections.py index 6b9bd2e081..00058732c7 100644 --- a/test/module/test_rules_collections.py +++ b/test/module/test_rules_collections.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/test_string_template.py b/test/module/test_string_template.py index 8d6d7a5389..a41a64f4f0 100644 --- a/test/module/test_string_template.py +++ b/test/module/test_string_template.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/module/test_template.py b/test/module/test_template.py index d79fedbe81..f7f876e720 100644 --- a/test/module/test_template.py +++ b/test/module/test_template.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/__init__.py b/test/rules/__init__.py index 3faeda1719..f0306efce0 100644 --- a/test/rules/__init__.py +++ b/test/rules/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/conditions/__init__.py b/test/rules/conditions/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/conditions/__init__.py +++ b/test/rules/conditions/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/conditions/test_configuration.py b/test/rules/conditions/test_configuration.py index ecbfea9fbe..bff790f079 100644 --- a/test/rules/conditions/test_configuration.py +++ b/test/rules/conditions/test_configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/conditions/test_exists.py b/test/rules/conditions/test_exists.py index e4f5fa749f..de4a79b3c0 100644 --- a/test/rules/conditions/test_exists.py +++ b/test/rules/conditions/test_exists.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/conditions/test_used.py b/test/rules/conditions/test_used.py index 682b0cf81b..bc97178bdb 100644 --- a/test/rules/conditions/test_used.py +++ b/test/rules/conditions/test_used.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/__init__.py b/test/rules/functions/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/functions/__init__.py +++ b/test/rules/functions/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_base64.py b/test/rules/functions/test_base64.py index 4e3aa57cc2..60e5f53ab9 100644 --- a/test/rules/functions/test_base64.py +++ b/test/rules/functions/test_base64.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_cidr.py b/test/rules/functions/test_cidr.py index be54e3cf21..09a3f54cb1 100644 --- a/test/rules/functions/test_cidr.py +++ b/test/rules/functions/test_cidr.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_dynamic_reference.py b/test/rules/functions/test_dynamic_reference.py index f270a62a81..734be98ef5 100644 --- a/test/rules/functions/test_dynamic_reference.py +++ b/test/rules/functions/test_dynamic_reference.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_find_in_map.py b/test/rules/functions/test_find_in_map.py index 4bec8ae059..d950c3d211 100644 --- a/test/rules/functions/test_find_in_map.py +++ b/test/rules/functions/test_find_in_map.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_get_att.py b/test/rules/functions/test_get_att.py index 6e7ce3d2bf..441e0aad79 100644 --- a/test/rules/functions/test_get_att.py +++ b/test/rules/functions/test_get_att.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_getazs.py b/test/rules/functions/test_getazs.py index 36c03c82da..1fe9e64e5f 100644 --- a/test/rules/functions/test_getazs.py +++ b/test/rules/functions/test_getazs.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_if.py b/test/rules/functions/test_if.py index c3a04cb738..d52447377e 100644 --- a/test/rules/functions/test_if.py +++ b/test/rules/functions/test_if.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_join.py b/test/rules/functions/test_join.py index 094581ef9a..8f1adc7616 100644 --- a/test/rules/functions/test_join.py +++ b/test/rules/functions/test_join.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_not.py b/test/rules/functions/test_not.py index 7118486589..97aee6ef3c 100644 --- a/test/rules/functions/test_not.py +++ b/test/rules/functions/test_not.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_ref.py b/test/rules/functions/test_ref.py index 2f6123fff0..1b5a14dabe 100644 --- a/test/rules/functions/test_ref.py +++ b/test/rules/functions/test_ref.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_ref_exist.py b/test/rules/functions/test_ref_exist.py index d19bbf6d99..b3d1f29c3f 100644 --- a/test/rules/functions/test_ref_exist.py +++ b/test/rules/functions/test_ref_exist.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_ref_in_condition.py b/test/rules/functions/test_ref_in_condition.py index 282c97f934..2942eee747 100644 --- a/test/rules/functions/test_ref_in_condition.py +++ b/test/rules/functions/test_ref_in_condition.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_select.py b/test/rules/functions/test_select.py index 7c67adeeb3..e115839f1e 100644 --- a/test/rules/functions/test_select.py +++ b/test/rules/functions/test_select.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_split.py b/test/rules/functions/test_split.py index 591989aa78..cbaab3057f 100644 --- a/test/rules/functions/test_split.py +++ b/test/rules/functions/test_split.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_sub.py b/test/rules/functions/test_sub.py index d6ffbf3eb2..bb822aa50e 100644 --- a/test/rules/functions/test_sub.py +++ b/test/rules/functions/test_sub.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_sub_needed.py b/test/rules/functions/test_sub_needed.py index 18a3ee2734..88c2cd3797 100644 --- a/test/rules/functions/test_sub_needed.py +++ b/test/rules/functions/test_sub_needed.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_sub_parameters_used.py b/test/rules/functions/test_sub_parameters_used.py index 3377ac710b..d583281322 100644 --- a/test/rules/functions/test_sub_parameters_used.py +++ b/test/rules/functions/test_sub_parameters_used.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/functions/test_sub_unneeded.py b/test/rules/functions/test_sub_unneeded.py index 2708466597..b7241d445e 100644 --- a/test/rules/functions/test_sub_unneeded.py +++ b/test/rules/functions/test_sub_unneeded.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/mappings/__init__.py b/test/rules/mappings/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/mappings/__init__.py +++ b/test/rules/mappings/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/mappings/test_configuration.py b/test/rules/mappings/test_configuration.py index d5f0977a93..21257513f9 100644 --- a/test/rules/mappings/test_configuration.py +++ b/test/rules/mappings/test_configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/mappings/test_key_name.py b/test/rules/mappings/test_key_name.py index 5089743433..559b0112b0 100644 --- a/test/rules/mappings/test_key_name.py +++ b/test/rules/mappings/test_key_name.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/mappings/test_limitattributes.py b/test/rules/mappings/test_limitattributes.py index ed93e37ed3..bea16af64a 100644 --- a/test/rules/mappings/test_limitattributes.py +++ b/test/rules/mappings/test_limitattributes.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/mappings/test_limitname.py b/test/rules/mappings/test_limitname.py index 3f8df50e54..1b9081d08d 100644 --- a/test/rules/mappings/test_limitname.py +++ b/test/rules/mappings/test_limitname.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/mappings/test_limitnumber.py b/test/rules/mappings/test_limitnumber.py index 57460c0cf2..72994c6f06 100644 --- a/test/rules/mappings/test_limitnumber.py +++ b/test/rules/mappings/test_limitnumber.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/mappings/test_name.py b/test/rules/mappings/test_name.py index c805215e68..61929db867 100644 --- a/test/rules/mappings/test_name.py +++ b/test/rules/mappings/test_name.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/mappings/test_used.py b/test/rules/mappings/test_used.py index 0cf7e74f74..5eca021206 100644 --- a/test/rules/mappings/test_used.py +++ b/test/rules/mappings/test_used.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/metadata/__init__.py b/test/rules/metadata/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/metadata/__init__.py +++ b/test/rules/metadata/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/metadata/test_interface_configuration.py b/test/rules/metadata/test_interface_configuration.py index 4a1e8a16ff..4a5dd461af 100644 --- a/test/rules/metadata/test_interface_configuration.py +++ b/test/rules/metadata/test_interface_configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/metadata/test_interface_parameter_exists.py b/test/rules/metadata/test_interface_parameter_exists.py index 448b4753a3..35506889be 100644 --- a/test/rules/metadata/test_interface_parameter_exists.py +++ b/test/rules/metadata/test_interface_parameter_exists.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/__init__.py b/test/rules/outputs/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/outputs/__init__.py +++ b/test/rules/outputs/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/test_configuration.py b/test/rules/outputs/test_configuration.py index af7043e09f..a9fd43de30 100644 --- a/test/rules/outputs/test_configuration.py +++ b/test/rules/outputs/test_configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/test_description.py b/test/rules/outputs/test_description.py index 84ee413298..01809a468f 100644 --- a/test/rules/outputs/test_description.py +++ b/test/rules/outputs/test_description.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/test_importvalue.py b/test/rules/outputs/test_importvalue.py index 31d3dc7d2b..d1366605f3 100644 --- a/test/rules/outputs/test_importvalue.py +++ b/test/rules/outputs/test_importvalue.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/test_limit_description.py b/test/rules/outputs/test_limit_description.py index a1f5b6e57b..7bcce108c3 100644 --- a/test/rules/outputs/test_limit_description.py +++ b/test/rules/outputs/test_limit_description.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/test_limitname.py b/test/rules/outputs/test_limitname.py index 8ea6a1a5f4..a6575646e8 100644 --- a/test/rules/outputs/test_limitname.py +++ b/test/rules/outputs/test_limitname.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/test_limitnumber.py b/test/rules/outputs/test_limitnumber.py index 5c77ee8228..1e50fb944d 100644 --- a/test/rules/outputs/test_limitnumber.py +++ b/test/rules/outputs/test_limitnumber.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/test_name.py b/test/rules/outputs/test_name.py index cfe641041a..f0a6b16a3a 100644 --- a/test/rules/outputs/test_name.py +++ b/test/rules/outputs/test_name.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/test_required.py b/test/rules/outputs/test_required.py index 43efbc8596..d2ecdf8a15 100644 --- a/test/rules/outputs/test_required.py +++ b/test/rules/outputs/test_required.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/outputs/test_value.py b/test/rules/outputs/test_value.py index 5c8243178e..8d73ab6d71 100644 --- a/test/rules/outputs/test_value.py +++ b/test/rules/outputs/test_value.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/__init__.py b/test/rules/parameters/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/parameters/__init__.py +++ b/test/rules/parameters/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_availability_zone.py b/test/rules/parameters/test_availability_zone.py index ef44853029..021b35c17a 100644 --- a/test/rules/parameters/test_availability_zone.py +++ b/test/rules/parameters/test_availability_zone.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_cidr.py b/test/rules/parameters/test_cidr.py index 90979b66b5..906316d862 100644 --- a/test/rules/parameters/test_cidr.py +++ b/test/rules/parameters/test_cidr.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_cidr_allowed_values.py b/test/rules/parameters/test_cidr_allowed_values.py index ad5743c1e9..154741ef14 100644 --- a/test/rules/parameters/test_cidr_allowed_values.py +++ b/test/rules/parameters/test_cidr_allowed_values.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_configuration.py b/test/rules/parameters/test_configuration.py index 4afdbe2634..5597cf47e1 100644 --- a/test/rules/parameters/test_configuration.py +++ b/test/rules/parameters/test_configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_default.py b/test/rules/parameters/test_default.py index 5ed080e770..8f04914e4a 100644 --- a/test/rules/parameters/test_default.py +++ b/test/rules/parameters/test_default.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_lambda_memory_size.py b/test/rules/parameters/test_lambda_memory_size.py index 83d72b6074..c96c207bd1 100644 --- a/test/rules/parameters/test_lambda_memory_size.py +++ b/test/rules/parameters/test_lambda_memory_size.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_limitname.py b/test/rules/parameters/test_limitname.py index 4097093677..d97385a905 100644 --- a/test/rules/parameters/test_limitname.py +++ b/test/rules/parameters/test_limitname.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_limitnumber.py b/test/rules/parameters/test_limitnumber.py index 7a01b34e31..34b39c61b6 100644 --- a/test/rules/parameters/test_limitnumber.py +++ b/test/rules/parameters/test_limitnumber.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_limitvalue.py b/test/rules/parameters/test_limitvalue.py index 0736e21691..d87d9bf5c7 100644 --- a/test/rules/parameters/test_limitvalue.py +++ b/test/rules/parameters/test_limitvalue.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_name.py b/test/rules/parameters/test_name.py index 7a4b65ef50..35e82d4326 100644 --- a/test/rules/parameters/test_name.py +++ b/test/rules/parameters/test_name.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_security_group.py b/test/rules/parameters/test_security_group.py index c422ee4cda..399b48d04e 100644 --- a/test/rules/parameters/test_security_group.py +++ b/test/rules/parameters/test_security_group.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_types.py b/test/rules/parameters/test_types.py index c840fbf5fa..188af4a33b 100644 --- a/test/rules/parameters/test_types.py +++ b/test/rules/parameters/test_types.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/parameters/test_used.py b/test/rules/parameters/test_used.py index bf8ae20fb8..ff2eb2e570 100644 --- a/test/rules/parameters/test_used.py +++ b/test/rules/parameters/test_used.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/__init__.py b/test/rules/resources/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/__init__.py +++ b/test/rules/resources/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/cloudfront/__init__.py b/test/rules/resources/cloudfront/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/cloudfront/__init__.py +++ b/test/rules/resources/cloudfront/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/cloudfront/test_aliases.py b/test/rules/resources/cloudfront/test_aliases.py index 1f34b747ca..c99fa11f56 100644 --- a/test/rules/resources/cloudfront/test_aliases.py +++ b/test/rules/resources/cloudfront/test_aliases.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/codepipeline/__init__.py b/test/rules/resources/codepipeline/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/codepipeline/__init__.py +++ b/test/rules/resources/codepipeline/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/codepipeline/test_stageactions.py b/test/rules/resources/codepipeline/test_stageactions.py index e9302c103c..c48b6d95e0 100644 --- a/test/rules/resources/codepipeline/test_stageactions.py +++ b/test/rules/resources/codepipeline/test_stageactions.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/codepipeline/test_stages.py b/test/rules/resources/codepipeline/test_stages.py index 7b353c2eae..5ce10b46e1 100644 --- a/test/rules/resources/codepipeline/test_stages.py +++ b/test/rules/resources/codepipeline/test_stages.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/dynamodb/__init__.py b/test/rules/resources/dynamodb/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/dynamodb/__init__.py +++ b/test/rules/resources/dynamodb/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/dynamodb/test_delete_policy.py b/test/rules/resources/dynamodb/test_delete_policy.py index 6788a771c7..eadcf7ee01 100644 --- a/test/rules/resources/dynamodb/test_delete_policy.py +++ b/test/rules/resources/dynamodb/test_delete_policy.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/ec2/__init__.py b/test/rules/resources/ec2/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/ec2/__init__.py +++ b/test/rules/resources/ec2/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/ec2/test_ec2_ebs.py b/test/rules/resources/ec2/test_ec2_ebs.py index ccadc1bf1e..256f919cf3 100644 --- a/test/rules/resources/ec2/test_ec2_ebs.py +++ b/test/rules/resources/ec2/test_ec2_ebs.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/ec2/test_ec2_subnet.py b/test/rules/resources/ec2/test_ec2_subnet.py index 32ca339283..6e8503ba40 100644 --- a/test/rules/resources/ec2/test_ec2_subnet.py +++ b/test/rules/resources/ec2/test_ec2_subnet.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/ec2/test_ec2_vpc.py b/test/rules/resources/ec2/test_ec2_vpc.py index 3b1807d003..52b27951ca 100644 --- a/test/rules/resources/ec2/test_ec2_vpc.py +++ b/test/rules/resources/ec2/test_ec2_vpc.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/ec2/test_rt_association.py b/test/rules/resources/ec2/test_rt_association.py index 18208576b7..8b546a2202 100644 --- a/test/rules/resources/ec2/test_rt_association.py +++ b/test/rules/resources/ec2/test_rt_association.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/ec2/test_sg_description.py b/test/rules/resources/ec2/test_sg_description.py index 0c89644add..22cdf70b11 100644 --- a/test/rules/resources/ec2/test_sg_description.py +++ b/test/rules/resources/ec2/test_sg_description.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/ec2/test_sg_ingress.py b/test/rules/resources/ec2/test_sg_ingress.py index fa9c80ee63..be3b98100f 100644 --- a/test/rules/resources/ec2/test_sg_ingress.py +++ b/test/rules/resources/ec2/test_sg_ingress.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/elb/__init__.py b/test/rules/resources/elb/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/elb/__init__.py +++ b/test/rules/resources/elb/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/elb/test_elb.py b/test/rules/resources/elb/test_elb.py index 9ccdbd7de8..44fe5257fe 100644 --- a/test/rules/resources/elb/test_elb.py +++ b/test/rules/resources/elb/test_elb.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/events/__init__.py b/test/rules/resources/events/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/events/__init__.py +++ b/test/rules/resources/events/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/events/test_rule_targets_limit.py b/test/rules/resources/events/test_rule_targets_limit.py index b23fe52218..1208401871 100644 --- a/test/rules/resources/events/test_rule_targets_limit.py +++ b/test/rules/resources/events/test_rule_targets_limit.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/iam/__init__.py b/test/rules/resources/iam/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/iam/__init__.py +++ b/test/rules/resources/iam/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/iam/test_iam_limits.py b/test/rules/resources/iam/test_iam_limits.py index f825408efd..5561c0184f 100644 --- a/test/rules/resources/iam/test_iam_limits.py +++ b/test/rules/resources/iam/test_iam_limits.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/iam/test_iam_policy.py b/test/rules/resources/iam/test_iam_policy.py index 1b64bc279b..7988fa0b28 100644 --- a/test/rules/resources/iam/test_iam_policy.py +++ b/test/rules/resources/iam/test_iam_policy.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/iam/test_iam_policy_version.py b/test/rules/resources/iam/test_iam_policy_version.py index 4258c16828..5c90b72fae 100644 --- a/test/rules/resources/iam/test_iam_policy_version.py +++ b/test/rules/resources/iam/test_iam_policy_version.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/lmbd/__init__.py b/test/rules/resources/lmbd/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/lmbd/__init__.py +++ b/test/rules/resources/lmbd/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/lmbd/test_memory_size.py b/test/rules/resources/lmbd/test_memory_size.py index b73ad4ccc7..e3452b3fdb 100644 --- a/test/rules/resources/lmbd/test_memory_size.py +++ b/test/rules/resources/lmbd/test_memory_size.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/__init__.py b/test/rules/resources/properties/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/properties/__init__.py +++ b/test/rules/resources/properties/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_allowed_value.py b/test/rules/resources/properties/test_allowed_value.py index d44560892b..68f6d866fb 100644 --- a/test/rules/resources/properties/test_allowed_value.py +++ b/test/rules/resources/properties/test_allowed_value.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_atleastone.py b/test/rules/resources/properties/test_atleastone.py index 61110cfc41..6256297a8f 100644 --- a/test/rules/resources/properties/test_atleastone.py +++ b/test/rules/resources/properties/test_atleastone.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_availability_zone.py b/test/rules/resources/properties/test_availability_zone.py index 7e25becf79..a7798e579d 100644 --- a/test/rules/resources/properties/test_availability_zone.py +++ b/test/rules/resources/properties/test_availability_zone.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_exclusive.py b/test/rules/resources/properties/test_exclusive.py index ae6863c3f0..e636e353ff 100644 --- a/test/rules/resources/properties/test_exclusive.py +++ b/test/rules/resources/properties/test_exclusive.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_image_id.py b/test/rules/resources/properties/test_image_id.py index 772ef52fc8..758b0a9dda 100644 --- a/test/rules/resources/properties/test_image_id.py +++ b/test/rules/resources/properties/test_image_id.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_inclusive.py b/test/rules/resources/properties/test_inclusive.py index 417a7d4aef..87ef8e0ef7 100644 --- a/test/rules/resources/properties/test_inclusive.py +++ b/test/rules/resources/properties/test_inclusive.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_onlyone.py b/test/rules/resources/properties/test_onlyone.py index 7d0be6c545..9b676af997 100644 --- a/test/rules/resources/properties/test_onlyone.py +++ b/test/rules/resources/properties/test_onlyone.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_password.py b/test/rules/resources/properties/test_password.py index 7692b27706..575dfd60e0 100644 --- a/test/rules/resources/properties/test_password.py +++ b/test/rules/resources/properties/test_password.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_properties.py b/test/rules/resources/properties/test_properties.py index f85c5e1562..507229812f 100644 --- a/test/rules/resources/properties/test_properties.py +++ b/test/rules/resources/properties/test_properties.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_properties_templated.py b/test/rules/resources/properties/test_properties_templated.py index 01390b6878..88d418fb34 100644 --- a/test/rules/resources/properties/test_properties_templated.py +++ b/test/rules/resources/properties/test_properties_templated.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_required.py b/test/rules/resources/properties/test_required.py index 801fbe8cef..05eb2ae0c3 100644 --- a/test/rules/resources/properties/test_required.py +++ b/test/rules/resources/properties/test_required.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_value_primitive_type.py b/test/rules/resources/properties/test_value_primitive_type.py index bd2822d947..2f7662a2ba 100644 --- a/test/rules/resources/properties/test_value_primitive_type.py +++ b/test/rules/resources/properties/test_value_primitive_type.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/properties/test_value_ref_getatt.py b/test/rules/resources/properties/test_value_ref_getatt.py index b98f6e5b8a..b05f1434c4 100644 --- a/test/rules/resources/properties/test_value_ref_getatt.py +++ b/test/rules/resources/properties/test_value_ref_getatt.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/rds/__init__.py b/test/rules/resources/rds/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/rds/__init__.py +++ b/test/rules/resources/rds/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/rds/test_instance_sizes.py b/test/rules/resources/rds/test_instance_sizes.py index a111f7904c..a5d75f36b1 100644 --- a/test/rules/resources/rds/test_instance_sizes.py +++ b/test/rules/resources/rds/test_instance_sizes.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/route53/__init__.py b/test/rules/resources/route53/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/route53/__init__.py +++ b/test/rules/resources/route53/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/route53/test_recordsets.py b/test/rules/resources/route53/test_recordsets.py index c3954d61ab..82a3e42eec 100644 --- a/test/rules/resources/route53/test_recordsets.py +++ b/test/rules/resources/route53/test_recordsets.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/stepfunctions/__init__.py b/test/rules/resources/stepfunctions/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/stepfunctions/__init__.py +++ b/test/rules/resources/stepfunctions/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/stepfunctions/test_state_machine.py b/test/rules/resources/stepfunctions/test_state_machine.py index b24dc0f440..10b53d584a 100644 --- a/test/rules/resources/stepfunctions/test_state_machine.py +++ b/test/rules/resources/stepfunctions/test_state_machine.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/test_circulary_dependency.py b/test/rules/resources/test_circulary_dependency.py index 5f1f6dfdd6..d8b3d75c54 100644 --- a/test/rules/resources/test_circulary_dependency.py +++ b/test/rules/resources/test_circulary_dependency.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/test_configurations.py b/test/rules/resources/test_configurations.py index b5f726830c..a3a3c05501 100644 --- a/test/rules/resources/test_configurations.py +++ b/test/rules/resources/test_configurations.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/test_dependson.py b/test/rules/resources/test_dependson.py index 2bc65fdc7e..c83bbfbc3c 100644 --- a/test/rules/resources/test_dependson.py +++ b/test/rules/resources/test_dependson.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/test_limitname.py b/test/rules/resources/test_limitname.py index 0238867631..04c3866beb 100644 --- a/test/rules/resources/test_limitname.py +++ b/test/rules/resources/test_limitname.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/test_limitnumber.py b/test/rules/resources/test_limitnumber.py index eab08f89af..0a43fe59f6 100644 --- a/test/rules/resources/test_limitnumber.py +++ b/test/rules/resources/test_limitnumber.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/test_name.py b/test/rules/resources/test_name.py index a30b310d1e..d4079498bc 100644 --- a/test/rules/resources/test_name.py +++ b/test/rules/resources/test_name.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/updatepolicy/__init__.py b/test/rules/resources/updatepolicy/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/resources/updatepolicy/__init__.py +++ b/test/rules/resources/updatepolicy/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/resources/updatepolicy/test_configuration.py b/test/rules/resources/updatepolicy/test_configuration.py index dfd4ce2bc1..e543b55355 100644 --- a/test/rules/resources/updatepolicy/test_configuration.py +++ b/test/rules/resources/updatepolicy/test_configuration.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/templates/__init__.py b/test/rules/templates/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/rules/templates/__init__.py +++ b/test/rules/templates/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/templates/test_base_template.py b/test/rules/templates/test_base_template.py index 4e5af37761..f1d35bc0fe 100644 --- a/test/rules/templates/test_base_template.py +++ b/test/rules/templates/test_base_template.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/templates/test_description.py b/test/rules/templates/test_description.py index f73e01283b..25d0a12594 100644 --- a/test/rules/templates/test_description.py +++ b/test/rules/templates/test_description.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/templates/test_limitsize_description.py b/test/rules/templates/test_limitsize_description.py index 4863423cb4..167af72ad1 100644 --- a/test/rules/templates/test_limitsize_description.py +++ b/test/rules/templates/test_limitsize_description.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/templates/test_limitsize_template.py b/test/rules/templates/test_limitsize_template.py index 475bd6c6d9..85505afc70 100644 --- a/test/rules/templates/test_limitsize_template.py +++ b/test/rules/templates/test_limitsize_template.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/rules/templates/test_yaml_template.py b/test/rules/templates/test_yaml_template.py index cb3a0314ab..29725a9a74 100644 --- a/test/rules/templates/test_yaml_template.py +++ b/test/rules/templates/test_yaml_template.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/testlib/__init__.py b/test/testlib/__init__.py index 4cf30f6081..7029539db8 100644 --- a/test/testlib/__init__.py +++ b/test/testlib/__init__.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/test/testlib/testcase.py b/test/testlib/testcase.py index 4e5812458f..bac5239893 100644 --- a/test/testlib/testcase.py +++ b/test/testlib/testcase.py @@ -1,5 +1,5 @@ """ - Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software