Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FYI - copyright attribution not specified in belkin product #20

Open
kmatzen opened this issue Nov 29, 2017 · 0 comments
Open

FYI - copyright attribution not specified in belkin product #20

kmatzen opened this issue Nov 29, 2017 · 0 comments

Comments

@kmatzen
Copy link

kmatzen commented Nov 29, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant