Fix Copyright headers in dlux/loader
[dlux.git] / loader / api / src / main / java / org / opendaylight / dlux / loader / DluxModule.java
index 32f597a405b8cb90d27ef4db5e856c7f0e89fe5b..1f98b504c5140a1603de25ea3f4c2f72c35e626c 100644 (file)
@@ -1,11 +1,12 @@
-package org.opendaylight.dlux.loader;
 /**
-* Copyright (c) 2014 Inocybe Technologies, 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
-*/
+ * Copyright (c) 2014, 2015 Inocybe Technologies, 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.dlux.loader;
 
 import com.google.common.base.Preconditions;
 import org.osgi.service.http.NamespaceException;