Updated Branches: refs/heads/master c99a3c6ee -> a892f0828
fix licnese header for vpc_passwd_server Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a892f082 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a892f082 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a892f082 Branch: refs/heads/master Commit: a892f08280a33653ef390faa354653437668d42c Parents: c99a3c6 Author: Anthony Xu <[email protected]> Authored: Fri Sep 28 10:18:01 2012 -0700 Committer: Anthony Xu <[email protected]> Committed: Fri Sep 28 10:18:01 2012 -0700 ---------------------------------------------------------------------- .../debian/config/opt/cloud/bin/vpc_passwd_server | 17 +++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a892f082/patches/systemvm/debian/config/opt/cloud/bin/vpc_passwd_server ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/config/opt/cloud/bin/vpc_passwd_server b/patches/systemvm/debian/config/opt/cloud/bin/vpc_passwd_server index e02a99c..6488bec 100755 --- a/patches/systemvm/debian/config/opt/cloud/bin/vpc_passwd_server +++ b/patches/systemvm/debian/config/opt/cloud/bin/vpc_passwd_server @@ -1,4 +1,21 @@ #!/bin/bash +# 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. + ip=$1 result=$ip
