6 Things You Didn't Know About Linux


Recommended Posts

  • 2 months later...

They make it sound like MP3 support almost doesn't exist.

That's true for a clean install. MP3 is a closed format that isn't compatible with the GPLv2 and therefor cannot be integrated into a distribution. If a user wants MP3 support the user has to install it manually (mostly it can be done by enable some repository and by using the repository tools like apt and yum).

So they are right about MP3 support with a clean installation but it isn't really unsupported because you can install it afterwards yourself. It's how you look at it.

^^^ Not sure if you are correct on it being a GPL "violation". There are free, open source MP3 encoders/decoders (LAME).

It is more of an issue with potential patent infringement with Freunhoff (sp?), who owns a patent on the compression method. They license it at no charge for personal, private use, so there is no (current) legal issue with an individual installing an MP3 codec on his Linux box. Distributing it my encroach upon potential commercial/business use, so that is why you don't see MP3 support freely included.

Linspire, by the way, does include MP3 out of the box. I assume that they negotiated a license for this, which is why they seem to have no issues distributing it without attracting the attention of the legions of lawyers.

  • 2 weeks later...

^^^ Not sure if you are correct on it being a GPL "violation". There are free, open source MP3 encoders/decoders (LAME).

It is more of an issue with potential patent infringement with Freunhoff (sp?), who owns a patent on the compression method. They license it at no charge for personal, private use, so there is no (current) legal issue with an individual installing an MP3 codec on his Linux box. Distributing it my encroach upon potential commercial/business use, so that is why you don't see MP3 support freely included.

Linspire, by the way, does include MP3 out of the box. I assume that they negotiated a license for this, which is why they seem to have no issues distributing it without attracting the attention of the legions of lawyers.

The problem mostly is that there really isn't very clear information about it. The Kororaa project ran into something similar and the discussion that followed didn't clear things up, in fact, everyone was right.

The GPLv2 is a very difficult license if you look at it and that's the biggest problem. That's one of the reasons why they are working on version 3. Version 2 points at the law of a certain country when it comes down to copyrights and patents and that makes it even more difficult. For that reason most distributions skip some software and codecs from their base install because they might infringe copyright/patentlaw in a certain country. Take a look at what Ubuntu has to say about restricted formats like MP3 and DivX: https://help.ubuntu.com/community/RestrictedFormats

Kororaa's problem was two-fold, if I recall correctly.

1) They included pre-linked binaries in the kernel, causing the binaries to be leveraging kernel code, and therefore subject to GPL rules when distributed. (again, individual users are granted freedom to do whatever they want, but cannot distribute 'violations').

2) They supplied code for only their modifications. The GPL requires them to also distribute/offer source for all sources to the binaries they distribute.

MP3 encoding isn't a GPL issues at all. It is a Fraunhofer license issue. The GPL allows LAME to be distributed. Fraunhofer does not allow commercial distribution of their "patented" technology. Even free implementations of it, like LAME.

Please don't claim it is a GPL issue when it most certainly is not. Even Microsoft cannot distribute MP3 without licensing with Fraunhofer.

Barneyt. Where you @ in VA? I'm in Lexington.

Lexington, eh? Home of VMI.... and I am a Citadel grad...... :laugh:

I live in Williamsburg. Nice place except when Ernesto came through! :wacko:

Barney

Kororaa's problem was two-fold, if I recall correctly.

1) They included pre-linked binaries in the kernel, causing the binaries to be leveraging kernel code, and therefore subject to GPL rules when distributed. (again, individual users are granted freedom to do whatever they want, but cannot distribute 'violations').

2) They supplied code for only their modifications. The GPL requires them to also distribute/offer source for all sources to the binaries they distribute.

Erm, the GPL people were asked the question to bring up some proof of the above. Nobody was able to comply.

Not the people that claimed it was a GPL violation and not the people who said it wasn't a GPL violation.

The GPL has an awful lot of holes in it and therefor is a very difficult license. The main reason why companies don't like to use GPL'd software.

MP3 encoding isn't a GPL issues at all. It is a Fraunhofer license issue. The GPL allows LAME to be distributed. Fraunhofer does not allow commercial distribution of their "patented" technology. Even free implementations of it, like LAME.

Please don't claim it is a GPL issue when it most certainly is not. Even Microsoft cannot distribute MP3 without licensing with Fraunhofer.

Some distro's say they don't put MP3 and NTFS support in their distro because they are closed source which is incompatible with the GPL. The problem with the GPL is that it's a very fague license, it has an awful lot of holes. There isn't anybody who can profide proof that it's allowed or that's it forbidden by the GPL. It all comes down on how someone reads the GPL. The problem with MP3 is the same as with PDF: there is an open standard part (ISO) and there is a closed standard part (Adobe PDF/Fraunhofer/etc.).

About the patent: it only counts in countries that recognize it, meaning the USA & Japan. The patent and licensing is very unclear, they may be invalid. The patentsoffice in the USA has a very bad reputation when it comes to appointing patents (they simply appoint a patent even when it's clear that there is something like prior art). A lot of patents where ruled invalid by a judge.

You need a license if you want to use it commercially (you want to make money with broadcasting MP3's or with selling an MP3 encoder/decoder like an MP3 player). A project like LAME is not commercial, it does not generate revenue so they don't need a license. The person who uses LAME might need one so does the person who distributes LAME with a Linux distro for which you have to pay. If you do not have this license en you deliver it with your distribution it can be a copyright/patent violation (depending on the country since the GPL revers to the copyrgith/patent law of a country) and that also means it is a violation of the GPL since you are not allowed to use any copyrighted/patented software for which you don't have a license. This is one of the GPL holes since the GPL point to copyright and patent law (if there is any) of a country, it's not in the GPL itself. If you are a distro builder then this is quite a legal risk. Copyrights and patents are a very difficult subject certainly when it comes down to legal issues. The GPL leaves all of that to the country and it simply doesn't say whether it is the country of the GPL software or if it's the country of the user of the GPL software or if it's both.

In short: the problem is that the GPL points to the countries law on copyright/patents (if there is any) and that is what creates the MP3 problem. The same thing applies for encryption technologies.

Since they both might violate the GPL because it might violate the copyright/patent law most distro builders don't include MP3 support besides the fact that some of them only want open source software and open standards in their distro. Simply stating that the GPL allows something like LAME to be distributed and that it's most certainly not a GPL violation are completely wrong. They can be, it all depends on a countries copyright/patent law, if that law forbids it then so does the GPL. This is actually the root cause of most GPL problems: copyrights and patents. It's also the biggest change in GPL version 3.

Some distro's say they don't put MP3 and NTFS support in their distro because they are closed source which is incompatible with the GPL.

No, the reason distros don't include MP3 or NTFS support is patent infringment. It has nothing to do with source-code licencing. The source code is written from scratch and the copyright holder of that code is free to licence it as they wish. These authors chose to licence their code under the GPL and there's nothing Thompson, Fraunhofer IIS or MS can do about it.

One problem with the GPL is that it doesn't address patents at all. Patents and the GPL are two, completely different issues. Don't get them confused. Also, don't get patents and copyrights confused (you seem to be mixing the two in your post above). They are also two completely different issues.

Some distro's say they don't put MP3 and NTFS support in their distro because they are closed source which is incompatible with the GPL.
Purely 100% incorrect.

It is a PATENT issue with those. Pure and simple.

There is LAME, which is 100% GPL. There is the NTFS kernel module, which is also GPL.

It is so totally not a "GPL" thing.

Listen, look, and learn.

No, the reason distros don't include MP3 or NTFS support is patent infringment. It has nothing to do with source-code licencing. The source code is written from scratch and the copyright holder of that code is free to licence it as they wish. These authors chose to licence their code under the GPL and there's nothing Thompson, Fraunhofer IIS or MS can do about it.

One problem with the GPL is that it doesn't address patents at all. Patents and the GPL are two, completely different issues. Don't get them confused. Also, don't get patents and copyrights confused (you seem to be mixing the two in your post above). They are also two completely different issues.

For MP3 you also need a license and this is what the GPL has to say about a license:

7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.

It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.

This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.

Section 2B has something similar.

The problem is that most distro's are put under the GPL. The above is a copy-paste from the GPL version 2.

The same thing goes for patents. If the law in a certain country says you need a license because of copyrights or patents or both and you don't have those then it's illegal to use it by that countries law. The GPL is very simple: if it's illegal in a country then it's illegal with the GPL.

Also it is clear that a copyright holder just can't do everything with the program, it needs to be in line with the l aw and the GPL. If it's not, the copyright holder is not allowed to use the GPL.

@ markjensen @ MrA: you might want to buy some glasses because somehow you don't seem to read things properly. If you take a look at the sentence you quote: "Some distro's say they don't put MP3 and NTFS support in their distro because they are closed source which is incompatible with the GPL.". Maybe it's just me but I see "some distro's say", it's most definitely not something I said !

I also don't mix patents, copyrights, etc. Some countries have 1 law which regulates both copyrights and patents. The GPL does the same thing, it says that both patents and copyrights are regulated by country law and not by the GPL itself. In case of copyright there are some parts the GPL does regulate itself.

Not every country recognizes the patents. If Fraunhofer & Thomson would ask Europeans a License fee because of the patent they most certainly are breaking the law. It's like paying protection money to the mob. In the countries which do recognize them you have the problem that you need to pay a license fee if you use MP3 commercially. In that case you have to satisfy the GPL and Fraunhofer/Thomson and the above quote says that you cannot use such software.

For NTFS there is another problem: reverse engineering and copyrights. Not every country allows reverse engineering and not every country that allows reverse engineering has the same rules. In some countries reverse engineering is only allowed for educational purposes. It's the exact same problem ReactOS has too.

Start thinking globally and not just inside the USA. The GPL is designed with the USA in mind and not with other countries in mind. Take a look at encryption: certain encryption technologies are not allowed in certain countries so they are optional. Same goes for MP3: it's not there by default as are the Nvidia and ATI drivers but you can (as an individual) install them if you wish. It's optional.

Please read my posts and the GPL correctly and think globally and not just the USA. When it comes down to things like copyrights, patents, licenses and law it becomes a very complex story, so don't pretend things are very simple and easy because they are not.

dyn,

I respectfully request that you re-read that section 7 you posted.

If, as a consequence of a court judgment or allegation of patent

infringement or for any other reason (not limited to patent issues),

conditions are imposed on you (whether by court order, agreement or

otherwise) that contradict the conditions of this License, they do not

excuse you from the conditions of this License.

It is talking about where legal (or other) actions are taken that contradict the GPL license.

None of these have happened. You are reading the "then" clause without meeting the conditions of the "if" statement.

Section 7 is dealing with the possibility of action against the GPL, and delcaring that the GPL still valid, and to exlcude the offending piece. Close, but no cigar.

You didn't address NTFS in your post, and focused on MP3/Fraunhofer instead. Let me reply within that context. You clearly stated that

MP3 is a closed format that isn't compatible with the GPLv2 and therefor cannot be integrated into a distribution.
The LAME project is LGPL. That is a GPL license.

If you have any issues with this, perhaps you should contact the FSF directly and explain your interpretation of the GPL to them, as you seem to have a different point of view.

I am done discussing this topic, as your initial premise has been proven invalid based on the LAME license already being a full L/GPL license.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Anthropic pulls Fable 5 and Mythos 5 after US export control order by Pradeep Viswanathan In April this year, Anthropic launched the Claude Mythos Preview frontier model with state-of-the-art cyber and coding capabilities for a select set of companies around the world. After preparing appropriate guardrails, early this week, Anthropic launched Claude Fable 5 and Mythos 5, its most capable AI models. Claude Fable 5 is for general users and comes with strict safeguards, while Mythos 5 is designed with fewer safeguards for cybersecurity and biology use cases. Today, Anthropic abruptly suspended access to its Fable 5 and Mythos 5 AI models for all customers after receiving an export control directive from the US government. The company received the directive from the government today at 5:21 p.m. ET, and the received letter did not provide any details regarding the national security concern. Anthropic understands that the government became aware of a method to bypass, or “jailbreak,” Fable 5, which might be the reason behind the directive. The order was issued under national security authorities and requires the company to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether they are inside or outside the United States. The restriction also applies to foreign national employees working at Anthropic. As a result, the company has disabled both models for all customers to ensure compliance. Access to previous Anthropic models like Opus and Sonnet is not affected by this government order. The company highlighted that it had developed strong safeguards to reduce the possibility that Fable is misused for tasks related to cybersecurity. In fact, many developers are complaining that the safeguards are going overboard. Additionally, the company worked with the US government, the UK AISI, multiple private third-party organizations, and internal teams to red-team Fable’s safeguards for thousands of hours. Finally, Anthropic noted that no testers have yet been able to find a universal jailbreak on Fable 5. As expected, Anthropic disagrees that a narrow potential jailbreak should lead to the recall of a commercial model used by hundreds of millions of people. It warned that applying this standard across the AI industry could effectively halt new frontier model deployments. Anthropic concluded by mentioning that it is working to restore access to Fable 5 and Mythos 5 as soon as possible and plans to share more details within the next 24 hours.
    • Brave Browser 1.91.172 is out.
    • Any Video Converter Free 9.2.3 by Razvan Serea Any Video Converter is an All-in-One video converting tool with an easy-to-use graphical interface, fast converting speed and excellent video quality. Any Video Converter supports all popular video formats and converts your videos to different video formats including MP4, MOV, MKV, M2TS, M4V, MPEG, AVI, WMV, ASF, OGV, WEBM, and more. It supports converting videos to customized percent (50%, 100%, 200%, and more) or resolution (480p, 720p, 1080p, 4K, and more); It supports encoding videos into x264, x265, h263p, xvid, mpeg, wmv, and more. Any Video Converter Free key features: Compatible with Windows 11/10/8.1/8/7 (32-64bit) User interface are available in 14 languages Convert all kinds of video formats including high-definition videos Extract audio from any videos and save as MP3/WMA for your mp3 player Take snapshot from any videos and build your own picture collection Support high-definition for both input and output Batch add videos from hard drive and batch convert Customize output parameters completely as you like Manage your output videos files by group or output profile Merge several video files into a single and long one Clip a video into segments Free Audio Filter: Adjust audio volume and add audio effects Crop frame size to remove black bars and retain what you want only Adjust the brightness, contrast, saturation Rotate or flip or add noise/sharpen effects Produce output video with subtitles of your own dialogue and much, much more... Any Video Converter Free 9.2.3 changelog: Fixed video download engine auto-update failures. Added custom speed control support in the speed change tool. Added support for downloading YouTube AI-generated subtitles. Added support for preserving original audio stream in the format convert tool (e.g., Dolby Atmos, DTS:X). Fixed other bugs and improved overall performance. Download: Any Video Converter Free 9.2.3 | 7.6 MB (Freeware) View: Any Video Converter Free Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Not sure what country you’re in but in many countries you can absolutely jail the sellers behind businesses… in fact I’d say in most countries you can do that
    • I guess we are done since you refuse to read my comment you replied to or my other comment in another thread you were also a part of here.
  • Recent Achievements

    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
    • One Month Later
      Markus94287 earned a badge
      One Month Later
    • Week One Done
      Markus94287 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      155
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!