Fix license header violations in toaster-consumer 65/24965/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 8 Aug 2015 06:03:10 +0000 (02:03 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 8 Aug 2015 06:03:10 +0000 (02:03 -0400)
Change-Id: Ib522fe2ed5a47fefaed18554badde343368f306d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/md-sal/samples/toaster-consumer/src/main/java/org/opendaylight/controller/sample/kitchen/api/EggsType.java
opendaylight/md-sal/samples/toaster-consumer/src/main/java/org/opendaylight/controller/sample/kitchen/api/KitchenService.java
opendaylight/md-sal/samples/toaster-consumer/src/main/java/org/opendaylight/controller/sample/kitchen/impl/KitchenServiceImpl.java

index d9c7f4578e9a9349b2056ab13d184cbd7983bfcf..71df861a678966847d7a46a95bc6daca18b4ee7d 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014, 2015 Brocade Communications 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.sample.kitchen.api;
 
 public enum EggsType {
index 7e7f342962cba09a7204aa046b9126b77d46d33a..469a0068a299a21d31be0df483b04b7294de6b56 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014, 2015 Brocade Communications 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.sample.kitchen.api;
 
 import java.util.concurrent.Future;
index c6aa545935af5e2ae9771343706ac24a0518a363..3ea7b45f02afc02387d709e3b20b11038bc7b364 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014, 2015 Brocade Communications 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.sample.kitchen.impl;
 
 import java.util.List;