This release improves configuration management by clarifying the distinct roles of the `--license` command-line flag and the `MINIO_LICENSE` environment variable. This change provides administrators with more predictable behavior and prevents potential startup failures due to misconfiguration.

### Bug Fixes

*   Corrected an issue where the `--license` flag could conflict with the `MINIO_LICENSE` environment variable. The flag is now used exclusively for specifying a license file path, ensuring predictable license configuration and preventing startup failures. (#102)