由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 三星在GPL下发布其exFAT文件系统实现源码
相关主题
问个GPL版权问题那个 distributed file sysyem 适合我的需求
[合集] 为啥显示的是页面源码? (转载)老魏,你的message queue的概念是十年前j2ee的概念
到底怎么才算是用了open source的软件或编程语言?解密hadoop文件系统数据存储方式
请教一个ASP.net中异步的问题搞docker的别忘了lxc/lxd
C++的exception大家常用吗?linux 能查到 deleted file list 吗
使用assert应遵循什么原则?urgent question on open source (GPL licensing) (转载)
C++ memcpy declaration use restrict keyword?Technology Preview of Qt for Win CE
设计问题:类似leetcode的oj处理提交代码的?大家都是用什么linear algebra的库?
相关话题的讨论汇总
话题: exfat话题: microsoft话题: 文件系统话题: software话题: 私有
进入Programming版参与讨论
1 (共1页)
c********l
发帖数: 8138
1
exFAT文件系统是微软的一个产品,设计让外置储存设备和PC之间实现无缝的TB级数据
转移和数据交换,它只支持Windows和OS X,不支持Linux。作为一个含有大量专利的私
有产品,没有人会预计它会整合进Linux内核。但三星公司为旗下的Android 设备开发
了私有的exfat驱动,一位GitHub用户获得了三星的私有代码去除私有许可头文件,在
GPL下发布了非官方版本exfat-nofuse,结果引发了一场争议。
现在,在Software Freedom Conservancy的帮助下,三星在GPLv2许可证下发布了它的
exFAT文件系统实现源代码。
https://github.com/rxrz/exfat-nofuse
http://sfconservancy.org/news/2013/aug/16/exfat-samsung/
http://opensource.samsung.com/reception/receptionSub.do?method=
Note:
Microsoft has not released the official exFAT file system specification, and
a restrictive license from Microsoft is required in order to make and
distribute exFAT implementations. Microsoft also asserts patents on exFAT
which make it impossible to re-implement its functionality in a compatible
way without violating a large percentage of them.[13] This renders the
implementation, distribution, and use of exFAT as a part of free or open-
source operating systems or of commercial software, for which the vendors
could not obtain a license from Microsoft, not only technically difficult,
but legally impossible in countries that recognize United States software
patents.
a*****g
发帖数: 19398
2
不错啊

【在 c********l 的大作中提到】
: exFAT文件系统是微软的一个产品,设计让外置储存设备和PC之间实现无缝的TB级数据
: 转移和数据交换,它只支持Windows和OS X,不支持Linux。作为一个含有大量专利的私
: 有产品,没有人会预计它会整合进Linux内核。但三星公司为旗下的Android 设备开发
: 了私有的exfat驱动,一位GitHub用户获得了三星的私有代码去除私有许可头文件,在
: GPL下发布了非官方版本exfat-nofuse,结果引发了一场争议。
: 现在,在Software Freedom Conservancy的帮助下,三星在GPLv2许可证下发布了它的
: exFAT文件系统实现源代码。
: https://github.com/rxrz/exfat-nofuse
: http://sfconservancy.org/news/2013/aug/16/exfat-samsung/
: http://opensource.samsung.com/reception/receptionSub.do?method=

1 (共1页)
进入Programming版参与讨论
相关主题
大家都是用什么linear algebra的库?C++的exception大家常用吗?
有没有Gnu Scientific Library的non GNU替代物?使用assert应遵循什么原则?
qt 即将推出LGPL版本C++ memcpy declaration use restrict keyword?
这样的开源软件合作靠谱吗? (转载)设计问题:类似leetcode的oj处理提交代码的?
问个GPL版权问题那个 distributed file sysyem 适合我的需求
[合集] 为啥显示的是页面源码? (转载)老魏,你的message queue的概念是十年前j2ee的概念
到底怎么才算是用了open source的软件或编程语言?解密hadoop文件系统数据存储方式
请教一个ASP.net中异步的问题搞docker的别忘了lxc/lxd
相关话题的讨论汇总
话题: exfat话题: microsoft话题: 文件系统话题: software话题: 私有