Updated Branches: refs/heads/master 359e67fc3 -> 911048929
Adding license header to an SVG file. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/91104892 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/91104892 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/91104892 Branch: refs/heads/master Commit: 911048929d4be604a8639690a9805de878097452 Parents: 359e67f Author: Chip Childers <[email protected]> Authored: Fri Sep 14 13:23:44 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Fri Sep 14 13:23:44 2012 -0400 ---------------------------------------------------------------------- docs/en-US/images/icon.svg | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/91104892/docs/en-US/images/icon.svg ---------------------------------------------------------------------- diff --git a/docs/en-US/images/icon.svg b/docs/en-US/images/icon.svg index b2f16d0..37f94c0 100644 --- a/docs/en-US/images/icon.svg +++ b/docs/en-US/images/icon.svg @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- +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. +--> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32" height="32" id="svg3017"> <defs id="defs3019"> <linearGradient id="linearGradient2381">
