Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-12-23 17:00:17 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-12-27 20:35:21 +0400
commit29e10fba38a4eb6fe29c72c10daa8540af3f186f (patch)
tree13e8af8d63dfd93b1e06431e2ec6a0fa879a8004 /Readme.md
parentee834472f51c2bcd8bd639fe8ea4a1b9a43e5440 (diff)
Readme.md: reindent the table's code since it's easier to maintain, make the table's headers use bold and link directly to COPYING.txt and trac
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md150
1 files changed, 123 insertions, 27 deletions
diff --git a/Readme.md b/Readme.md
index 1a3753651..f18ad62ce 100644
--- a/Readme.md
+++ b/Readme.md
@@ -11,7 +11,8 @@ website, please join our IRC channel and talk to us. Any help is always apprecia
Find some easy ticket on our trac page, fix the problem, send a
[pull request](https://github.com/mpc-hc/mpc-hc/pulls),
-or post the patch on trac or come on IRC and we'll review it for you.
+or post the patch on [trac](http://sourceforge.net/apps/trac/mpc-hc)
+or come on IRC and we'll review it for you.
We care about keeping an open project open and free for contributions wherever they may come from.
@@ -50,8 +51,7 @@ Links:
For the people involved in the development, see
[Authors.txt](https://github.com/mpc-hc/mpc-hc/blob/master/docs/Authors.txt).
-MPC-HC's code is licensed under GPL v3 (see
-[COPYING.txt](https://raw.github.com/mpc-hc/mpc-hc/master/COPYING.txt)).
+MPC-HC's code is licensed under [GPL v3](https://raw.github.com/mpc-hc/mpc-hc/master/COPYING.txt).
Translations are done by various translators (see
[Authors.txt](https://github.com/mpc-hc/mpc-hc/blob/master/docs/Authors.txt)).
@@ -62,28 +62,124 @@ Third-party code
MPC-HC makes use of the following third-party code:
<table>
- <tr><td align=left>Project</td><td>License</td><td>Website</td></tr>
- <tr><td>ATL Server</td> <td>Ms-LPL</td> <td>http://atlserver.codeplex.com/</td></tr>
- <tr><td>Bento4</td> <td>GPLv2</td> <td>http://zebulon.bok.net/trac/Bento4</td></tr>
- <tr><td>CLineNumberEdit</td> <td>-</td> <td>http://www.codeproject.com/Articles/6385/Controls-in-controls-A-line-numbering-edit-box</td></tr>
- <tr><td>CSizingControlBar</td> <td>GPLv2</td> <td>http://www.datamekanix.com/sizecbar/</td></tr>
- <tr><td>Detours</td> <td>MSR-SSLA</td> <td>http://research.microsoft.com/en-us/projects/detours/</td></tr>
- <tr><td>FFmpeg</td> <td>GPLv2</td> <td>http://www.ffmpeg.org/</td></tr>
- <tr><td>libflac</td> <td>GPLv2 / New BSD License</td> <td>http://flac.sourceforge.net/</td></tr>
- <tr><td>libmpeg2</td> <td>GPLv2</td> <td>http://libmpeg2.sourceforge.net/</td></tr>
- <tr><td>libogg</td> <td>New BSD License</td> <td>http://www.xiph.org/</td></tr>
- <tr><td>Little CMS</td> <td>MIT License</td> <td>http://www.littlecms.com/</td></tr>
- <tr><td>Logitech SDK</td> <td>-</td> <td>-</td></tr>
- <tr><td>MediaInfoLib</td> <td>LGPLv2+</td> <td>http://mediainfo.sourceforge.net/</td></tr>
- <tr><td>MultiMon</td> <td>CPOL</td> <td>http://www.codeproject.com/KB/GDI/multimon.aspx</td></tr>
- <tr><td>QuickTime SDK</td> <td>-</td> <td>http://developer.apple.com/quicktime/</td></tr>
- <tr><td>RealMedia SDK</td> <td>-</td> <td>-</td></tr>
- <tr><td>ResizableLib</td> <td>Artistic License</td> <td>http://sourceforge.net/projects/resizablelib/</td></tr>
- <tr><td>Silk Icons</td> <td>CC Attribution 2.5</td> <td>http://www.famfamfam.com/lab/icons/silk/</td></tr>
- <tr><td>SoundTouch</td> <td>LGPLv2.1</td> <td>http://www.surina.net/soundtouch/</td></tr>
- <tr><td>TreePropSheet</td> <td>-</td> <td>http://www.codeproject.com/Articles/3709/CTreePropSheet-A-Netscape-Visual-Studio-NET-like-P</td></tr>
- <tr><td>UnRAR</td> <td>freeware</td> <td>http://www.rarlab.com/rar_add.htm
- <tr><td>VirtualDub</td> <td>GPLv2</td> <td>http://www.virtualdub.org/</td></tr>
- <tr><td>ZenLib</td> <td>zlib License</td> <td>http://sourceforge.net/projects/zenlib/</td></tr>
- <tr><td>zlib</td> <td>zlib License</td> <td>http://zlib.net/</td></tr>
+ <tr>
+ <td><strong>Project</strong></td>
+ <td><strong>License</strong></td>
+ <td><strong>Website</strong></td>
+ </tr>
+ <tr>
+ <td>ATL Server</td>
+ <td>Ms-LPL</td>
+ <td>http://atlserver.codeplex.com/</td>
+ </tr>
+ <tr>
+ <td>Bento4</td>
+ <td>GPLv2</td>
+ <td>http://zebulon.bok.net/trac/Bento4</td>
+ </tr>
+ <tr>
+ <td>CLineNumberEdit</td>
+ <td>-</td>
+ <td>http://www.codeproject.com/Articles/6385/Controls-in-controls-A-line-numbering-edit-box</td>
+ </tr>
+ <tr>
+ <td>CSizingControlBar</td>
+ <td>GPLv2</td>
+ <td>http://www.datamekanix.com/sizecbar/</td>
+ </tr>
+ <tr>
+ <td>Detours</td>
+ <td>MSR-SSLA</td>
+ <td>http://research.microsoft.com/en-us/projects/detours/</td>
+ </tr>
+ <tr>
+ <td>FFmpeg</td>
+ <td>GPLv2</td>
+ <td>http://www.ffmpeg.org/</td>
+ </tr>
+ <tr>
+ <td>libflac</td>
+ <td>GPLv2 / New BSD License</td>
+ <td>http://flac.sourceforge.net/</td>
+ </tr>
+ <tr>
+ <td>libmpeg2</td>
+ <td>GPLv2</td>
+ <td>http://libmpeg2.sourceforge.net/</td>
+ </tr>
+ <tr>
+ <td>libogg</td>
+ <td>New BSD License</td>
+ <td>http://www.xiph.org/</td>
+ </tr>
+ <tr>
+ <td>Little CMS</td>
+ <td>MIT License</td>
+ <td>http://www.littlecms.com/</td>
+ </tr>
+ <tr>
+ <td>Logitech SDK</td>
+ <td>-</td>
+ <td>-</td>
+ </tr>
+ <tr>
+ <td>MediaInfoLib</td>
+ <td>LGPLv2+</td>
+ <td>http://mediainfo.sourceforge.net/</td>
+ </tr>
+ <tr>
+ <td>MultiMon</td>
+ <td>CPOL</td>
+ <td>http://www.codeproject.com/KB/GDI/multimon.aspx</td>
+ </tr>
+ <tr>
+ <td>QuickTime SDK</td>
+ <td>-</td>
+ <td>http://developer.apple.com/quicktime/</td>
+ </tr>
+ <tr>
+ <td>RealMedia SDK</td>
+ <td>-</td>
+ <td>-</td>
+ </tr>
+ <tr>
+ <td>ResizableLib</td>
+ <td>Artistic License</td>
+ <td>http://sourceforge.net/projects/resizablelib/</td>
+ </tr>
+ <tr>
+ <td>Silk Icons</td>
+ <td>CC Attribution 2.5</td>
+ <td>http://www.famfamfam.com/lab/icons/silk/</td>
+ </tr>
+ <tr>
+ <td>SoundTouch</td>
+ <td>LGPLv2.1</td>
+ <td>http://www.surina.net/soundtouch/</td>
+ </tr>
+ <tr>
+ <td>TreePropSheet</td>
+ <td>-</td>
+ <td>http://www.codeproject.com/Articles/3709/CTreePropSheet-A-Netscape-Visual-Studio-NET-like-P</td>
+ </tr>
+ <tr>
+ <td>UnRAR</td>
+ <td>freeware</td>
+ <td>http://www.rarlab.com/rar_add.htm</td>
+ </tr>
+ <tr>
+ <td>VirtualDub</td>
+ <td>GPLv2</td>
+ <td>http://www.virtualdub.org/</td>
+ </tr>
+ <tr>
+ <td>ZenLib</td>
+ <td>zlib License</td>
+ <td>http://sourceforge.net/projects/zenlib/</td>
+ </tr>
+ <tr>
+ <td>zlib</td>
+ <td>zlib License</td>
+ <td>http://zlib.net/</td>
+ </tr>
</table>