nkuprins commented on issue #840:
URL: https://github.com/apache/fesod/issues/840#issuecomment-5226238366

   This seems to have been `stale` for a long time, and many Chinese files 
still need a header. 
   I scanned files with the following command:
   
   ```bash
   git ls-files 'website/*.md' 'website/*.svg' | while read -r f; do
     grep -q "Licensed to the Apache Software Foundation" "$f" || echo "$f"
   done
   ```
   
   **The result**(after grouping with another command):
   ```
   website/i18n/zh-cn      61
   website/**/*.svg        10
   website/blog             6
   website/README.md        1
   TOTAL                   78
   ```
   
   Note that 5 out of 10 `svg` probably don't need them? Concretely:
   - `static/img/index/undraw_{files,programming,spreadsheet}.svg` - 
`artist="Katerina Limpitsouni"`
   - `src/pages/team/github.svg`
   - `static/img/apache-incubator.svg`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to