|
3 | 3 | * @package com.jpexs.image.ico |
4 | 4 | * |
5 | 5 | * JPEXS ICO Image functions |
6 | | - * @version 2.1 |
| 6 | + * @version 2.2 |
7 | 7 | * @author JPEXS |
8 | | - * @copyright (c) JPEXS 2004-2009 |
| 8 | + * @copyright (c) JPEXS 2004-2012 |
9 | 9 | * |
10 | 10 | * Webpage: http://www.jpexs.com |
11 | 11 | * Email: jpexs@jpexs.com |
12 | 12 | * |
13 | 13 | * If you like my script, you can donate... visit my webpages or email me for more info. |
14 | 14 | * |
15 | 15 | * Version changes: |
16 | | - * v2.1 - redesigned sourcecode, phpdoc included, all internal functions and global variables have prefix "jpexs_" |
17 | | - * v2.0 - For icons with Alpha channel now you can set background color |
18 | | - * - ImageCreateFromExeIco added |
19 | | - * - Fixed ICO_MAX_SIZE and ICO_MAX_COLOR values |
| 16 | + * 2012-02-18 v2.2 - License changed to GNU/GPL v3 |
| 17 | + * 2009-02-23 v2.1 - redesigned sourcecode, phpdoc included, all internal functions and global variables have prefix "jpexs_" |
| 18 | + * v2.0 - For icons with Alpha channel now you can set background color |
| 19 | + * - ImageCreateFromExeIco added |
| 20 | + * - Fixed ICO_MAX_SIZE and ICO_MAX_COLOR values |
20 | 21 | * |
21 | 22 | * TODO list: |
22 | 23 | * - better error handling |
| 24 | + * - better internal function handling |
23 | 25 | * - class encapsulation |
| 26 | + * |
24 | 27 | * License: |
25 | | - * - you can freely use it |
26 | | - * - you can freely distribute sourcecode |
27 | | - * - you can freely modify it as long as you leave my copyright/author info in source code |
28 | | - * - if you developing closesource application, you should add my name at least to "about" page of your web application |
29 | | - * - if you create an amazing modification, please contact me... I can publish link to your webpage if you're interested... |
30 | | - * - if you want to use my script in commercial application for earning money, you should make a donation to me first |
| 28 | + * This program is free software: you can redistribute it and/or modify |
| 29 | + * it under the terms of the GNU General Public License as published by |
| 30 | + * the Free Software Foundation, either version 3 of the License, or |
| 31 | + * (at your option) any later version. |
| 32 | + * |
| 33 | + * This program is distributed in the hope that it will be useful, |
| 34 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 35 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 36 | + * GNU General Public License for more details. |
| 37 | + * |
| 38 | + * You should have received a copy of the GNU General Public License |
| 39 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
31 | 40 | */ |
32 | 41 |
|
33 | 42 | /** TrueColor images constant */ |
|
0 commit comments