Add license info to new files
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / meta / ColumnSchema.java
index 683dbea933810c9f3b6c7b5e2dc34d3a97d41406..baeb698d0f9d94b8c8cd244691dfe29ca033eb3e 100644 (file)
@@ -1,12 +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.notation.Condition;
 import org.opendaylight.ovsdb.lib.notation.Function;
 
-/**
- * @author ashw7n
- */
 
 public class ColumnSchema<E extends TableSchema<E>, D> {
     String name;