Repository: metamodel Updated Branches: refs/heads/feature/5.x/swagger-docs 0a82d13b1 -> 3ac879eac
Fixed swagger file header Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/3ac879ea Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/3ac879ea Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/3ac879ea Branch: refs/heads/feature/5.x/swagger-docs Commit: 3ac879eac2057d295c711f51d8dd70c9341faeb6 Parents: 0a82d13 Author: Kasper Sørensen <[email protected]> Authored: Mon Jun 13 22:39:17 2016 -0700 Committer: Kasper Sørensen <[email protected]> Committed: Mon Jun 13 22:39:17 2016 -0700 ---------------------------------------------------------------------- service-webapp/swagger.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metamodel/blob/3ac879ea/service-webapp/swagger.yaml ---------------------------------------------------------------------- diff --git a/service-webapp/swagger.yaml b/service-webapp/swagger.yaml index 1edd47a..c52cc2b 100644 --- a/service-webapp/swagger.yaml +++ b/service-webapp/swagger.yaml @@ -1,3 +1,19 @@ +# 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. swagger: '2.0' info: title: Apache MetaModel RESTful API
