Live data from Hacker News

Why is there an Oracle copyright in the middle of a Facebook javascript?

static.ak.fbcdn.net

11–20 of 43 posts

Re: Why is there an Oracle copyright in the middle of a Facebook javascript?

#14

Because that chunk of stuff is from http://www.java.com/js/deployJava.txt And apparently Oracle slaps "ORACLE PROPRIETARY/CONFIDENTIAL" on everything.

Facebook will gladly throw in a copyright notice if it means avoiding a costly lawsuit: http://www.computerworld.com/s/article/9193538/Oracle_Google...

Oracle are not very nice when it comes to Java licensing. Just ask Apache.

Re: Why is there an Oracle copyright in the middle of a Facebook javascript?

#15
As a number of other people have pointed out, we (I'm an engineer at Facebook) use http://www.java.com/js/deployJava.txt which Oracle has released under the BSD licensed. One of the requirements of the license is that their copyright header is preserved when distributing the source code.

Re: Why is there an Oracle copyright in the middle of a Facebook javascript?

#16

Most likely the same reason why they are going after Google as the new owner of java, because up until they owned sun microsystems, it was in their best interest to support open source. In the aftermath of purchasing Sun, they think its best to become a patent troll. I hope we see some more karmic justice and Google rips Oracle a new one.

that has nothing to do with Facebook using BSD licensed javascript from Oracle

Re: Why is there an Oracle copyright in the middle of a Facebook javascript?

#17

Because that chunk of stuff is from http://www.java.com/js/deployJava.txt And apparently Oracle slaps "ORACLE PROPRIETARY/CONFIDENTIAL" on everything.

Outside of the line about proprietary/confidential, it is a standard 3-clause (no ad) BSD license they are using - so I don't know why they need that line in there.

That is probably the only interesting part of this story.

Re: Why is there an Oracle copyright in the middle of a Facebook javascript?

#18

Because that chunk of stuff is from http://www.java.com/js/deployJava.txt And apparently Oracle slaps "ORACLE PROPRIETARY/CONFIDENTIAL" on everything.

Facebook will gladly throw in a copyright notice if it means avoiding a costly lawsuit: http://www.computerworld.com/s/article/9193538/Oracle_Google... Oracle are not very nice when it comes to Java licensing. Just ask Apache.

This has nothing to do with Java licensing, it's a piece of javascript to detect whether you have Java installed or not.

Re: Why is there an Oracle copyright in the middle of a Facebook javascript?

#19
post #17

Because that chunk of stuff is from http://www.java.com/js/deployJava.txt And apparently Oracle slaps "ORACLE PROPRIETARY/CONFIDENTIAL" on everything.

Outside of the line about proprietary/confidential, it is a standard 3-clause (no ad) BSD license they are using - so I don't know why they need that line in there. That is probably the only interesting part of this story.

[deleted]

Re: Why is there an Oracle copyright in the middle of a Facebook javascript?

#20
post #17

Because that chunk of stuff is from http://www.java.com/js/deployJava.txt And apparently Oracle slaps "ORACLE PROPRIETARY/CONFIDENTIAL" on everything.

Outside of the line about proprietary/confidential, it is a standard 3-clause (no ad) BSD license they are using - so I don't know why they need that line in there. That is probably the only interesting part of this story.

What is also interesting (or is that scary?) is that some people reading HN can't tell a BSD license from a custom proprietary copyright notice.
Post reply on HN