license helper
[pharext/pharext] / src / pharext / SourceDir.php
index 8620668d5215220ba199a069632966c112240b14..c7068ba235763917d153851bd1a917f05212fc31 100644 (file)
@@ -19,6 +19,12 @@ interface SourceDir extends \Traversable
         */
        public function getPackageInfo();
 
+       /**
+        * Retrieve the full text license
+        * @return string
+        */
+       public function getLicense();
+
        /**
         * Provide installer command line args
         * @return array|Traversable