Skip to content

Commit

Permalink
Adding LICENSE
Browse files Browse the repository at this point in the history
Same as Moodle
  • Loading branch information
polothy committed Jul 21, 2015
1 parent 20eb0df commit 4b46318
Show file tree
Hide file tree
Showing 7 changed files with 723 additions and 0 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,7 @@ script:
# it is highly recommended that you keep this step.
- helper/bin/phing -f helper/script.xml Behat
```
# License
This project is licensed under the GNU GPL v3 or later. See the [LICENSE](LICENSE) file for details.
9 changes: 9 additions & 0 deletions src/Bridge/Moodle.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* This file is part of the Moodle Plugin Travis CI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2015 Moodlerooms Inc. (http://www.moodlerooms.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace Moodlerooms\MoodleTravisPlugin\Bridge;

Expand Down
9 changes: 9 additions & 0 deletions src/Bridge/MoodlePlugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* This file is part of the Moodle Plugin Travis CI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2015 Moodlerooms Inc. (http://www.moodlerooms.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace Moodlerooms\MoodleTravisPlugin\Bridge;

Expand Down
9 changes: 9 additions & 0 deletions src/Command/InstallPluginCommand.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* This file is part of the Moodle Plugin Travis CI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2015 Moodlerooms Inc. (http://www.moodlerooms.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace Moodlerooms\MoodleTravisPlugin\Command;

Expand Down
9 changes: 9 additions & 0 deletions src/Command/PluginPropertiesCommand.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* This file is part of the Moodle Plugin Travis CI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2015 Moodlerooms Inc. (http://www.moodlerooms.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace Moodlerooms\MoodleTravisPlugin\Command;

Expand Down
9 changes: 9 additions & 0 deletions src/Properties/PluginProperties.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* This file is part of the Moodle Plugin Travis CI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2015 Moodlerooms Inc. (http://www.moodlerooms.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace Moodlerooms\MoodleTravisPlugin\Properties;

Expand Down

0 comments on commit 4b46318

Please sign in to comment.