ITADN

Replace all instances of "Linux" with "GNU/Linux" throughout the repository

#1371Pull RequestSoccera1 创建于 2025-09-21
S
Soccera1commented
This pull request performs a global search-and-replace operation, changing "Linux" to "GNU/Linux" wherever it appears in source code, comments, documentation, and other text files. The goal is to better recognize the contributions of the GNU project to the overall operating system, as the term "Linux" alone typically refers just to the kernel. The changes were applied blindly using `find` and `sed` scripts—no manual checks or reviews were performed to avoid breaking anything (e.g., variable names or specific contexts). It might cause issues, but that's part of the fun! #### Why this change? - "GNU/Linux" provides a more accurate name for the full OS distribution, crediting both the kernel and GNU components. - It's in line with guidance from the Free Software Foundation. - Improves clarity and historical credit without (hopefully) impacting functionality. #### Implementation details - Case-sensitive search for "Linux" replaced with "GNU/Linux" via `find` and `sed`. - No exclusions for trademarks (e.g., "Linux Foundation") or potential issues—fully automated and unchecked. - No testing was done, so merging could lead to unexpected results. This PR is ready to merge—hitting the merge button will apply the changes across the repo. If any adjustments are needed, let me know!
合并状态:未合并 2 条评论