mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
grep -rl 'Copyright 2013 Facebook' static_upstream | xargs perl -pi -w -e s/Copyright 2013 Facebook/Copyright 2013-2014 Facebook/g;' Not going to check in a script to do this since it will just change every year. Closes #1006