Added the missing Copyright headers to most of the java files.
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / notation / Mutation.java
index bd802aed23e3b4553880c312b0e7266540ba2e48..5d5556c02aaa06f04e4c5c49ee5ac9381038d2e2 100644 (file)
@@ -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, Ashwin Raveendran
+ */
 package org.opendaylight.ovsdb.lib.notation;
 
 import org.opendaylight.ovsdb.lib.notation.json.MutationSerializer;