Skip to content

Commit 7d5539e

Browse files
committed
Merge pull request #2 from meldra/master
Fix FSF address to be the url (PEAR bug #19253)
2 parents 99d4e28 + 8648a0b commit 7d5539e

23 files changed

+48
-71
lines changed

Image/Canvas.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1717
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1818
* General Public License for more details. You should have received a copy of
19-
* the GNU Lesser General Public License along with this library; if not, write
20-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21-
* 02111-1307 USA
19+
* the GNU Lesser General Public License along with this library; if not, see
20+
* <http://www.gnu.org/licenses/>
2221
*
2322
* @category Images
2423
* @package Image_Canvas

Image/Canvas/Color.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

Image/Canvas/GD.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
2121
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
2222
* General Public License for more details. You should have received a copy of
23-
* the GNU Lesser General Public License along with this library; if not, write
24-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
25-
* 02111-1307 USA
23+
* the GNU Lesser General Public License along with this library; if not, see
24+
* <http://www.gnu.org/licenses/>
2625
*
2726
* @category Images
2827
* @package Image_Canvas

Image/Canvas/GD/JPG.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1717
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1818
* General Public License for more details. You should have received a copy of
19-
* the GNU Lesser General Public License along with this library; if not, write
20-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21-
* 02111-1307 USA
19+
* the GNU Lesser General Public License along with this library; if not, see
20+
* <http://www.gnu.org/licenses/>
2221
*
2322
* @category Images
2423
* @package Image_Canvas

Image/Canvas/GD/PNG.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1717
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1818
* General Public License for more details. You should have received a copy of
19-
* the GNU Lesser General Public License along with this library; if not, write
20-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21-
* 02111-1307 USA
19+
* the GNU Lesser General Public License along with this library; if not, see
20+
* <http://www.gnu.org/licenses/>
2221
*
2322
* @category Images
2423
* @package Image_Canvas

Image/Canvas/ImageMap.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1717
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1818
* General Public License for more details. You should have received a copy of
19-
* the GNU Lesser General Public License along with this library; if not, write
20-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21-
* 02111-1307 USA
19+
* the GNU Lesser General Public License along with this library; if not, see
20+
* <http://www.gnu.org/licenses/>
2221
*
2322
* @category Images
2423
* @package Image_Canvas

Image/Canvas/PDF.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1717
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1818
* General Public License for more details. You should have received a copy of
19-
* the GNU Lesser General Public License along with this library; if not, write
20-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21-
* 02111-1307 USA
19+
* the GNU Lesser General Public License along with this library; if not, see
20+
* <http://www.gnu.org/licenses/>
2221
*
2322
* @category Images
2423
* @package Image_Canvas

Image/Canvas/PS.php

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1717
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1818
* General Public License for more details. You should have received a copy of
19-
* the GNU Lesser General Public License along with this library; if not, write
20-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21-
* 02111-1307 USA
19+
* the GNU Lesser General Public License along with this library; if not, see
20+
* <http://www.gnu.org/licenses/>
2221
*
2322
* @category Images
2423
* @package Image_Canvas
@@ -1062,4 +1061,4 @@ function _version()
10621061

10631062
}
10641063

1065-
?>
1064+
?>

Image/Canvas/SVG.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1313
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1414
* General Public License for more details. You should have received a copy of
15-
* the GNU Lesser General Public License along with this library; if not, write
16-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17-
* 02111-1307 USA
15+
* the GNU Lesser General Public License along with this library; if not, see
16+
* <http://www.gnu.org/licenses/>
1817
*
1918
* @category Images
2019
* @package Image_Canvas

Image/Canvas/SWF.php

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas
@@ -863,4 +862,4 @@ function toHtml($params)
863862
</object>';
864863
}
865864
}
866-
?>
865+
?>

Image/Canvas/Tool.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1717
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1818
* General Public License for more details. You should have received a copy of
19-
* the GNU Lesser General Public License along with this library; if not, write
20-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21-
* 02111-1307 USA
19+
* the GNU Lesser General Public License along with this library; if not, see
20+
* <http://www.gnu.org/licenses/>
2221
*
2322
* @category Images
2423
* @package Image_Canvas

Image/Canvas/WithMap.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1717
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1818
* General Public License for more details. You should have received a copy of
19-
* the GNU Lesser General Public License along with this library; if not, write
20-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21-
* 02111-1307 USA
19+
* the GNU Lesser General Public License along with this library; if not, see
20+
* <http://www.gnu.org/licenses/>
2221
*
2322
* @category Images
2423
* @package Image_Canvas

docs/examples/canvas.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1414
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1515
* General Public License for more details. You should have received a copy of
16-
* the GNU Lesser General Public License along with this library; if not, write
17-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18-
* 02111-1307 USA
16+
* the GNU Lesser General Public License along with this library; if not, see
17+
* <http://www.gnu.org/licenses/>
1918
*
2019
* @category Images
2120
* @package Image_Canvas

tests/canvas_body.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1717
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1818
* General Public License for more details. You should have received a copy of
19-
* the GNU Lesser General Public License along with this library; if not, write
20-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21-
* 02111-1307 USA
19+
* the GNU Lesser General Public License along with this library; if not, see
20+
* <http://www.gnu.org/licenses/>
2221
*
2322
* @category Images
2423
* @package Image_Canvas

tests/gradients.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

tests/imagemap.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

tests/jpg.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

tests/lineends.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

tests/pdf.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

tests/png.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

tests/ps.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

tests/svg.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

tests/text.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1515
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
1616
* General Public License for more details. You should have received a copy of
17-
* the GNU Lesser General Public License along with this library; if not, write
18-
* to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19-
* 02111-1307 USA
17+
* the GNU Lesser General Public License along with this library; if not, see
18+
* <http://www.gnu.org/licenses/>
2019
*
2120
* @category Images
2221
* @package Image_Canvas

0 commit comments

Comments
 (0)