Editing Licensing
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
'''Notes for readers/editors:''' | '''Notes for readers/editors:''' | ||
Line 11: | Line 5: | ||
= Open Source Software used in PlayStation 4 = | = Open Source Software used in PlayStation 4 = | ||
PlayStation 4 uses the open source [http://www.scei.co.jp/ps4-license/index.html | PlayStation 4 uses the [http://en.wikipedia.org/wiki/Open-source_software open source software] ([http://www.scei.co.jp/ps4-license/index.html source here]) listed below (2013): | ||
* [http://en.wikipedia.org/wiki/Base64 '''base64:'''] is [http://www.fourmilab.ch/webtools/base64/ a utility to encode and decode] base64 files. | * [http://en.wikipedia.org/wiki/Base64 '''base64:'''] is [http://www.fourmilab.ch/webtools/base64/ a utility to encode and decode] base64 files. | ||
Line 19: | Line 13: | ||
* [http://cjson.sourceforge.net/ '''cJSON:'''] is an ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C compliant [[JSON_files|JSON]] parser. | * [http://cjson.sourceforge.net/ '''cJSON:'''] is an ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C compliant [[JSON_files|JSON]] parser. | ||
* [http://en.wikipedia.org/wiki/CURL '''cURL:'''] is a computer software project providing a library and command-line tool for transferring data using various protocols. | * [http://en.wikipedia.org/wiki/CURL '''cURL:'''] is a computer software project providing a library and command-line tool for transferring data using various protocols. | ||
* ['''eglib:'''] | |||
* ['''eglib:'''] | |||
* ['''Ethernet driver:'''] | * ['''Ethernet driver:'''] | ||
* [http://en.wikipedia.org/wiki/Expat_%28library%29 '''Expat XML Parser''':] is [http://expat.sourceforge.net/ an XML parser] library written in C. | * [http://en.wikipedia.org/wiki/Expat_%28library%29 '''Expat XML Parser''':] is [http://expat.sourceforge.net/ an XML parser] library written in C. | ||
Line 26: | Line 19: | ||
* [http://www.freebsd.org/cgi/man.cgi?query=fsck&sektion=8 '''FreeBSD's fsck'''] / [http://www.freebsd.org/cgi/man.cgi?query=newfs&sektion=8 '''newfs commands:'''] file system consistency check and interactive repair /construct a new UFS1/UFS2 file system. | * [http://www.freebsd.org/cgi/man.cgi?query=fsck&sektion=8 '''FreeBSD's fsck'''] / [http://www.freebsd.org/cgi/man.cgi?query=newfs&sektion=8 '''newfs commands:'''] file system consistency check and interactive repair /construct a new UFS1/UFS2 file system. | ||
* [http://www.freetype.org/freetype2/ '''FreeType 2:'''] is a software font engine. | * [http://www.freetype.org/freetype2/ '''FreeType 2:'''] is a software font engine. | ||
* [http://giflib.sourceforge.net/ '''giflib-4.1.2:'''] is a library for rendering and generating GIF image files. | * [http://giflib.sourceforge.net/ '''giflib-4.1.2:'''] is a library for rendering and generating GIF image files. | ||
* [http://site.icu-project.org/ '''ICU''':] is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support. | * [http://site.icu-project.org/ '''ICU''':] is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support. | ||
* | * '''[http://web.eecs.utk.edu/~plank/plank/papers/CS-08-627.html Jerasure version 1.2A:'''] is a Library in C/C++ Facilitating Erasure Coding for Storage Applications. | ||
* '''[http://jquery.com/ jQuery:'''] is a fast, small, and feature-rich JavaScript library. | |||
* [http://jquery.com/ | * '''[http://people.freebsd.org/~imura/kiconv/ kiconv for unicode:'''] is a [http://en.wikipedia.org/wiki/Iconv iconv] style character conversion utility in kernel. | ||
* [http://people.freebsd.org/~imura/kiconv/ | * '''[http://compiler-rt.llvm.org/ libcompiler_rt:'''] is a simple library that provides an implementation of the low-level target-specific hooks required by code generation and other runtime components. | ||
* [http://compiler-rt.llvm.org/ | |||
* [https://github.com/pathscale/libcxxrt '''libcxxrt:'''] is a library intended to sit below an [http://en.wikipedia.org/wiki/Standard_Template_Library STL] implementation, and provide features required by the compiler for implementation of the C++ language. | * [https://github.com/pathscale/libcxxrt '''libcxxrt:'''] is a library intended to sit below an [http://en.wikipedia.org/wiki/Standard_Template_Library STL] implementation, and provide features required by the compiler for implementation of the C++ language. | ||
* [http://en.wikipedia.org/wiki/Libjpeg '''libjpeg:'''] is a widely used free software library written in C which implements JPEG. | * [http://en.wikipedia.org/wiki/Libjpeg '''libjpeg:'''] is a widely used free software library written in C which implements JPEG. | ||
Line 46: | Line 35: | ||
* [http://sctp.fh-muenster.de/sctp-user-land-stack.html '''libusrsctp 0.9.1:'''] | * [http://sctp.fh-muenster.de/sctp-user-land-stack.html '''libusrsctp 0.9.1:'''] | ||
* [http://en.wikipedia.org/wiki/Libxml2 '''libxml2:'''] is a software library for parsing [http://en.wikipedia.org/wiki/XML XML] documents. | * [http://en.wikipedia.org/wiki/Libxml2 '''libxml2:'''] is a software library for parsing [http://en.wikipedia.org/wiki/XML XML] documents. | ||
* [http://en.wikipedia.org/wiki/Lua_%28programming_language%29 '''Lua:'''] is a lightweight multi-paradigm programming language. | * [http://en.wikipedia.org/wiki/Lua_%28programming_language%29 '''Lua:'''] is a lightweight multi-paradigm programming language. | ||
* [http://en.wikipedia.org/wiki/Mersenne_twister '''Mersenne Twister:'''] is a pseudorandom number generator ([http://en.wikipedia.org/wiki/Pseudorandom_number_generator PRNG]). | * [http://en.wikipedia.org/wiki/Mersenne_twister '''Mersenne Twister:'''] is a pseudorandom number generator ([http://en.wikipedia.org/wiki/Pseudorandom_number_generator PRNG]). | ||
Line 53: | Line 41: | ||
* [http://mono.wikia.com/wiki/Mono_Wiki '''Mono VM:'''] is a free and open source project to create an Ecma standard-compliant, .NET Framework-compatible set of tools. | * [http://mono.wikia.com/wiki/Mono_Wiki '''Mono VM:'''] is a free and open source project to create an Ecma standard-compliant, .NET Framework-compatible set of tools. | ||
* ['''Network FreeBSD:'''] | * ['''Network FreeBSD:'''] | ||
* [http://en.wikipedia.org/wiki/OpenSSL '''OpenSSL:'''] is an open-source implementation of the [http://en.wikipedia.org/wiki/Transport_Layer_Security SSL and TLS protocols.] | * [http://en.wikipedia.org/wiki/OpenSSL '''OpenSSL:'''] is an open-source implementation of the [http://en.wikipedia.org/wiki/Transport_Layer_Security SSL and TLS protocols.] | ||
* [http://www.pixman.org/ '''pixman:'''] is a low-level software library for pixel manipulation. | * [http://www.pixman.org/ '''pixman:'''] is a low-level software library for pixel manipulation. | ||
* [http://en.wikipedia.org/wiki/Protocol_Buffers '''Protocol Buffers:'''] are a method of serializing structured data. | * [http://en.wikipedia.org/wiki/Protocol_Buffers '''Protocol Buffers:'''] are a method of serializing structured data. | ||
Line 59: | Line 47: | ||
* [http://code.google.com/p/libsquish/ '''squish:'''] is an open source [http://en.wikipedia.org/wiki/S3_Texture_Compression DXT] compression. | * [http://code.google.com/p/libsquish/ '''squish:'''] is an open source [http://en.wikipedia.org/wiki/S3_Texture_Compression DXT] compression. | ||
* [http://en.wikipedia.org/wiki/Universal_Disk_Format '''udf2.x fs:'''] is a profile of the specification known as ISO/IEC 13346 and [http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-167.pdf ECMA-167] and is an open vendor-neutral file system for computer data storage for a broad range of media. | * [http://en.wikipedia.org/wiki/Universal_Disk_Format '''udf2.x fs:'''] is a profile of the specification known as ISO/IEC 13346 and [http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-167.pdf ECMA-167] and is an open vendor-neutral file system for computer data storage for a broad range of media. | ||
* [http://en.wikipedia.org/wiki/Webkit '''Webkit:'''] is a layout [http://www.webkit.org/ engine software] component designed to allow web browsers to render web pages. See also: [http://www.scei.co.jp/ps4-license/webkit.html webkit license page] for [http://www.scei.co.jp/ps4-license/webkit_536_26.zip download of webkit 536_26] | |||
* [http://en.wikipedia.org/wiki/Zlib '''zlib:'''] is [http://www.zlib.net/ a software library] used for data compression, written by [http://en.wikipedia.org/wiki/Jean-loup_Gailly Jean-loup Gailly] (compression) and [http://en.wikipedia.org/wiki/Mark_Adler Mark Adler] (decompression). | |||
* [http://en.wikipedia.org/wiki/Webkit '''Webkit:'''] is a layout [http://www.webkit.org/ engine software] component designed to allow web browsers to render web pages. See also: [http://www.scei.co.jp/ps4-license/webkit.html webkit license page] for [http://www.scei.co.jp/ps4-license/webkit_536_26.zip | |||
[[SHAREfactory]] uses: | [[SHAREfactory]] uses: | ||
* FFmpeg | * FFmpeg | ||
{{Software}} | {{Software}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |