diff options
Diffstat (limited to 'lib/private/Setup/Sqlite.php')
-rw-r--r-- | lib/private/Setup/Sqlite.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Setup/Sqlite.php b/lib/private/Setup/Sqlite.php index 0debb3464ac..0b97b4c0451 100644 --- a/lib/private/Setup/Sqlite.php +++ b/lib/private/Setup/Sqlite.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher <bartv@thisnet.nl> - * @author Morris Jobke <hey@morrisjobke.de> + * @author Daniel Kesselberg <mail@danielkesselberg.de> * * @license AGPL-3.0 * @@ -17,7 +17,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> + * along with this program. If not, see <http://www.gnu.org/licenses/> * */ |