Skip to content
Snippets Groups Projects
Commit 3af47cac authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

Fixup some copyright/top level documentation

parent 1589e4e7
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Table listing all active automatically triggered workflows.
* Table listing all workflows with a "copy from" button.
*
* @package tool_lifecycle
* @copyright 2018 Jan Dageförde WWU
* @copyright 2022 Justus Dieckmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace tool_lifecycle\local\table;
......@@ -34,10 +34,10 @@ require_once($CFG->libdir . '/tablelib.php');
require_once(__DIR__ . '/../../../lib.php');
/**
* Table listing all active automatically triggered workflows.
* Table listing all workflows with a "copy from" button.
*
* @package tool_lifecycle
* @copyright 2018 Jan Dageförde WWU
* @copyright 2022 Justus Dieckmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class select_workflow_table extends \flexible_table {
......
......@@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Displays form for creating or editing a new workflow.
* Displays form for copying a new workflow from a existing one.
*
* @package tool_lifecycle
* @copyright 2022 Justus Dieckmann WWU
......
......@@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Displays form for creating or editing a new workflow.
* Displays form for creating a new or editing an existing workflow.
*
* @package tool_lifecycle
* @copyright 2022 Justus Dieckmann WWU
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment