This is an automated email from the ASF dual-hosted git repository.
jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 84233c3 GEODE-5803: Add license header
84233c3 is described below
commit 84233c304cb21de43db0040f5d2ca96614fbdedf
Author: Jens Deppe <[email protected]>
AuthorDate: Thu Oct 18 08:55:16 2018 -0700
GEODE-5803: Add license header
---
.../org/apache/geode/pdx/JSONFormatVerifyUtility.java | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git
a/geode-dunit/src/main/java/org/apache/geode/pdx/JSONFormatVerifyUtility.java
b/geode-dunit/src/main/java/org/apache/geode/pdx/JSONFormatVerifyUtility.java
index 7d48ba1..cd15354 100644
---
a/geode-dunit/src/main/java/org/apache/geode/pdx/JSONFormatVerifyUtility.java
+++
b/geode-dunit/src/main/java/org/apache/geode/pdx/JSONFormatVerifyUtility.java
@@ -1,3 +1,18 @@
+/*
+ * 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;
import org.json.JSONObject;