@@ -12,23 +12,21 @@ export default function LegalPage() {
1212 { /* License Agreement */ }
1313 < section className = "mb-10" >
1414 < h2 className = "text-2xl font-semibold mb-4" > License Agreement</ h2 >
15- < p className = "text-gray-700 mb-3" > Copyright 2025 Crosstalk Solutions, LLC</ p >
15+ < p className = "text-gray-700 mb-3" > Copyright 2024-2026 Crosstalk Solutions, LLC</ p >
1616 < p className = "text-gray-700 mb-3" >
17- Permission is hereby granted, free of charge, to any person obtaining a copy of this
18- software and associated documentation files (the "Software"), to deal in the Software
19- without restriction, including without limitation the rights to use, copy, modify,
20- merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
21- permit persons to whom the Software is furnished to do so, subject to the following
22- conditions: The above copyright notice and this permission notice shall be included in
23- all copies or substantial portions of the Software.
17+ Licensed under the Apache License, Version 2.0 (the "License");
18+ you may not use this file except in compliance with the License.
19+ You may obtain a copy of the License at
20+ </ p >
21+ < p className = "text-gray-700 mb-3" >
22+ < a href = "https://www.apache.org/licenses/LICENSE-2.0" target = "_blank" rel = "noopener noreferrer" className = "text-blue-600 hover:underline" > https://www.apache.org/licenses/LICENSE-2.0</ a >
2423 </ p >
2524 < p className = "text-gray-700" >
26- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
27- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
28- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
29- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
30- OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31- OTHER DEALINGS IN THE SOFTWARE.
25+ Unless required by applicable law or agreed to in writing, software
26+ distributed under the License is distributed on an "AS IS" BASIS,
27+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28+ See the License for the specific language governing permissions and
29+ limitations under the License.
3230 </ p >
3331 </ section >
3432
@@ -65,6 +63,11 @@ export default function LegalPage() {
6563 < br />
6664 < a href = "https://github.com/dullage/flatnotes" target = "_blank" rel = "noopener noreferrer" className = "text-blue-600 hover:underline" > https://github.com/dullage/flatnotes</ a >
6765 </ li >
66+ < li >
67+ < strong > Qdrant</ strong > - Vector search engine for AI knowledge base (Apache 2.0 License)
68+ < br />
69+ < a href = "https://github.com/qdrant/qdrant" target = "_blank" rel = "noopener noreferrer" className = "text-blue-600 hover:underline" > https://github.com/qdrant/qdrant</ a >
70+ </ li >
6871 </ ul >
6972 </ section >
7073
0 commit comments