diff options
author | Kenneth Graunke <[email protected]> | 2013-04-21 13:52:08 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-04-23 22:07:12 -0700 |
commit | f0cb66b69904b0a3e4083aa8874af63cf1c14321 (patch) | |
tree | 8748179d4cf67569a450583cbe5f8182b00e4bff /docs | |
parent | 3d8d5b298a268b119d840bc9bae0ee9e0c9244a9 (diff) |
mesa: Restore 78-column wrapping of license text in C++-style comments.
The previous commit introduced extra words, breaking the formatting.
This text transformation was done automatically via the following shell
command:
$ git grep 'THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY' | sed 's/:.*$//' | xargs -I {} sh -c 'vim -e -s {} < vimscript2
where 'vimscript2' is a file containing:
/THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY/;/^ *$/ !fmt -w 78 -p '// '
:wq
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions