From 0c1d0e9c70e2de6fe4b5a810c061fa857a549e21 Mon Sep 17 00:00:00 2001
From: Ashley <iamashley@duck.com>
Date: Thu, 9 Feb 2023 16:34:45 +0000
Subject: [PATCH] relisance file to LGPL

---
 src/libpoketube/libpoketube-fetcher.js | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/src/libpoketube/libpoketube-fetcher.js b/src/libpoketube/libpoketube-fetcher.js
index 892bc2fb..26ca7516 100644
--- a/src/libpoketube/libpoketube-fetcher.js
+++ b/src/libpoketube/libpoketube-fetcher.js
@@ -1,21 +1,18 @@
 /*
-  
-    Copyright (C) 2021-2023 POKETUBE (https://github.com/iamashley0/poketube)
+
+    PokeTube is a Free/Libre youtube front-end !
+    
+    Copyright (C) 2021-2023 POKETUBE
+ 
+    This file is Licensed under LGPL-3.0-or-later. Poketube itself is GPL, Only this file is LGPL.
+    
+    see a copy here:https://www.gnu.org/licenses/lgpl-3.0.txt
+    
+    please dont remove this comment while sharing this code 
     
-    This program 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,
-    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/.
   */
 
+
 const fetch = require("node-fetch"); //2.5.x
 const { toJson } = require("xml2json");