You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ac...@apache.org on 2008/06/05 06:24:44 UTC

svn commit: r663442 - /hadoop/core/trunk/src/java/org/apache/hadoop/mapred/RamManager.java

Author: acmurthy
Date: Wed Jun  4 21:24:44 2008
New Revision: 663442

URL: http://svn.apache.org/viewvc?rev=663442&view=rev
Log:
HADOOP-2095. Adding missing header to src/java/org/apache/hadoop/mapred/RamManager.java

Modified:
    hadoop/core/trunk/src/java/org/apache/hadoop/mapred/RamManager.java

Modified: hadoop/core/trunk/src/java/org/apache/hadoop/mapred/RamManager.java
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/mapred/RamManager.java?rev=663442&r1=663441&r2=663442&view=diff
==============================================================================
--- hadoop/core/trunk/src/java/org/apache/hadoop/mapred/RamManager.java (original)
+++ hadoop/core/trunk/src/java/org/apache/hadoop/mapred/RamManager.java Wed Jun  4 21:24:44 2008
@@ -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 org.apache.hadoop.mapred;
 
 import org.apache.hadoop.conf.Configuration;