Repository: geode-examples
Updated Branches:
  refs/heads/feature/GEODE-2231 67d7b0986 -> f8f9a527e


GEODE-2231: Add Apache license to new classes


Project: http://git-wip-us.apache.org/repos/asf/geode-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-examples/commit/f8f9a527
Tree: http://git-wip-us.apache.org/repos/asf/geode-examples/tree/f8f9a527
Diff: http://git-wip-us.apache.org/repos/asf/geode-examples/diff/f8f9a527

Branch: refs/heads/feature/GEODE-2231
Commit: f8f9a527e8bf17f1ea3a2236ff9437c94b5b92ae
Parents: 67d7b09
Author: Karen Miller <kmil...@pivotal.io>
Authored: Wed Feb 1 13:26:03 2017 -0800
Committer: Karen Miller <kmil...@pivotal.io>
Committed: Wed Feb 1 13:26:03 2017 -0800

----------------------------------------------------------------------
 .../geode/examples/partitioned/EmployeeDataTest.java  | 14 ++++++++++++++
 .../geode/examples/partitioned/EmployeeKeyTest.java   | 14 ++++++++++++++
 2 files changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-examples/blob/f8f9a527/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeDataTest.java
----------------------------------------------------------------------
diff --git 
a/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeDataTest.java
 
b/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeDataTest.java
index 21b96ad..2ec546c 100644
--- 
a/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeDataTest.java
+++ 
b/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeDataTest.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.examples.partitioned;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/geode-examples/blob/f8f9a527/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeKeyTest.java
----------------------------------------------------------------------
diff --git 
a/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeKeyTest.java
 
b/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeKeyTest.java
index 85bc1b2..999dd5d 100644
--- 
a/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeKeyTest.java
+++ 
b/partitioned/src/test/java/org/apache/geode/examples/partitioned/EmployeeKeyTest.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.examples.partitioned;
 
 import static org.junit.Assert.*;

Reply via email to