Added headers to the concepts bundles
[yangtools.git] / concepts / src / main / java / org / opendaylight / yangtools / concepts / AbstractListenerRegistration.java
index eec6d16ca5214cc915f396c42407e62c909ca723..7bc17a07cdb082efa4f2930ad43ccabd31e875f4 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;
 
 import java.util.EventListener;