From 12061e05dccfbcec7d79816a757e9b15563826b6 Mon Sep 17 00:00:00 2001 From: Jeremy Lindblom Date: Mon, 28 Jan 2013 11:31:06 -0800 Subject: [PATCH] Updated licensing information. --- LICENSE => LICENSE.md | 0 NOTICE.md | 16 ++++++++++++++++ src/Aws/Silex/AwsServiceProvider.php | 2 +- tests/Aws/Silex/Tests/AwsServiceProviderTest.php | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) rename LICENSE => LICENSE.md (100%) create mode 100644 NOTICE.md diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 0000000..45bc0ae --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,16 @@ +# AWS Service Provider for Silex + + + +Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. + +Licensed under the Apache License, Version 2.0 (the "License"). +You may not use this file except in compliance with the License. +A copy of the License is located at + + + +or in the "license" file accompanying this file. This file is distributed +on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either +express or implied. See the License for the specific language governing +permissions and limitations under the License. diff --git a/src/Aws/Silex/AwsServiceProvider.php b/src/Aws/Silex/AwsServiceProvider.php index e4b0934..a364073 100644 --- a/src/Aws/Silex/AwsServiceProvider.php +++ b/src/Aws/Silex/AwsServiceProvider.php @@ -1,6 +1,6 @@