Fix copyright notice

This commit is contained in:
Ealhad 2018-08-10 11:22:42 +02:00
parent fc2cbd2532
commit ffc24c25be
2 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,17 @@
/*! Copyright (C) 2018 Charles de Lacombe
/* This file is part of PeerTubeify.
*
* This program is free software: you can redistribute it and/or modify
* PeerTubeify 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.
*
* This program is distributed in the hope that it will be useful,
* PeerTubeify 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 this program. If not, see <https://www.gnu.org/licenses/>.
* along with PeerTubeify. If not, see <https://www.gnu.org/licenses/>.
*/
function search(query) {

View File

@ -12,7 +12,7 @@
*
* You should have received a copy of the GNU General Public License
* along with PeerTubeify. If not, see <https://www.gnu.org/licenses/>.
*/
*/
const watchURL = (host, uuid) => `https://${host}/videos/watch/${uuid}`;
const thumbnailURL = (host, path) => `https://${host}${path}`;