Updated Branches: refs/heads/master 895853e0d -> fd67ea207
CLOUDSTACK-4334. DOC. Fix missing license header. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fd67ea20 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fd67ea20 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fd67ea20 Branch: refs/heads/master Commit: fd67ea2073acb4b53024a951c1c09a6ec8f87e16 Parents: 895853e Author: Jessica <[email protected]> Authored: Mon Aug 26 15:29:09 2013 -0700 Committer: Jessica <[email protected]> Committed: Mon Aug 26 15:29:51 2013 -0700 ---------------------------------------------------------------------- docs/en-US/storage-plugins.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fd67ea20/docs/en-US/storage-plugins.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/storage-plugins.xml b/docs/en-US/storage-plugins.xml index b7f4d22..e6612c1 100644 --- a/docs/en-US/storage-plugins.xml +++ b/docs/en-US/storage-plugins.xml @@ -3,6 +3,25 @@ <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent"> %BOOK_ENTITIES; ]> + +<!-- 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. +--> + <chapter id="storage-plugins"> <title>Writing a Storage Plugin</title> <para>This section gives an outline of how to implement a plugin
