From cd73722fdba945cb408ad55d28c857895a552cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Pujol=20Ahull=C3=B3?= Date: Tue, 10 Aug 2021 13:48:56 +0200 Subject: [PATCH] #128 - fix ownership comment --- src/Installer/Database/OracleDatabase.php | 25 ++++++++--------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/src/Installer/Database/OracleDatabase.php b/src/Installer/Database/OracleDatabase.php index 4b385c37..e507fc31 100644 --- a/src/Installer/Database/OracleDatabase.php +++ b/src/Installer/Database/OracleDatabase.php @@ -1,22 +1,13 @@ . -/** - * @author Jordi Pujol Ahulló - * @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;