pytorch/scripts/temp.sh
Yangqing Jia 8286ce1e3a Re-license to Apache
Summary: Closes https://github.com/caffe2/caffe2/pull/1260

Differential Revision: D5906739

Pulled By: Yangqing

fbshipit-source-id: e482ba9ba60b5337d9165f28f7ec68d4518a0902
2017-09-28 16:22:00 -07:00

7 lines
377 B
Bash

find ../caffe2 -name "*.h" -exec ./add_apache_header.sh {} \;
find ../caffe2 -name "*.cc" -exec ./add_apache_header.sh {} \;
find ../caffe2 -name "*.cpp" -exec ./add_apache_header.sh {} \;
find ../caffe2 -name "*.cu" -exec ./add_apache_header.sh {} \;
find ../caffe2 -name "*.mm" -exec ./add_apache_header.sh {} \;
find ../caffe2 -name "*.m" -exec ./add_apache_header.sh {} \;