Skip to content

Commit ec094ec

Browse files
committed
Use https for linsk to GPL
Signed-off-by: Michal Čihař <[email protected]>
1 parent 3b102bd commit ec094ec

8 files changed

+8
-8
lines changed

examples/create_shapefile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program; if not, you can download one from
20-
* http://www.gnu.org/copyleft/gpl.html.
20+
* https://www.gnu.org/copyleft/gpl.html.
2121
*/
2222
use ShapeFile\ShapeFile;
2323
use ShapeFile\ShapeRecord;

examples/read.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program; if not, you can download one from
20-
* http://www.gnu.org/copyleft/gpl.html.
20+
* https://www.gnu.org/copyleft/gpl.html.
2121
*/
2222
use ShapeFile\ShapeFile;
2323

examples/read_point.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program; if not, you can download one from
20-
* http://www.gnu.org/copyleft/gpl.html.
20+
* https://www.gnu.org/copyleft/gpl.html.
2121
*/
2222
require_once '../vendor/autoload.php';
2323
require_once './read.php';

examples/read_polygon.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program; if not, you can download one from
20-
* http://www.gnu.org/copyleft/gpl.html.
20+
* https://www.gnu.org/copyleft/gpl.html.
2121
*/
2222
require_once '../vendor/autoload.php';
2323
require_once './read.php';

src/ShapeFile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program; if not, you can download one from
20-
* http://www.gnu.org/copyleft/gpl.html.
20+
* https://www.gnu.org/copyleft/gpl.html.
2121
*/
2222
namespace ShapeFile;
2323

src/ShapeRecord.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program; if not, you can download one from
20-
* http://www.gnu.org/copyleft/gpl.html.
20+
* https://www.gnu.org/copyleft/gpl.html.
2121
*/
2222
namespace ShapeFile;
2323

src/Util.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program; if not, you can download one from
20-
* http://www.gnu.org/copyleft/gpl.html.
20+
* https://www.gnu.org/copyleft/gpl.html.
2121
*/
2222
namespace ShapeFile;
2323

tests/ShapeFileTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program; if not, you can download one from
20-
* http://www.gnu.org/copyleft/gpl.html.
20+
* https://www.gnu.org/copyleft/gpl.html.
2121
*/
2222
namespace ShapeFileTest;
2323

0 commit comments

Comments
 (0)