Added support for parsing submodules & added dependency utility parser
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / util / repo / SchemaSourceProvider.java
index f8f6efbc8365d8bde9249e7eb7ddb78c79813258..2e56634adf9b6134d7641ed52da34011e2010c23 100644 (file)
@@ -1,7 +1,12 @@
+/*
+ * 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/eplv10.html
+ */
 package org.opendaylight.yangtools.yang.model.util.repo;
 
-import java.io.InputStream;
-
 import com.google.common.base.Optional;
 
 public interface SchemaSourceProvider<F> {