diff --git a/html/license.ejs b/html/license.ejs index 7a2a7202..2113628a 100644 --- a/html/license.ejs +++ b/html/license.ejs @@ -1,8 +1,8 @@ - - + +
-All of the source code to PokeTube is available under licenses which are free licenses.
-+ All source code that powers Poke is released under + free software licenses. +
+ +- - Poketube Source Code Form is subject to the terms of the GNU General Public License. See The Source code Or Download the source code. -
-- - Copyright (C) 2021-2023 POKETUBE (https://codeberg.org/Ashley/poketube) - - 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. + + +Poke
++ Poke’s source code is licensed under the GNU General Public License. + See the source · + Download +
++Copyright (C) 2021-2025 Poke Project - 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. +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. - You should have received a copy of the GNU General Public License - along with this program. If not, see https://www.gnu.org/licenses/. +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.-
We use piwik, an free web analytics tool. Source Code
-- Copyright (C) 2007-2022 Matomo.org + ++ +
+ + + +Invidious
++ We use Invidious for our API and video proxy. Invidious is licensed under the GNU Affero GPL. + Project: invidious.io · Source: iv-org/invidious +
++ Copyright (C) year name of author 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 + it under the terms of the GNU Affero 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. + GNU Affero 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 http://www.gnu.org/licenses/. -- - \ No newline at end of file + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see http://www.gnu.org/licenses. +
+ We use Video.js for HTML5 media playback. Licensed under Apache 2.0. + Source: videojs/video.js +
++Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this work except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. ++ +
+ Used for /map and weather mapping. OpenStreetMap data is under ODbL 1.0 by the OSMF.
+ More: OSM copyright ·
+ ODbL 1.0
+
+This Database is made available under the Open Database License: +http://opendatacommons.org/licenses/odbl/1.0/. +Any rights in individual contents of the Database are licensed under the +Database Contents License: http://opendatacommons.org/licenses/dbcl/1.0/. ++ +
+ Our weather features integrate the Open-Meteo API. Server code is AGPL-3.0-or-later. + Project: open-meteo.com/license · + open-meteo/open-meteo +
++ Copyright (C) year name of author + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero 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 Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see http://www.gnu.org/licenses. + ++ +
+ Web framework used by Poke. Licensed under MIT. + Repo: expressjs/express +
++MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.+ +
+ Templating engine used by Poke. Licensed under MIT. + Repo: mde/ejs +
++MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.+ +
+ Client for YouTube’s InnerTube API used for interoperability. Licensed under MIT. + Repo: LuanRT/YouTube.js +
++MIT License — same text as above applies (include notice and permission terms). ++ +
+ Reverse proxy/web server used by Poke. Licensed under the 2-Clause BSD License. + License: nginx.org/LICENSE +
++BSD 2-Clause License (Simplified BSD) + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED. ++ +
+ JavaScript minifier used in our build pipeline. Licensed under BSD-2-Clause. + NPM: uglify-js +
++BSD 2-Clause License (Simplified BSD) + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED. ++ +
+ CSS optimizer used in our build pipeline. Licensed under MIT. + Repo: clean-css/clean-css +
++MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.+ +
+ XML ↔ JS/JSON converter used for data transforms. Licensed under MIT. + NPM: xml-js · Repo: nashwaan/xml-js +
++MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.+ +