Skip to content

Commit 3a4ee33

Browse files
committed
Updated the header of the phpflickr file.
1 parent ec48aff commit 3a4ee33

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

phpFlickr.php

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
<?php
2-
/* phpFlickr Class 3.1
2+
/* phpFlickr
33
* 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+
*
1619
*/
1720
if ( !class_exists('phpFlickr') ) {
1821
if (session_id() == "") {

0 commit comments

Comments
 (0)