Repository: incubator-brooklyn Updated Branches: refs/heads/master e4542255a -> 1caede417
Add Apache 2.0 license text to Riak documentation Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/da3f2c84 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/da3f2c84 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/da3f2c84 Branch: refs/heads/master Commit: da3f2c841acd74944b8f652cb97d1b1a249807c3 Parents: e454225 Author: Andrew Kennedy <[email protected]> Authored: Tue Mar 24 14:48:57 2015 +0000 Committer: Andrew Kennedy <[email protected]> Committed: Tue Mar 24 14:48:57 2015 +0000 ---------------------------------------------------------------------- .../brooklyn/entity/nosql/riak/riak.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/da3f2c84/software/nosql/src/main/resources/brooklyn/entity/nosql/riak/riak.md ---------------------------------------------------------------------- diff --git a/software/nosql/src/main/resources/brooklyn/entity/nosql/riak/riak.md b/software/nosql/src/main/resources/brooklyn/entity/nosql/riak/riak.md index 0323b40..8def551 100644 --- a/software/nosql/src/main/resources/brooklyn/entity/nosql/riak/riak.md +++ b/software/nosql/src/main/resources/brooklyn/entity/nosql/riak/riak.md @@ -46,4 +46,22 @@ services: wars.root: https://s3-eu-west-1.amazonaws.com/brooklyn-clocker/brooklyn-example-hello-world-sql-webapp.war java.sysprops: brooklyn.example.riak.nodes: $brooklyn:component("cluster").attributeWhenReady("riak.cluster.nodeList") -``` \ No newline at end of file +``` + +---- +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.
