You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sr...@apache.org on 2013/04/26 17:50:18 UTC

[02/47] git commit: Adding missing license header

Adding missing license header


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

Branch: refs/heads/master
Commit: b09c5ee0e947b96777548058b16dc135c5988145
Parents: ce2589e
Author: srikanth.sundarrajan <sr...@inmobi.com>
Authored: Fri Apr 12 13:49:41 2013 +0530
Committer: srikanth.sundarrajan <sr...@inmobi.com>
Committed: Fri Apr 12 13:49:41 2013 +0530

----------------------------------------------------------------------
 .../falcon/rerun/queue/InMemoryQueueTest.java      |   17 +++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/b09c5ee0/rerun/src/test/java/org/apache/falcon/rerun/queue/InMemoryQueueTest.java
----------------------------------------------------------------------
diff --git a/rerun/src/test/java/org/apache/falcon/rerun/queue/InMemoryQueueTest.java b/rerun/src/test/java/org/apache/falcon/rerun/queue/InMemoryQueueTest.java
index 09779db..5bd35e5 100644
--- a/rerun/src/test/java/org/apache/falcon/rerun/queue/InMemoryQueueTest.java
+++ b/rerun/src/test/java/org/apache/falcon/rerun/queue/InMemoryQueueTest.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 org.apache.falcon.rerun.queue;
 
 import org.apache.falcon.FalconException;