MDL-47494 copyright: missed fixes from last commit
authorDan Poltawski <dan@moodle.com>
Tue, 13 Oct 2015 08:53:38 +0000 (09:53 +0100)
committerDan Poltawski <dan@moodle.com>
Tue, 13 Oct 2015 08:55:28 +0000 (09:55 +0100)
With thanks to Tim!

grade/report/grader/tests/behat/behat_gradereport_grader.php
question/type/ddimageortext/tests/behat/behat_qtype_ddimageortext.php
question/type/ddmarker/tests/behat/behat_qtype_ddmarker.php
question/type/ddwtos/tests/behat/behat_qtype_ddwtos.php
question/type/gapselect/tests/behat/behat_qtype_gapselect.php

index 1388008..ee12feb 100644 (file)
@@ -1,18 +1,18 @@
 <?php
 // This file is part of Moodle - http://moodle.org/
 //
-// Stack is free software: you can redistribute it and/or modify
+// Moodle is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
 // (at your option) any later version.
 //
-// Stack is distributed in the hope that it will be useful,
+// Moodle is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License
-// along with Stack.  If not, see <http://www.gnu.org/licenses/>.
+// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 
 /**
  * Behat steps definitions for drag and drop onto image.
index 24d71cd..15c3880 100644 (file)
@@ -1,18 +1,18 @@
 <?php
 // This file is part of Moodle - http://moodle.org/
 //
-// Stack is free software: you can redistribute it and/or modify
+// Moodle is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
 // (at your option) any later version.
 //
-// Stack is distributed in the hope that it will be useful,
+// Moodle is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License
-// along with Stack.  If not, see <http://www.gnu.org/licenses/>.
+// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 
 /**
  * Behat steps definitions for drag and drop onto image.
index 7e3cfb7..b2be3cb 100644 (file)
@@ -1,18 +1,18 @@
 <?php
 // This file is part of Moodle - http://moodle.org/
 //
-// Stack is free software: you can redistribute it and/or modify
+// Moodle is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
 // (at your option) any later version.
 //
-// Stack is distributed in the hope that it will be useful,
+// Moodle is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License
-// along with Stack.  If not, see <http://www.gnu.org/licenses/>.
+// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 
 /**
  * Behat steps definitions for drag and drop markers.
index 84c09ba..2cc4608 100644 (file)
@@ -1,18 +1,18 @@
 <?php
 // This file is part of Moodle - http://moodle.org/
 //
-// Stack is free software: you can redistribute it and/or modify
+// Moodle is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
 // (at your option) any later version.
 //
-// Stack is distributed in the hope that it will be useful,
+// Moodle is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License
-// along with Stack.  If not, see <http://www.gnu.org/licenses/>.
+// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 
 /**
  * Behat steps definitions for drag and drop into text.
index 76dce1f..66edf29 100644 (file)
@@ -1,18 +1,18 @@
 <?php
 // This file is part of Moodle - http://moodle.org/
 //
-// Stack is free software: you can redistribute it and/or modify
+// Moodle is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
 // (at your option) any later version.
 //
-// Stack is distributed in the hope that it will be useful,
+// Moodle is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License
-// along with Stack.  If not, see <http://www.gnu.org/licenses/>.
+// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 
 /**
  * Behat steps definitions for the select missing words question type.