Licenças de Software de Terceiros

Última atualização: 19 de abril de 2026.

O MedComposer é construído sobre bibliotecas de código aberto mantidas por terceiros. Esta página reproduz os avisos de copyright e textos de licença exigidos por cada projeto, em cumprimento às obrigações de atribuição das licenças MIT, BSD, Apache 2.0 e PostgreSQL License.
Índice

Bibliotecas Frontend

Monaco Editor

MIT Copyright: © Microsoft Corporation — Repositório: github.com/microsoft/monaco-editor

Editor de código utilizado para edição rica de texto médico com autocomplete.

MIT License

Copyright (c) Microsoft Corporation

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.

Tiptap

MIT Copyright: © 2024, Tiptap GmbH (überdosis) — Repositório: github.com/ueberdosis/tiptap

Framework de editor de texto rich-text utilizado em componentes do builder.

MIT License

Copyright (c) 2024, Tiptap GmbH (https://tiptap.dev)

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...

html2canvas

MIT Copyright: © 2012 Niklas von Hertzen — Repositório: github.com/niklasvh/html2canvas

Captura de DOM em canvas — fallback rasterizado para geração de PDF.

The MIT License (MIT)

Copyright (c) 2012 Niklas von Hertzen

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...

jsPDF

MIT Copyright: © 2010–2021 James Hall, e colaboradores — Repositório: github.com/parallax/jsPDF

Geração client-side de PDF para o fluxo de fallback rasterizado.

The MIT License

Copyright (c) 2010-2021 James Hall, https://github.com/MrRio/jsPDF
Copyright (c) 2015-2021 yWorks GmbH, https://www.yworks.com/

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...

Interact.js

MIT Copyright: © 2012–presente Taye Adeyemi — Repositório: github.com/taye/interact.js

Biblioteca de drag/drop/resize para o Layout Builder.

The MIT License (MIT)

Copyright (c) 2012-present Taye Adeyemi <dev@taye.me>

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...

Bibliotecas Backend

FastAPI

MIT Copyright: © 2018 Sebastián Ramírez — Repositório: github.com/tiangolo/fastapi

Framework web assíncrono Python que serve a API REST.

Uvicorn

BSD-3-Clause Copyright: © 2017–presente Encode OSS Ltd. — Repositório: github.com/encode/uvicorn

Servidor ASGI que hospeda a aplicação FastAPI.

Pydantic

MIT Copyright: © 2017–presente Pydantic Services Inc. e colaboradores — Repositório: github.com/pydantic/pydantic

Validação de dados e definição dos contratos de API.

Playwright for Python

Apache 2.0 Copyright: © Microsoft Corporation — Repositório: github.com/microsoft/playwright-python

Automação headless de Chromium para geração server-side de PDFs vetoriais.

Licenciado sob a Apache License, Versão 2.0 — texto completo em Apache 2.0. Nenhuma modificação significativa foi realizada no código upstream.

pyHanko

MIT Copyright: © 2020–presente Matthias Valvekens — Repositório: github.com/MatthiasValvekens/pyHanko

Assinatura digital de PDFs no padrão PAdES (Lei 14.063/2020).

pypdf

BSD-3-Clause Copyright: © 2006–2008 Mathieu Fenniak; © 2007–presente pypdf contributors — Repositório: github.com/py-pdf/pypdf

Merge de PDFs multipágina para exportação de kits.

cryptography (PyCA)

Apache 2.0 / BSD Copyright: © Python Cryptographic Authority e colaboradores — Repositório: github.com/pyca/cryptography

Geração de chaves RSA e certificados X.509 (PKCS#12) para assinatura digital.

psycopg

LGPL-3.0 Copyright: © The Psycopg Team — Repositório: github.com/psycopg/psycopg

Driver PostgreSQL para Python. Utilizamos a biblioteca como dependência dinâmica (sem modificações, sem linkagem estática), em conformidade com a LGPL-3.0. O código-fonte do psycopg pode ser obtido no repositório oficial indicado acima.

PostgreSQL

PostgreSQL License Copyright: © 1996–presente The PostgreSQL Global Development Group; © 1994 The Regents of the University of California — Site: postgresql.org

Banco de dados relacional.

PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)

Portions Copyright (c) 1996-present, The PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement
is hereby granted, provided that the above copyright notice and this
paragraph and the following two paragraphs appear in all copies.

IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS
TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

Textos completos das licenças

MIT License (texto de referência)

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. 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.

BSD 3-Clause License (texto de referência)

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.

3. Neither the name of the copyright holder nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Apache License, Version 2.0 (resumo)

Texto integral: apache.org/licenses/LICENSE-2.0

                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file 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.

Contato

Para questões sobre licenciamento de terceiros ou solicitação de código-fonte de dependências licenciadas sob LGPL/GPL, escreva para legal@medcomposer.app.