serene-pub/NOTICE.md

3.6 KiB

NOTICE

Copyright (C) 2025 Serene Pub (Jody Doolittle) Source: https://github.com/doolijb/serene-pub


Serene Pub is an original project and is not a rewrite, port, clone, or fork of SillyTavern, TavernAI, or any other project. It is, however, inspired by these projects and others in the open-source AI chat ecosystem. This project may use or adapt features from other projects where attributed in the source code or documentation.

Contributors

  • Jody Doolittle (doolijb)
  • djdembeck
  • Flippo24

Third-Party Attributions

This project includes material derived from the SillyTavern project (https://github.com/SillyTavern/SillyTavern), licensed under the GNU Affero General Public License v3.0 (AGPLv3):

  • The LICENSE file is a verbatim copy of the AGPLv3 text, as used in SillyTavern.
  • Some settings presets (originally JSON in SillyTavern, converted to SQL here) were adapted from SillyTavern. Some of these settings were originally ported from TavernAI (https://github.com/TavernAI/TavernAI). These settings/defaults have been further modified to suit the needs of Serene Pub.

All such material is used in accordance with the AGPLv3. See the SillyTavern and TavernAI repositories for original sources and further details.

Trees used:

Third-Party Distribution

Serene Pub releases are distributed with third party packages included to provide a low-friction experience for users. This includes packages licensed under a variety of OSI-approved licenses, including MIT, BSD, Apache-2.0, and Python-2.0. License texts are included per package. We do not claim any additional rights over these third party works. Licenses can be found in node_modules/<package>/LICENSE of the respective release distributions.

KoboldCPP

This project uses assets or branding that is property of LostRuins and contributors of the KoboldCPP project, including but not limited to the KoboldCPP logo and any variations of it. These assets are used in reference to this project's 3rd party support and integration of KoboldCPP.

Node.js Runtime

Serene Pub distribution packages include the Node.js runtime (https://nodejs.org/) to provide a standalone experience without requiring users to install Node.js separately. Node.js is licensed under the MIT License:

Copyright Node.js contributors. All rights reserved.

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. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

A huge thank-you to all upstream work that has made this project possible.