Changeset bfd706067e935775fdb23af2104043b0b722694b
- Timestamp:
- 11/14/07 22:50:17
(10 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1195077017 +0000
- git-parent:
[0cdb6d811f340a29abdca80bcb33dab0fb11cc88]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1195077017 +0000
- Message:
Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r21c3661 |
rbfd7060 |
|
| 1 | | GNU GENERAL PUBLIC LICENSE |
|---|
| 2 | | Version 2, June 1991 |
|---|
| | 1 | GNU GENERAL PUBLIC LICENSE |
|---|
| | 2 | Version 2, June 1991 |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. |
|---|
| 5 | | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA |
|---|
| | 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA |
|---|
| 6 | 6 | Everyone is permitted to copy and distribute verbatim copies |
|---|
| 7 | 7 | of this license document, but changing it is not allowed. |
|---|
| 8 | 8 | |
|---|
| 9 | | Preamble |
|---|
| | 9 | Preamble |
|---|
| 10 | 10 | |
|---|
| 11 | 11 | The licenses for most software are designed to take away your |
|---|
| … | … | |
| 57 | 57 | modification follow. |
|---|
| 58 | 58 | |
|---|
| 59 | | GNU GENERAL PUBLIC LICENSE |
|---|
| | 59 | GNU GENERAL PUBLIC LICENSE |
|---|
| 60 | 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
|---|
| 61 | 61 | |
|---|
| … | … | |
| 256 | 256 | of promoting the sharing and reuse of software generally. |
|---|
| 257 | 257 | |
|---|
| 258 | | NO WARRANTY |
|---|
| | 258 | NO WARRANTY |
|---|
| 259 | 259 | |
|---|
| 260 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY |
|---|
| … | … | |
| 278 | 278 | POSSIBILITY OF SUCH DAMAGES. |
|---|
| 279 | 279 | |
|---|
| 280 | | END OF TERMS AND CONDITIONS |
|---|
| 281 | | |
|---|
| 282 | | How to Apply These Terms to Your New Programs |
|---|
| | 280 | END OF TERMS AND CONDITIONS |
|---|
| | 281 | |
|---|
| | 282 | How to Apply These Terms to Your New Programs |
|---|
| 283 | 283 | |
|---|
| 284 | 284 | If you develop a new program, and you want it to be of the greatest |
|---|
| r4a1b83e |
rbfd7060 |
|
| 115 | 115 | /* GPL License */ |
|---|
| 116 | 116 | QTextEdit *licenseEdit = new QTextEdit( this ); |
|---|
| | 117 | licenseEdit->setFontFamily( "Monospace" ); |
|---|
| 117 | 118 | licenseEdit->setText( qfu( psz_license ) ); |
|---|
| 118 | 119 | licenseEdit->setReadOnly( true ); |
|---|