Add missing license headers
[openflowplugin.git] / openflowplugin / src / test / java / org / opendaylight / openflowplugin / openflow / md / util / WrapperQueueImplTest.java
index 62add1e9f1f90be826d5918c9610fb78847085d8..474c6f1b865c2fc0291ec19d8eb8d67925c55065 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.openflowplugin.openflow.md.util;
 
 import java.util.Queue;
@@ -78,7 +85,7 @@ public class WrapperQueueImplTest {
     }
 
     /**
-     * 
+     *
      */
     private void push(int size) {
         for (int i = 0; i < size; i++) {