License
Testrium is released under the Apache License 2.0.
This means you are free to:
- Use Testrium for any purpose, including commercial use
- Modify the source code to suit your needs
- Distribute original or modified versions
- Self-host on any infrastructure you control
- Sublicense as part of a larger work
The only requirements are that you retain the original copyright notice and the license text in any distribution.
Apache License 2.0
Copyright 2025 Testrium
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.The full license text is also available in the LICENSE.txt file in the repository.
Third-party dependencies
Testrium is built on open-source software. Key dependencies include:
| Dependency | License |
|---|---|
| Spring Boot | Apache 2.0 |
| React | MIT |
| Vite | MIT |
| Tailwind CSS | MIT |
| H2 Database | EPL 2.0 / MPL 2.0 |
| JWT (jjwt) | Apache 2.0 |
Full dependency trees are available via mvn dependency:tree (backend) and npm ls (frontend).