Add attributes to nodes that can take attributes
[yangtools.git] / concepts / src / main / java / org / opendaylight / yangtools / concepts / InvertibleTransformator.java
index d04774793097255fc8b6095db2aa280ed59621c0..31ca3b5ca741b9e70182c4639686b2fff450b616 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * 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
+ */
 package org.opendaylight.yangtools.concepts;
 
 public interface InvertibleTransformator<P, I> extends Transformator<P, I>{