Add missing copyright headers
[yangtools.git] / code-generator / binding-generator-impl / src / test / java / org / opendaylight / yangtools / sal / binding / generator / impl / NameTypePattern.java
index d015cfcbd03c03215418a4367cc000f8e93c1f53..acf940e57bc9a8e36a4004d4f99b89eacbb65310 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.sal.binding.generator.impl;
 
 public class NameTypePattern {
@@ -16,4 +23,4 @@ public class NameTypePattern {
     public String getType() {
         return this.type;
     }
-}
\ No newline at end of file
+}