feat: Add Apache License 2.0

- Added LICENSE file with full Apache 2.0 license text
- Updated README.md with license badge and section
- Updated CHANGELOG.md to document license addition in v3.1
- Copyright holder: dbbackup Project (2025)

Best practices implemented:
- LICENSE file in root directory
- License badge in README.md
- License section in README.md
- SPDX-compatible license text
- Release notes in CHANGELOG.md
This commit is contained in:
2025-11-26 14:08:55 +00:00
parent 456e128ec4
commit 67643ad77f
3 changed files with 208 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
![dbbackup](dbbackup.png)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Professional database backup and restore utility for PostgreSQL, MySQL, and MariaDB.
## Key Features
@@ -1430,3 +1432,7 @@ The test suite validates:
- **Observable**: Structured logging, metrics collection, progress tracking with ETA
dbbackup is production-ready for backup and disaster recovery operations on PostgreSQL, MySQL, and MariaDB databases. Successfully tested with 42GB databases containing 35,000 large objects.
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.