Add license info to new files
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / meta / ColumnType.java
index aa4eeeb908a7b37dad47f67641a8f081db243480..4fde88c5602c38ad6bdfc80cd8295cdbd9ce8cdb 100644 (file)
@@ -1,11 +1,18 @@
+/*
+ * 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;
 import org.opendaylight.ovsdb.lib.jsonrpc.JsonUtils;
 
-/**
- * @author araveendrann
- */
+
 public abstract class ColumnType {
     BaseType baseType;
     int min = 0;