There was an error while loading. Please reload this page.
1 parent b63bcf4 commit a25b789Copy full SHA for a25b789
include/fluent-bit/flb_version.h.in
@@ -83,8 +83,9 @@ static inline void flb_version_banner()
83
#endif
84
fprintf(stderr, "* %sCopyright (C) 2015-2025 The Fluent Bit Authors%s\n",
85
copyright_color, reset_color);
86
- fprintf(stderr, "* Fluent Bit is a CNCF sub-project under the "
87
- "umbrella of Fluentd\n");
+ fprintf(stderr, "* Fluent Bit is a CNCF graduated project under the "
+ "Fluent organization\n");
88
+
89
fprintf(stderr, "* https://fluentbit.io\n\n");
90
91
#ifdef FLB_MOTD_H
0 commit comments