You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2015/12/07 18:06:04 UTC

[22/50] [abbrv] incubator-geode git commit: GEODE-18: adding ASF header

GEODE-18: adding ASF 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/4eb9e33a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/4eb9e33a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/4eb9e33a

Branch: refs/heads/feature/GEODE-17
Commit: 4eb9e33ad541f6e2a4cff9b0669fd75554b9b3b4
Parents: 360665f
Author: Dick Cavender <dc...@pivotal.io>
Authored: Tue Nov 24 15:33:46 2015 -0800
Committer: Dick Cavender <dc...@pivotal.io>
Committed: Tue Nov 24 15:34:28 2015 -0800

----------------------------------------------------------------------
 .../internal/offheap/ReferenceCountHelper.java     | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4eb9e33a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ReferenceCountHelper.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ReferenceCountHelper.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ReferenceCountHelper.java
index 85a0505..e396060 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ReferenceCountHelper.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ReferenceCountHelper.java
@@ -1,3 +1,20 @@
+/*
+ * 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 com.gemstone.gemfire.internal.offheap;
 
 import java.util.ArrayList;