1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 16:14:39 -05:00

relisance file to LGPL

This commit is contained in:
Ashley 2023-02-09 16:34:45 +00:00
parent 3dcfe6715f
commit d7be518dad

View file

@ -1,21 +1,18 @@
/* /*
Copyright (C) 2021-2023 POKETUBE (https://github.com/iamashley0/poketube) PokeTube is a Free/Libre youtube front-end !
This program is free software: you can redistribute it and/or modify Copyright (C) 2021-2023 POKETUBE
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, This file is Licensed under LGPL-3.0-or-later. Poketube itself is GPL, Only this file is LGPL.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the see a copy here:https://www.gnu.org/licenses/lgpl-3.0.txt
GNU General Public License for more details.
please dont remove this comment while sharing this code
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 fetch = require("node-fetch"); //2.5.x
const { toJson } = require("xml2json"); const { toJson } = require("xml2json");