Licence de Path.php (WTFPL).

This commit is contained in:
Georges Dupéron 2010-08-01 21:10:12 +02:00
parent bc15e4caad
commit 4f14d14389

View File

@ -1,5 +1,6 @@
<?php
// http://www.liranuna.com/php-path-resolution-class-relative-paths-made-easy/
// Licence : WTFPL
/**
* @class Path
*
@ -84,4 +85,4 @@ final class Path
}
}
?>
?>