diff options
author | kyleknap <kyleknap@amazon.com> | 2015-01-22 16:29:15 -0800 |
---|---|---|
committer | kyleknap <kyleknap@amazon.com> | 2015-01-22 16:44:37 -0800 |
commit | 1b8660c45bc22dc3ff25087c6380aeb016326fc3 (patch) | |
tree | ba78010215b46db08d7fd96a8ee67095efd77f31 /tests | |
parent | dc9287a95afafb07be8a5a51ac6969dd3c7a0a9e (diff) | |
download | boto-1b8660c45bc22dc3ff25087c6380aeb016326fc3.tar.gz |
Update copyright year to 2015
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/awslambda/__init__.py | 2 | ||||
-rw-r--r-- | tests/integration/awslambda/test_awslambda.py | 2 | ||||
-rw-r--r-- | tests/unit/awslambda/__init__.py | 2 | ||||
-rw-r--r-- | tests/unit/awslambda/test_awslambda.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration/awslambda/__init__.py b/tests/integration/awslambda/__init__.py index 70cc23fe..a3575e2e 100644 --- a/tests/integration/awslambda/__init__.py +++ b/tests/integration/awslambda/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved +# Copyright (c) 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the diff --git a/tests/integration/awslambda/test_awslambda.py b/tests/integration/awslambda/test_awslambda.py index 9587f0e8..8945922a 100644 --- a/tests/integration/awslambda/test_awslambda.py +++ b/tests/integration/awslambda/test_awslambda.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved +# Copyright (c) 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the diff --git a/tests/unit/awslambda/__init__.py b/tests/unit/awslambda/__init__.py index 70cc23fe..a3575e2e 100644 --- a/tests/unit/awslambda/__init__.py +++ b/tests/unit/awslambda/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved +# Copyright (c) 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the diff --git a/tests/unit/awslambda/test_awslambda.py b/tests/unit/awslambda/test_awslambda.py index 7ad47fb7..3e36aee5 100644 --- a/tests/unit/awslambda/test_awslambda.py +++ b/tests/unit/awslambda/test_awslambda.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved +# Copyright (c) 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the |