Changeset c6f23a7 in mainline for tools/transform-copyright.sh


Ignore:
Timestamp:
2022-08-13T11:49:36Z (3 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
8624d1f
Parents:
b57ba05
Message:

Update headers that preserve rights instead of reserving them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/transform-copyright.sh

    rb57ba05 rc6f23a7  
    11#!/bin/sh
    22
    3 # git grep -l --null -F " * All rights reserved." -- '*.c' '*.h' '*.S' '*.cpp' '*.hpp' | xargs -L1 -0 tools/transform-copyright.sh
     3# git grep -l --null -F " * All rights preserved." -- '*.c' '*.h' '*.S' '*.cpp' '*.hpp' | xargs -L1 -0 tools/transform-copyright.sh
    44
    55FILENAME="$1"
Note: See TracChangeset for help on using the changeset viewer.