Forgot your password?
typodupeerror
Image

Mexico Wants Payment For Aztec Images 325

innocent_white_lamb writes "Starbucks brought out a line of cups with prehistoric Aztec images on them. Now the government of Mexico wants them to pay for the use of the images. Does the copyright on an image last hundreds of years?"

Comment Re:Seriously, who the fuck cares? (Score 1, Troll) 465

Those links compare C# 1.0 vs Java in 2000.

C# 1.0 had a few goodies over Java: events, properties, delegates, p/invoke.

C# 2.0 introduced generics, iterators and a handful of extra features and lambdas.

C# 3.0 introduced linq, expression trees.

C# 4.0 introduces dynamic types, optional and named parameters.

Java in the meantime introduced the worst possible kind of generics. That is what happens when you layoff the entire language design team and let the language bitrot for a decade.

Comment Re:...and this means? (Score 1) 465

If you stick to ECMA + Mono APIs (like Gtk#) you do not need to talk to anyone, you are ready to go.

If you want to use the non-ECMA APIs (Winforms, ASP.NET, ADO.NET) and want to be covered patent-wise and deploy on Linux, you can buy SUSE Linux which comes with a license to Microsoft's .NET IP.

But unless you are costing Microsoft a few million dollars a year in lost revenue, it is not even worth having a lawyer give you a call.

Comment Re:No Really Definite Confirmation of This Yet (Score 0, Flamebait) 465

Listen son, come here and sit by me, and I will explain this to you.

As you grow up, it is normal that you will have some questions, for example "what is that hair doing in my face" or "but wasn't part of the point of Mono to be cross-platform?"

Although this might seem odd to you, there are no problems in these goals.

What you have is:
(a) A foundation, ECMA that can be used to build application from the tiniest embedded device to the largest data center.
(b) A set of APIs that are not covered by ECMA to access databases, build web servers, make your servers communicate and build GUI applications that look like Windows.
(c) A portable set of APIs created by the mono group that is cross platform and was built from scratch, this includes GUI APIs, database APIs and many more.

In fact, you can get a good list from Mono's www.mono-project.com/Libraries

Today the desktop applications that were the source of the controversy are built with (a) and (c), that is Tomboy and the rest of the gang.

Some people might be interested instead in (a) + (b) or (a) + (b) + (c) but the patent license that was issued today does not cover it.

There are a few options for the (b) loving person (now with roman numerals):
(i) They can ignore the patent issue, probably on the grounds that it does not really matter anyways.
(ii) They could ask Microsoft for a license, but this seems like a lot of work and it is hard to tell where to start.
(iii) They could purchase Novell's SUSE Linux which already licenses the patents/technologies.

Comment Re:Java? (Score 1) 1008

You have a point, the risk is larger with .NET than it is with Java, but it is not zero for either one of them.

That being said.

Microsoft could only have obtained patents on anything that did not exist in a technology before (prior art).

Considering that everyone on Slashdot keeps claiming that .NET is a poor copy of Java it seems to me that the patents that Microsoft has on .NET will be weak or not even valid.

Neither .NET or Java are safe from Kodak though, and open source redistribution of Java (for example by Red Hat) would likely require Red Hat to license Kodak's patents as well.

Comment Re:Java? (Score 1) 1008

Sun *patents* have been granted to people that are using Java.

But Sun can not grant patent rights to anything that Java might infringe. For an actual sample see the Kodak vs Sun lawsuit where Java was found to be infringing Kodak's patents.

The same applies to Java today. As Java evolves, it will likely infringe on third party patents and you could be liable for that infringement.

For instance, consider .NET's attributes. This feature was copied a few years later right into Java and given a different name "annotations".

If Mono is not kosher because of Microsoft patents, then neither is Java's use of features that they copied back from .NET.

Comment Stallman's incongruent position. (Score 2, Informative) 1008

Richard Stallman over the years has made it his goal to encourage and promote the creation of free software alternatives of commercial products, patented or not.

RMS decided to clone Unix when he started his GNU project. This was at a time when ATT might have hold patents on the technology:

http://www.gnu.org/gnu/manifesto.html

Microsoft has been vocal about their patent portfolio, but the danger of patents extends beyond anyone that is vocal.

As we saw with SCO, a company that is desperate for revenue will start taping into whatever they have at their disposal. SCO lost market share and tried to capitalize on the Unix IP.

The same can easily happen to any software company today that owns patents and finds itself in financial trouble. They will either try to license their patents or sell the patents for a third party to buy.

SGI was in such situation in 2002/2003 when they sold their OpenGL patent portfolio to Microsoft which now owns the OpenGL patents.

Smaller companies go out of business constantly and sell their patents as a last resort or as part of the bankruptcy proceedings (Chapter 12) that force a company to sell their assets to pay their debt.

Today the FSF is requesting clones for a number of technologies as can be seen here:

http://www.fsf.org/campaigns/priority.html

As the FSF becomes more irrelevant, their list of tasks becomes more irrelevant as well. Most of the work is now driven by external communities and there has not been a need for RMS to push for free implementations of key pieces of software as he did in the past.

Or they sponsor projects like GNUstep that would violate Apple/Nextstep patents as much as Mono would violate Microsoft patents. The only difference being that Apple is more litigious than Microsoft. It is part of their culture.

Slashdot Top Deals

You can tell the ideals of a nation by its advertisements. -- Norman Douglas

Working...