Repository: geode Updated Branches: refs/heads/develop 8b303e43b -> de070b517
GEODE-2282 Added license info Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/de070b51 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/de070b51 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/de070b51 Branch: refs/heads/develop Commit: de070b517e25256e9c33f318f343b0219fb8cc66 Parents: 8b303e4 Author: Hitesh Khamesra <[email protected]> Authored: Thu Jan 19 11:33:31 2017 -0800 Committer: Hitesh Khamesra <[email protected]> Committed: Thu Jan 19 11:33:31 2017 -0800 ---------------------------------------------------------------------- .../geode/pdx/internal/json/JSONToPdxMapper.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/de070b51/geode-core/src/main/java/org/apache/geode/pdx/internal/json/JSONToPdxMapper.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/org/apache/geode/pdx/internal/json/JSONToPdxMapper.java b/geode-core/src/main/java/org/apache/geode/pdx/internal/json/JSONToPdxMapper.java index 0bdc889..b8f3066 100644 --- a/geode-core/src/main/java/org/apache/geode/pdx/internal/json/JSONToPdxMapper.java +++ b/geode-core/src/main/java/org/apache/geode/pdx/internal/json/JSONToPdxMapper.java @@ -1,3 +1,17 @@ +/* + * 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. + */ package org.apache.geode.pdx.internal.json; import java.math.BigDecimal;
