Add license info to new files
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / meta / TableSchema.java
index 2547ac0b765c70a0390f0add42486ba16a056552..4987c05b809161c507ae4d9959c7ea46f191d8a8 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright (C) 2014 EBay Software Foundation
+ *
+ * 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 : Ashwin Raveendran
+ */
 package org.opendaylight.ovsdb.lib.meta;
 
 import com.fasterxml.jackson.databind.JsonNode;
@@ -10,9 +19,7 @@ import java.util.HashMap;
 import java.util.Iterator;
 import java.util.Map;
 
-/**
- * @author araveendrann
- */
+
 public class TableSchema<E extends TableSchema<E>> {
     protected static final Logger logger = LoggerFactory.getLogger(TableSchema.class);
     private String name;