You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ss...@apache.org on 2014/03/30 07:46:25 UTC

git commit: TEZ-932 addendum. Add missing license to file.

Repository: incubator-tez
Updated Branches:
  refs/heads/master 3a305a9ee -> e144a1293


TEZ-932 addendum. Add missing license to file.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tez/commit/e144a129
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tez/tree/e144a129
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tez/diff/e144a129

Branch: refs/heads/master
Commit: e144a129341840d0ec4f0bed1bd0cb920d41844d
Parents: 3a305a9
Author: Siddharth Seth <ss...@apache.org>
Authored: Sat Mar 29 22:45:54 2014 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Sat Mar 29 22:45:54 2014 -0700

----------------------------------------------------------------------
 .../common/resources/InitialMemoryAllocator.java  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/e144a129/tez-api/src/main/java/org/apache/tez/runtime/common/resources/InitialMemoryAllocator.java
----------------------------------------------------------------------
diff --git a/tez-api/src/main/java/org/apache/tez/runtime/common/resources/InitialMemoryAllocator.java b/tez-api/src/main/java/org/apache/tez/runtime/common/resources/InitialMemoryAllocator.java
index 62b9433..6910f23 100644
--- a/tez-api/src/main/java/org/apache/tez/runtime/common/resources/InitialMemoryAllocator.java
+++ b/tez-api/src/main/java/org/apache/tez/runtime/common/resources/InitialMemoryAllocator.java
@@ -1,3 +1,21 @@
+/**
+ * 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.tez.runtime.common.resources;
 
 import org.apache.hadoop.classification.InterfaceAudience.Private;