cybergarage / cybergarage-upnp

cybergarage-upnp is a development package for UPnP™ developers. cybergarage-upnp controls these protocols automatically, and supports to create your devices and control points quickly.

Home Page:http://www.cybergarage.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FYI - copyright attribution not specified in belkin product

kmatzen opened this issue · comments

Just a friendly heads up, a Belkin app for a product called wemo was failing on Android, so I examine the log with logcat and found that it's calling code from this project. I read your license to see it was the 3 clause BSD. I then read the wemo legal text to find that they direct users to visit belkin.com for open source copyright attribution. When I visited their site, I found their open source attribution page and the requested copyright attribute for this project was not listed. They don't offer code for this product, but this likely falls under the redistribution of binary form clause of your license.

Here's the stack trace from their product:

11-28 21:49:43.511 20929 21217 I System.out: CyberGarage warning : Thread: 544: Machine is not on the network
11-28 21:49:43.512 20929 21217 I System.out: java.net.SocketException: Machine is not on the network
11-28 21:49:43.513 20929 21217 I System.out:    at java.net.NetworkInterface.getAll(Native Method)
11-28 21:49:43.513 20929 21217 I System.out:    at java.net.NetworkInterface.getNetworkInterfaces(NetworkInterface.java:333)
11-28 21:49:43.513 20929 21217 I System.out:    at org.cybergarage.net.HostInterface.getNHostAddresses(HostInterface.java:107)
11-28 21:49:43.513 20929 21217 I System.out:    at org.cybergarage.http.HTTPServerList.open(HTTPServerList.java:85)
11-28 21:49:43.513 20929 21217 I System.out:    at org.cybergarage.http.HTTPServerList.open(HTTPServerList.java:109)
11-28 21:49:43.514 20929 21217 I System.out:    at org.cybergarage.upnp.ControlPoint.start(ControlPoint.java:1200)
11-28 21:49:43.514 20929 21217 I System.out:    at org.cybergarage.upnp.ControlPoint.start(ControlPoint.java:1323)
11-28 21:49:43.514 20929 21217 I System.out:    at com.belkin.wemo.cache.devicelist.DeviceListManager.initControlPoint(DeviceListManager.java:1073)
11-28 21:49:43.514 20929 21217 I System.out:    at com.belkin.wemo.cache.devicelist.DeviceListManager.recreateControlPoint(DeviceListManager.java:3935)
11-28 21:49:43.514 20929 21217 I System.out:    at com.belkin.wemo.cache.devicelist.runnable.MSearchRequestRunnable.sendMSearchRequest(MSearchRequestRunnable.java:48)
11-28 21:49:43.515 20929 21217 I System.out:    at com.belkin.wemo.cache.devicelist.runnable.MSearchRequestRunnable.run(MSearchRequestRunnable.java:39)
11-28 21:49:43.515 20929 21217 I System.out:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
11-28 21:49:43.515 20929 21217 I System.out:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
11-28 21:49:43.515 20929 21217 I System.out:    at java.lang.Thread.run(Thread.java:761)

Here is their copyright attribution page. wemo products are not listed. I could not find a separate wemo legal page.
http://www.belkin.com/us/support-article?articleNum=97444

Sorry to bother you if you don't want to enforce the license. I just figured I'd bring it to your attention.