diff --git a/background.js b/background.js
index 58ad8d0..1fc229f 100644
--- a/background.js
+++ b/background.js
@@ -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 .
+ * along with PeerTubeify. If not, see .
*/
function search(query) {
diff --git a/youtube.js b/youtube.js
index 6523c0b..319dc36 100644
--- a/youtube.js
+++ b/youtube.js
@@ -12,7 +12,7 @@
*
* You should have received a copy of the GNU General Public License
* along with PeerTubeify. If not, see .
-*/
+ */
const watchURL = (host, uuid) => `https://${host}/videos/watch/${uuid}`;
const thumbnailURL = (host, path) => `https://${host}${path}`;