---
title: Licenza
order: 2.2
icon: phosphor-duotone:scroll
summary: BxSites è gratuito e open source, concesso in licenza Apache 2.0.
tags: [chi-siamo, licenza]
---

# Licenza

BxSites è software libero e open source, rilasciato sotto la
**Apache License, Version 2.0**.

```text title="Avviso di copyright"
Copyright [2024] [Ortus Solutions, Corp]

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

!!! tip "Cosa significa, in breve"
    - **Puoi** usare, modificare e distribuire BxSites, anche in
      progetti commerciali e a codice chiuso.
    - **Devi** mantenere l'avviso di copyright e licenza, e segnalare
      chiaramente i file che hai modificato.
    - Non offre **alcuna garanzia** - usalo così com'è, a tuo rischio.

    Questo non è consulenza legale - leggi il testo completo della
    licenza qui sotto per i termini effettivi.

::: cards
::: card title="Testo completo della licenza" icon="phosphor-duotone:file-text" href="https://github.com/ortus-boxlang/bx-sites/blob/development/LICENSE"
Il testo completo della Apache License, Version 2.0, così come appare
nel file `LICENSE` di questo repository.
:::
::: card title="Apache License 2.0 (ufficiale)" icon="phosphor-duotone:link" href="https://www.apache.org/licenses/LICENSE-2.0"
Il testo ufficiale della licenza, pubblicato dalla Apache Software
Foundation.
:::
:::

## Dipendenze di terze parti

BxSites dipende da alcuni altri moduli BoxLang -
[bx-markdown](https://github.com/ortus-boxlang/bx-markdown),
[bx-esapi](https://github.com/ortus-boxlang/bx-esapi),
[bx-yaml](https://github.com/ortus-boxlang/bx-yaml), e
[bx-image](https://github.com/ortus-boxlang/bx-image) - insieme alle
librerie lato client incluse in ogni tema integrato (Bootstrap,
highlight.js, Alpine.js, lunr.js, e opzionalmente Mermaid). Ognuna ha la
propria licenza open source; consulta il repository di ciascun progetto
per i dettagli.
