A Moodle block that allow teachers to identified licenses/copyright of the files their are using on his course
It is possible to limit the query by extension. By default no filter by extension is made.
$CFG->licensefilesextensions = array('odt', 'doc', 'docx', 'pdf');
If set to true, this option will show an annoying modal windows whenever user has files to identify. Default: false.
$CFG->licensefilesmodal = true;
In the identification file list view of each course you can use a custom message to show some custom information, notes or instructions (i.e. your organization name, law, or whatever).
$CFG->licensefilestextinfo = 'Here you can write a large text including HTML'