diff options
author | Andrew Waterman <andrew@sifive.com> | 2018-07-09 15:46:24 -0700 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2018-07-09 15:46:24 -0700 |
commit | 16476bd8219f58417a401ea0a720d9588d1d8ebc (patch) | |
tree | a6debdb2f24c119d281e1389c8efb0ac68b6fc86 /softfloat/s_shortShift128ExtraRightJam.c | |
parent | 600ff370c65ba99d2103a050a1847671cc0bd9c9 (diff) | |
download | riscv-pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.zip riscv-pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.tar.gz riscv-pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.tar.bz2 |
Properly license all nontrivial files
Diffstat (limited to 'softfloat/s_shortShift128ExtraRightJam.c')
-rwxr-xr-x | softfloat/s_shortShift128ExtraRightJam.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softfloat/s_shortShift128ExtraRightJam.c b/softfloat/s_shortShift128ExtraRightJam.c index c772740..cd2d771 100755 --- a/softfloat/s_shortShift128ExtraRightJam.c +++ b/softfloat/s_shortShift128ExtraRightJam.c @@ -1,3 +1,5 @@ +// See LICENSE.SoftFloat for license details. + #include <stdint.h>
#include "platform.h"
|