Updated Branches: refs/heads/master 39ef9240e -> 4b3c0128b
Add missing ASL decl. ssp mock api is also available under ASL2.0 Signed-off-by: Hiroaki KAWAI <ka...@stratosphere.co.jp> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4b3c0128 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4b3c0128 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4b3c0128 Branch: refs/heads/master Commit: 4b3c0128b40dd3bf8b5d664d999dfefcf3bfc284 Parents: 39ef924 Author: Hiroaki KAWAI <ka...@stratosphere.co.jp> Authored: Wed Jun 26 13:19:15 2013 +0900 Committer: Hiroaki KAWAI <ka...@stratosphere.co.jp> Committed: Wed Jun 26 13:19:54 2013 +0900 ---------------------------------------------------------------------- .../stratosphere-ssp/sspmock/sspmock.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4b3c0128/plugins/network-elements/stratosphere-ssp/sspmock/sspmock.py ---------------------------------------------------------------------- diff --git a/plugins/network-elements/stratosphere-ssp/sspmock/sspmock.py b/plugins/network-elements/stratosphere-ssp/sspmock/sspmock.py index c764d25..5e7e610 100644 --- a/plugins/network-elements/stratosphere-ssp/sspmock/sspmock.py +++ b/plugins/network-elements/stratosphere-ssp/sspmock/sspmock.py @@ -1,3 +1,20 @@ +# 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. + import json import uuid from flask import Flask