Bulk-add copyright headers to java files
[controller.git] / opendaylight / web / root / src / main / java / org / opendaylight / controller / web / DaylightWebUtil.java
index fb252bf95ce45507f3de37ce3d4a979c1d3560ff..e88983630148a7d3c42b2e3ddeeaed409c4ec018 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.controller.web;
 
 import org.opendaylight.controller.containermanager.IContainerAuthorization;
@@ -130,4 +137,4 @@ public class DaylightWebUtil {
                 + getNodeDesc(nodeConnector.getNode(), switchManager);
         return nodeConnectorName.substring(0, nodeConnectorName.length());
     }
-}
\ No newline at end of file
+}