Bulk-add copyright headers to java files
[controller.git] / opendaylight / sal / networkconfiguration / api / src / main / java / org / opendaylight / controller / sal / networkconfig / bridgedomain / IBridgeDomainConfigService.java
index 432d82354f589ca5d401fba7344444f0ac3f951b..590dff1ee52a116e1152c174cab97a365d3b2ede 100644 (file)
@@ -1,7 +1,14 @@
+/*
+ * 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.controller.sal.networkconfig.bridgedomain;
 
 /**
  * This interface is just a wrapper of IPluginInBridgeDomainConfigService
  */
 public interface IBridgeDomainConfigService extends IPluginInBridgeDomainConfigService {
-}
\ No newline at end of file
+}