mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Closes https://github.com/caffe2/caffe2/pull/1260 Differential Revision: D5906739 Pulled By: Yangqing fbshipit-source-id: e482ba9ba60b5337d9165f28f7ec68d4518a0902
7 lines
377 B
Bash
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 {} \;
|