Skip to content

Commit

Permalink
Bump version; tweak code header
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Mar 19, 2020
1 parent 18f7da5 commit a39318e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PlagiarismPlugin.inc.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

/**
* @file plugins/generic/plagiarism/PlagiarismPlugin.inc.php
* @file PlagiarismPlugin.inc.php
*
* Copyright (c) 2003-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
* Distributed under the GNU GPL v3. For full terms see the file LICENSE.
*
* @brief Plagiarism plugin
*/
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @file plugins/generic/plagiarism/index.php
* @file index.php
*
* Copyright (c) 2003-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
Expand Down
4 changes: 2 additions & 2 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<version>
<application>plagiarism</application>
<type>plugins.generic</type>
<release>1.0.2.0</release>
<date>2019-03-04</date>
<release>1.0.3.0</release>
<date>2020-03-18</date>
<lazy-load>1</lazy-load>
<class>PlagiarismPlugin</class>
</version>

0 comments on commit a39318e

Please sign in to comment.