|
1 | 1 | <?php
|
2 |
| -/* phpFlickr Class 3.1 |
| 2 | +/* phpFlickr |
3 | 3 | * Written by Dan Coulter ([email protected])
|
4 |
| - * Project Home Page: http://phpflickr.com/ |
5 |
| - * Released under GNU Lesser General Public License (http://www.gnu.org/copyleft/lgpl.html) |
6 |
| - * For more information about the class and upcoming tools and toys using it, |
7 |
| - * visit http://www.phpflickr.com/ |
8 |
| - * |
9 |
| - * For installation instructions, open the README.txt file packaged with this |
10 |
| - * class. If you don't have a copy, you can see it at: |
11 |
| - * http://www.phpflickr.com/README.txt |
12 |
| - * |
13 |
| - * Please submit all problems or questions to the Help Forum on my Google Code project page: |
14 |
| - * http://code.google.com/p/phpflickr/issues/list |
15 |
| - * |
| 4 | + * Project Home Page: http://github.com/dancoulter/phpflickr |
| 5 | + * |
| 6 | + * This program is free software: you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation, either version 3 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License |
| 17 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + * |
16 | 19 | */
|
17 | 20 | if ( !class_exists('phpFlickr') ) {
|
18 | 21 | if (session_id() == "") {
|
|
0 commit comments