diff --git a/element/digitalsignature/classes/element.php b/element/digitalsignature/classes/element.php index d218eb9..65c07ce 100644 --- a/element/digitalsignature/classes/element.php +++ b/element/digitalsignature/classes/element.php @@ -14,12 +14,20 @@ // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . +/** + * This file contains the customcert element digitial signature's core interaction API. + * + * @package customcertelement_digitalsignature + * @copyright 2017 Mark Nelson + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + namespace customcertelement_digitalsignature; defined('MOODLE_INTERNAL') || die(); /** - * The customcert element signature's core interaction API. + * The customcert element digital signature's core interaction API. * * @package customcertelement_digitalsignature * @copyright 2017 Mark Nelson