Open Source Licenses
Spreezy uses several open source libraries and frameworks to power its platform.
These libraries are licensed under the following open source licenses:
- MIT License
- Apache License 2.0
- ISC License
- BSD Licenses (2-Clause and 3-Clause)
- BlueOak License
- Unlicense
- 0BSD
Frontend Open Source Licenses (Angular)
Frontend Frameworks
| Library | License | Repository |
| Angular | MIT | https://github.com/angular/angular |
| Angular CLI | MIT | https://github.com/angular/angular-cli |
| Angular CDK | MIT | https://github.com/angular/components |
| RxJS | Apache-2.0 | https://github.com/reactivex/rxjs |
| Zone.js | MIT | https://github.com/angular/angular |
UI Libraries
| Library | License | Repository |
| TailwindCSS | MIT | https://github.com/tailwindlabs/tailwindcss |
| FontAwesome | MIT / CC-BY-4.0 | https://github.com/FortAwesome/Font-Awesome |
| SweetAlert2 | MIT | https://github.com/sweetalert2/sweetalert2 |
| Remix Icon | Apache-2.0 | https://github.com/Remix-Design/remixicon |
| Ng Icons | MIT | https://github.com/ng-icons/ng-icons |
Firebase & Google Services
| Library | License | Repository |
| Firebase JS SDK | Apache-2.0 | https://github.com/firebase/firebase-js-sdk |
| AngularFire | MIT | https://github.com/angular/angularfire |
| RxFire | Apache-2.0 | https://github.com/firebaseextended/rxfire |
Build & Tooling
| Library | License | Repository |
| Webpack | MIT | https://github.com/webpack/webpack |
| Vite | MIT | https://github.com/vitejs/vite |
| Babel | MIT | https://github.com/babel/babel |
| TypeScript | Apache-2.0 | https://github.com/microsoft/TypeScript |
| Rollup | MIT | https://github.com/rollup/rollup |
Testing Tools
| Library | License | Repository |
| Jest | MIT | https://github.com/jestjs/jest |
| Cypress | MIT | https://github.com/cypress-io/cypress |
Utility Libraries
| Library | License | Repository |
| Lodash | MIT | https://github.com/lodash/lodash |
| Day.js | MIT | https://github.com/iamkun/dayjs |
| Nanoid | MIT | https://github.com/ai/nanoid |
| UUID | MIT | https://github.com/uuidjs/uuid |
Networking & Server Utilities
| Library | License | Repository |
| Express | MIT | https://github.com/expressjs/express |
| Axios / Fetch | MIT | https://github.com/bitinn/node-fetch |
| gRPC | Apache-2.0 | https://github.com/grpc/grpc-node |
License Types Used in Project
| License | Description |
| MIT | Permissive open source license allowing reuse |
| Apache 2.0 | Allows modification and distribution with patent protection |
| BSD | Permissive license with minimal restrictions |
| ISC | Simplified BSD-style license |
| CC-BY-4.0 | Creative Commons attribution license |
Backend Open Source Licenses (Spring Boot)
Core Framework
| Library | License | Repository |
| Spring Boot | Apache 2.0 | https://spring.io/projects/spring-boot |
| Spring Framework | Apache 2.0 | https://github.com/spring-projects/spring-framework |
| Spring Security | Apache 2.0 | https://github.com/spring-projects/spring-security |
| Spring Data JPA | Apache 2.0 | https://github.com/spring-projects/spring-data-jpa |
| Spring Cloud | Apache 2.0 | https://spring.io/projects/spring-cloud |
Cloud & External Services
| Library | License | Repository |
| AWS Java SDK | Apache 2.0 | https://github.com/aws/aws-sdk-java |
| Google Cloud Firestore | Apache 2.0 | https://github.com/googleapis/java-firestore |
| Google Cloud Storage | Apache 2.0 | https://github.com/googleapis/java-storage |
| Firebase Admin SDK | Apache 2.0 | https://github.com/firebase/firebase-admin-java |
Networking & Reactive Libraries
| Library | License | Repository |
| Netty | Apache 2.0 | https://github.com/netty/netty |
| Reactor Core | Apache 2.0 | https://github.com/reactor/reactor-core |
| Reactor Netty | Apache 2.0 | https://github.com/reactor/reactor-netty |
| gRPC Java | Apache 2.0 | https://github.com/grpc/grpc-java |
JSON & Data Processing
| Library | License | Repository |
| Jackson | Apache 2.0 | https://github.com/FasterXML/jackson |
| Gson | Apache 2.0 | https://github.com/google/gson |
| JsonPath | Apache 2.0 | https://github.com/json-path/JsonPath |
Database & Persistence
| Library | License | Repository |
| Hibernate ORM | LGPL 2.1 | https://hibernate.org |
| PostgreSQL JDBC Driver | BSD-2-Clause | https://jdbc.postgresql.org |
| HikariCP | Apache 2.0 | https://github.com/brettwooldridge/HikariCP |
| Liquibase | Apache 2.0 | https://github.com/liquibase/liquibase |
Messaging & Streaming
| Library | License | Repository |
| Apache Kafka | Apache 2.0 | https://kafka.apache.org |
| Spring Kafka | Apache 2.0 | https://github.com/spring-projects/spring-kafka |
Security & Encryption
| Library | License | Repository |
| Bouncy Castle | MIT-like | https://www.bouncycastle.org |
| Java JWT | MIT | https://github.com/auth0/java-jwt |
| JJWT | Apache 2.0 | https://github.com/jwtk/jjwt |
Logging & Monitoring
| Library | License | Repository |
| SLF4J | MIT | https://github.com/qos-ch/slf4j |
| Logback | EPL / LGPL | https://github.com/qos-ch/logback |
| Micrometer | Apache 2.0 | https://github.com/micrometer-metrics/micrometer |
| OpenTelemetry | Apache 2.0 | https://github.com/open-telemetry/opentelemetry-java |
Documentation & API
| Library | License | Repository |
| Swagger / OpenAPI | Apache 2.0 | https://github.com/swagger-api/swagger-core |
| Springdoc OpenAPI | Apache 2.0 | https://github.com/springdoc/springdoc-openapi |
Template Engines
| Library | License | Repository |
| Thymeleaf | Apache 2.0 | https://github.com/thymeleaf/thymeleaf |
| Freemarker | Apache 2.0 | https://github.com/apache/freemarker |
Utilities
| Library | License | Repository |
| Guava | Apache 2.0 | https://github.com/google/guava |
| Commons IO | Apache 2.0 | https://github.com/apache/commons-io |
| Commons Lang | Apache 2.0 | https://github.com/apache/commons-lang |
| Commons Codec | Apache 2.0 | https://github.com/apache/commons-codec |
Testing Tools
| Library | License | Repository |
| JUnit | EPL 2.0 | https://junit.org |
| Mockito | MIT | https://github.com/mockito/mockito |
| Cucumber | MIT | https://github.com/cucumber |
| Selenium | Apache 2.0 | https://github.com/SeleniumHQ/selenium |
| Testcontainers | MIT | https://github.com/testcontainers |
License Types Used in Backend
From your dependency report:
| License | Usage |
| Apache 2.0 | Majority of Spring ecosystem |
| MIT | Utilities and libraries |
| BSD | Networking and database libraries |
| LGPL 2.1 | Hibernate |
| EPL | Logging / Java ecosystem |
| Public Domain | Small utility libraries |
These licenses permit commercial use, modification, and distribution of the software.
All trademarks and copyrights belong to their respective owners.