Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# Docs
mkdocs.yml
README.md
NOTICE.md
LICENSE

# Tests and Examples
Expand Down
174 changes: 172 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2026 Lemonade Community

Comment thread
superm1 marked this conversation as resolved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -199,3 +198,174 @@
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.

-------------------------------------------------------------------------------
THIRD-PARTY NOTICES
-------------------------------------------------------------------------------

PORTIONS LICENSED AS FOLLOWS

## Lucide Icons

SVG icon paths copied from Lucide (https://lucide.dev) are used in
`src/app/src/renderer/components/Icons.tsx`. The following icons are included:
ChevronLeft, ChevronRight, BookOpen, ExternalLink, Boxes, Cpu, Store,
Settings, and SlidersHorizontal. These icons are licensed under the ISC
license from https://github.com/lucide-icons/lucide.

> ISC License
>
> Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as
> part of Feather (MIT). All other copyright (c) for Lucide are held by
> Lucide Contributors 2022.
>
> Permission to use, copy, modify, and/or distribute this software for any
> purpose with or without fee is hereby granted, provided that the above
> copyright notice and this permission notice appear in all copies.
>
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

## amdxdna_accel.h

The file `src/cpp/include/lemon/amdxdna_accel.h` is licensed under GPL-2.0
WITH Linux-syscall-note.

The Linux-syscall-note exception allows this GPL-licensed kernel UAPI header
to be included in userspace applications without imposing GPL requirements on
the application itself. This exception is standard for Linux kernel headers
that define the userspace API for system calls and ioctl operations.

## llama.cpp

Binaries for llama.cpp are downloaded under the MIT license from
https://github.com/ggml-org/llama.cpp, as well as
https://github.com/lemonade-sdk/llamacpp-rocm (which uses
https://github.com/ggml-org/llama.cpp to build them.)

Lemonade SDK used the [ONNX TurnkeyML](https://github.com/onnx/turnkeyml)
project as a starting point under the Apache 2.0 license.

> MIT License
>
> Copyright (c) 2023-2024 The ggml authors
>
> 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.

## Ollama

Lemonade's Ollama-compatible API is based on the
[Ollama API specification](https://github.com/ollama/ollama/blob/main/docs/api.md),
licensed under the MIT license from https://github.com/ollama/ollama.

> MIT License
>
> Copyright (c) Ollama
>
> 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.

## TurnkeyML Attribution

TurnkeyML used code from other open source projects as a starting point (see
the third-party notices in this file). Thank you Philip Colangelo, Derek
Elkins, Jeremy Fowers, Dan Gard, Victoria Godsoe, Mark Heaps, Daniel Holanda,
Brian Kurtz, Mariah Larwood, Philip Lassen, Andrew Ling, Adrian Macias, Gary
Malik, Sarah Massengill, Ashwin Murthy, Hatice Ozen, Tim Sears, Sean Settle,
Krishna Sivakumar, Aviv Weinstein, Xueli Xao, Bill Xing, and Lev Zlotnik for
your contributions to that work.

> TurnkeyML used code from the [MLAgility](https://github.com/groq/mlagility)
> and [GroqFlow](https://github.com/groq/groqflow) projects as a starting
> point. Much of that code was refactored, improved, or replaced by the time
> TurnkeyML was published.

> TurnkeyML uses the [Microsoft lemon emoji](https://github.com/microsoft/fluentui-emoji)
> as an icon for the lemoande tool.

>The MIT License
>
>Copyright 2023 Groq Inc.
>
>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.

## aixlog

aixlog is a header-only C++ logging library, licensed under the MIT license
from https://github.com/badaix/aixlog. It has been imported as is with no
modifications in the lemonade tree under the MIT license. It's purpose is a
logging system.

> MIT License
>
> Copyright (C) 2017-2021 Johannes Pohl
>
> 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.
127 changes: 0 additions & 127 deletions NOTICE.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ This project is:
- [IRON/MLIR-AIE](https://github.com/Xilinx/mlir-aie)
- and more...
- Licensed under the [Apache 2.0 License](https://github.com/lemonade-sdk/lemonade/blob/main/LICENSE).
- Portions of the project are licensed as described in [NOTICE.md](./NOTICE.md).
- Portions of the project are licensed as described in [LICENSE](./LICENSE).

<!--This file was originally licensed under Apache 2.0. It has been modified.
Modifications Copyright (c) 2025 AMD-->
2 changes: 1 addition & 1 deletion src/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typescript"
],
"author": "",
"license": "MIT",
"license": "Apache-2.0",
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@types/katex": "^0.16.7",
Expand Down
2 changes: 1 addition & 1 deletion src/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react"
],
"author": "",
"license": "MIT",
"license": "Apache-2.0",
"devDependencies": {
"@types/katex": "^0.16.7",
"@types/markdown-it": "^14.1.2",
Expand Down
Loading