GEODE-2014: add the missing license header
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/77429811 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/77429811 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/77429811 Branch: refs/heads/feature/GEM-983 Commit: 7742981161238f82fcbb7144315adad966a0d26c Parents: 259ceb7 Author: Jinmei Liao <[email protected]> Authored: Mon Oct 24 12:44:28 2016 -0700 Committer: Jinmei Liao <[email protected]> Committed: Mon Oct 24 12:44:28 2016 -0700 ---------------------------------------------------------------------- geode-web-api/src/main/resources/swagger.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/77429811/geode-web-api/src/main/resources/swagger.properties ---------------------------------------------------------------------- diff --git a/geode-web-api/src/main/resources/swagger.properties b/geode-web-api/src/main/resources/swagger.properties index 5042b2c..c065510 100644 --- a/geode-web-api/src/main/resources/swagger.properties +++ b/geode-web-api/src/main/resources/swagger.properties @@ -1,2 +1,16 @@ +# +# 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. +# springfox.documentation.swagger.v2.path=/v2/api-docs springfox.documentation.swagger.v1.path=/v1/api-docs \ No newline at end of file
