X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=northbound%2Fovsdb%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fovsdb%2Fnorthbound%2FOVSDBRow.java;h=5bdb3c8ff187bd10400bee5b9c6951ee1f141e82;hb=9f20592a2f9cae31365f78abfb68a4ac4e6bc91f;hp=403b2739d58b2e188cbc7f043e95a09c5a1dc6f1;hpb=ff54100323e18e98a3f87478a65e6bd5b5eec047;p=netvirt.git diff --git a/northbound/ovsdb/src/main/java/org/opendaylight/ovsdb/northbound/OVSDBRow.java b/northbound/ovsdb/src/main/java/org/opendaylight/ovsdb/northbound/OVSDBRow.java index 403b2739d5..5bdb3c8ff1 100644 --- a/northbound/ovsdb/src/main/java/org/opendaylight/ovsdb/northbound/OVSDBRow.java +++ b/northbound/ovsdb/src/main/java/org/opendaylight/ovsdb/northbound/OVSDBRow.java @@ -1,3 +1,12 @@ +/* + * Copyright (C) 2013 Red Hat, Inc. + * + * 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 + * + * Authors : Madhu Venugopal, Brent Salisbury + */ package org.opendaylight.ovsdb.northbound; import org.codehaus.jackson.annotate.JsonSubTypes;