Skip to content

Commit

Permalink
moodlehq#128 - fix ownership comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpahullo committed Aug 10, 2021
1 parent 9012be2 commit cd73722
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions src/Installer/Database/OracleDatabase.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// 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.
//
// 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 Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @author Jordi Pujol Ahulló <[email protected]>
* @copyright 2021 Servei de Recursos Educatius (http://www.sre.urv.cat)
/*
* This file is part of the Moodle Plugin CI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* Copyright (c) 2018 Blackboard Inc. (http://www.blackboard.com)
* License http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace MoodlePluginCI\Installer\Database;
Expand Down

0 comments on commit cd73722

Please sign in to comment.