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/171681b6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/171681b6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/171681b6 Branch: refs/heads/4.2 Commit: 171681b6a4c2b6338ff351330d7d119daaddb65c Parents: f662e98 Author: Jessica <[email protected]> Authored: Mon Aug 26 15:29:09 2013 -0700 Committer: Jessica <[email protected]> Committed: Mon Aug 26 15:31:17 2013 -0700 ---------------------------------------------------------------------- docs/en-US/storage-plugins.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/171681b6/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
