Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 7b8f70676 -> eacf5178c
Adding license header to aws.properties file Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/eacf5178 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/eacf5178 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/eacf5178 Branch: refs/heads/stratos-4.1.x Commit: eacf5178cd1b9f5234373c5aa3407ff127ef51d9 Parents: 7b8f706 Author: Thanuja <[email protected]> Authored: Tue Oct 13 12:08:18 2015 +0530 Committer: Thanuja <[email protected]> Committed: Tue Oct 13 12:08:18 2015 +0530 ---------------------------------------------------------------------- .../aws-extension/src/main/conf/aws.properties | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/eacf5178/extensions/load-balancer/modules/aws-extension/src/main/conf/aws.properties ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/modules/aws-extension/src/main/conf/aws.properties b/extensions/load-balancer/modules/aws-extension/src/main/conf/aws.properties index 2bb2879..e0302e6 100644 --- a/extensions/load-balancer/modules/aws-extension/src/main/conf/aws.properties +++ b/extensions/load-balancer/modules/aws-extension/src/main/conf/aws.properties @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License 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. +# + access-key= secret-key= # load-balancer-prefix should contain only alphabets and dashes and should not exceed 25 characters.
