mirror of
https://github.com/pgsty/minio.git
synced 2026-09-07 11:06:10 +03:00
ce606df2c4
Clarify SILO contribution ownership and preserve prior copyright notices. Consolidate issue templates and route the legacy credits command through the maintained generator. Validation: make rebrand-guard; bash -n update-credits.sh; regenerated credits match CREDITS; template and link checks. Signed-off-by: Feng Ruohang <rh@vonng.com>
7 lines
177 B
Bash
Executable File
7 lines
177 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
# Keep the historical entry point aligned with make credits.
|
|
exec bash "$(dirname "${BASH_SOURCE[0]}")/buildscripts/gen-credits.sh" "$@"
|