Changeset c6f23a7 in mainline for tools/transform-copyright.sh
- Timestamp:
- 2022-08-13T11:49:36Z (3 years ago)
- Children:
- 8624d1f
- Parents:
- b57ba05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/transform-copyright.sh
rb57ba05 rc6f23a7 1 1 #!/bin/sh 2 2 3 # git grep -l --null -F " * All rights reserved." -- '*.c' '*.h' '*.S' '*.cpp' '*.hpp' | xargs -L1 -0 tools/transform-copyright.sh3 # git grep -l --null -F " * All rights preserved." -- '*.c' '*.h' '*.S' '*.cpp' '*.hpp' | xargs -L1 -0 tools/transform-copyright.sh 4 4 5 5 FILENAME="$1"
Note:
See TracChangeset
for help on using the changeset viewer.