Skip to content

Commit

Permalink
pkp#229 Added missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Apr 15, 2023
1 parent 9698652 commit 7d17d87
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions classes/OrcidValidator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?php

/**
* @file classes/OrcidValidator.php
*
* Copyright (c) 2014-2023 Simon Fraser University
* Copyright (c) 2000-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @class OrcidValidator
* @brief General Orcid validations
*/

namespace APP\plugins\generic\orcidProfile\classes;

use APP\plugins\generic\orcidProfile\OrcidProfilePlugin;
Expand Down

0 comments on commit 7d17d87

Please sign in to comment.