Integrate OpenFlowJava into OpenFlowPlugin build
[openflowplugin.git] / samples / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / EventType.java
similarity index 74%
rename from openflowjava/simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/EventType.java
rename to samples/simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/EventType.java
index ff83c6bfce5b8b9493eae175726cb784f7a2cb86..2b7440f4102d95b76f390a3ea584324a22e5505c 100644 (file)
@@ -1,4 +1,10 @@
-
+/*
+ * Copyright (c) 2017 Pantheon Technologies s.r.o. 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.openflowjava.protocol.impl.clients;
 
 import javax.xml.bind.annotation.XmlEnum;