diff --git a/Makefile.nmake b/Makefile.nmake index e3f604e..387a6db 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -2,7 +2,7 @@ # Copyright(c) 2011-2016 Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions +# modification, are permitted provided that the following conditions # are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. diff --git a/Makefile.unx b/Makefile.unx index 6c21094..bfc0dae 100644 --- a/Makefile.unx +++ b/Makefile.unx @@ -2,7 +2,7 @@ # Copyright(c) 2011-2015 Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions +# modification, are permitted provided that the following conditions # are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. diff --git a/Release_notes.txt b/Release_notes.txt index d6bd4fe..b5dadc6 100644 --- a/Release_notes.txt +++ b/Release_notes.txt @@ -47,7 +47,7 @@ v2.10 affects windows versions of erasure code. GP register saves/restore were pushed to same stack area as XMM. -3. CHANGE LOG & FEATURES ADDED +3. CHANGE LOG & FEATURES ADDED ------------------------------ v2.18 diff --git a/erasure_code/Makefile.am b/erasure_code/Makefile.am index 054dd73..e354bd6 100644 --- a/erasure_code/Makefile.am +++ b/erasure_code/Makefile.am @@ -2,7 +2,7 @@ # Copyright(c) 2011-2017 Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions +# modification, are permitted provided that the following conditions # are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/ec_base.c b/erasure_code/ec_base.c index a34e3fd..eed3703 100644 --- a/erasure_code/ec_base.c +++ b/erasure_code/ec_base.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/ec_base.h b/erasure_code/ec_base.h index db4fd9d..d69a92d 100644 --- a/erasure_code/ec_base.h +++ b/erasure_code/ec_base.h @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/ec_highlevel_func.c b/erasure_code/ec_highlevel_func.c index baaf20d..7a950c8 100644 --- a/erasure_code/ec_highlevel_func.c +++ b/erasure_code/ec_highlevel_func.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -30,7 +30,6 @@ #include "erasure_code.h" #include "types.h" - void ec_encode_data_sse(int len, int k, int rows, unsigned char *g_tbls, unsigned char **data, unsigned char **coding) { diff --git a/erasure_code/ec_multibinary.asm b/erasure_code/ec_multibinary.asm index 152ce66..4bb4273 100644 --- a/erasure_code/ec_multibinary.asm +++ b/erasure_code/ec_multibinary.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/erasure_code_base_perf.c b/erasure_code/erasure_code_base_perf.c index ee9dd3b..abfa3f8 100644 --- a/erasure_code/erasure_code_base_perf.c +++ b/erasure_code/erasure_code_base_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/erasure_code_base_test.c b/erasure_code/erasure_code_base_test.c index 4d85998..81e1b57 100644 --- a/erasure_code/erasure_code_base_test.c +++ b/erasure_code/erasure_code_base_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/erasure_code_perf.c b/erasure_code/erasure_code_perf.c index 2ccf64a..0451a5f 100644 --- a/erasure_code/erasure_code_perf.c +++ b/erasure_code/erasure_code_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/erasure_code_sse_perf.c b/erasure_code/erasure_code_sse_perf.c index 71e3f70..459fa7c 100644 --- a/erasure_code/erasure_code_sse_perf.c +++ b/erasure_code/erasure_code_sse_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/erasure_code_sse_test.c b/erasure_code/erasure_code_sse_test.c index 9e2ada2..c0cd0b9 100644 --- a/erasure_code/erasure_code_sse_test.c +++ b/erasure_code/erasure_code_sse_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/erasure_code_test.c b/erasure_code/erasure_code_test.c index d25186a..a1736af 100644 --- a/erasure_code/erasure_code_test.c +++ b/erasure_code/erasure_code_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/erasure_code_update_perf.c b/erasure_code/erasure_code_update_perf.c index 653fa98..a74ff1d 100644 --- a/erasure_code/erasure_code_update_perf.c +++ b/erasure_code/erasure_code_update_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/erasure_code_update_test.c b/erasure_code/erasure_code_update_test.c index 207dfcd..a15a67b 100644 --- a/erasure_code/erasure_code_update_test.c +++ b/erasure_code/erasure_code_update_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_dot_prod_avx.asm b/erasure_code/gf_2vect_dot_prod_avx.asm index b905f01..cb6fc43 100644 --- a/erasure_code/gf_2vect_dot_prod_avx.asm +++ b/erasure_code/gf_2vect_dot_prod_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_dot_prod_avx2.asm b/erasure_code/gf_2vect_dot_prod_avx2.asm index 2c9fa71..0071e6f 100644 --- a/erasure_code/gf_2vect_dot_prod_avx2.asm +++ b/erasure_code/gf_2vect_dot_prod_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_dot_prod_avx512.asm b/erasure_code/gf_2vect_dot_prod_avx512.asm index bf46bff..2f7cf2d 100644 --- a/erasure_code/gf_2vect_dot_prod_avx512.asm +++ b/erasure_code/gf_2vect_dot_prod_avx512.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_dot_prod_sse.asm b/erasure_code/gf_2vect_dot_prod_sse.asm index 9f54336..4239859 100644 --- a/erasure_code/gf_2vect_dot_prod_sse.asm +++ b/erasure_code/gf_2vect_dot_prod_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_dot_prod_sse_perf.c b/erasure_code/gf_2vect_dot_prod_sse_perf.c index 0ee4bd5..8345796 100644 --- a/erasure_code/gf_2vect_dot_prod_sse_perf.c +++ b/erasure_code/gf_2vect_dot_prod_sse_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_dot_prod_sse_test.c b/erasure_code/gf_2vect_dot_prod_sse_test.c index 5c88f54..f4fd9d0 100644 --- a/erasure_code/gf_2vect_dot_prod_sse_test.c +++ b/erasure_code/gf_2vect_dot_prod_sse_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_mad_avx.asm b/erasure_code/gf_2vect_mad_avx.asm index c5fbf7a..c8b5bde 100644 --- a/erasure_code/gf_2vect_mad_avx.asm +++ b/erasure_code/gf_2vect_mad_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_mad_avx2.asm b/erasure_code/gf_2vect_mad_avx2.asm index 00d8345..10183af 100644 --- a/erasure_code/gf_2vect_mad_avx2.asm +++ b/erasure_code/gf_2vect_mad_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_mad_avx512.asm b/erasure_code/gf_2vect_mad_avx512.asm index e535faf..b9d40a6 100644 --- a/erasure_code/gf_2vect_mad_avx512.asm +++ b/erasure_code/gf_2vect_mad_avx512.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_2vect_mad_sse.asm b/erasure_code/gf_2vect_mad_sse.asm index 50e4f61..e363451 100644 --- a/erasure_code/gf_2vect_mad_sse.asm +++ b/erasure_code/gf_2vect_mad_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_dot_prod_avx.asm b/erasure_code/gf_3vect_dot_prod_avx.asm index 191129d..48a68fb 100644 --- a/erasure_code/gf_3vect_dot_prod_avx.asm +++ b/erasure_code/gf_3vect_dot_prod_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_dot_prod_avx2.asm b/erasure_code/gf_3vect_dot_prod_avx2.asm index d325525..23c46a7 100644 --- a/erasure_code/gf_3vect_dot_prod_avx2.asm +++ b/erasure_code/gf_3vect_dot_prod_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_dot_prod_avx512.asm b/erasure_code/gf_3vect_dot_prod_avx512.asm index cb79847..b790297 100644 --- a/erasure_code/gf_3vect_dot_prod_avx512.asm +++ b/erasure_code/gf_3vect_dot_prod_avx512.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_dot_prod_sse.asm b/erasure_code/gf_3vect_dot_prod_sse.asm index 208aa4a..4b40032 100644 --- a/erasure_code/gf_3vect_dot_prod_sse.asm +++ b/erasure_code/gf_3vect_dot_prod_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_dot_prod_sse_perf.c b/erasure_code/gf_3vect_dot_prod_sse_perf.c index 9d36c09..a82f829 100644 --- a/erasure_code/gf_3vect_dot_prod_sse_perf.c +++ b/erasure_code/gf_3vect_dot_prod_sse_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_dot_prod_sse_test.c b/erasure_code/gf_3vect_dot_prod_sse_test.c index 1fb4330..32609c7 100644 --- a/erasure_code/gf_3vect_dot_prod_sse_test.c +++ b/erasure_code/gf_3vect_dot_prod_sse_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_mad_avx.asm b/erasure_code/gf_3vect_mad_avx.asm index df6cf4e..c40f075 100644 --- a/erasure_code/gf_3vect_mad_avx.asm +++ b/erasure_code/gf_3vect_mad_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_mad_avx2.asm b/erasure_code/gf_3vect_mad_avx2.asm index 4b8163d..c253c6f 100644 --- a/erasure_code/gf_3vect_mad_avx2.asm +++ b/erasure_code/gf_3vect_mad_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_mad_avx512.asm b/erasure_code/gf_3vect_mad_avx512.asm index 1e2fe91..c6feb36 100644 --- a/erasure_code/gf_3vect_mad_avx512.asm +++ b/erasure_code/gf_3vect_mad_avx512.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_3vect_mad_sse.asm b/erasure_code/gf_3vect_mad_sse.asm index 6458493..9b14834 100644 --- a/erasure_code/gf_3vect_mad_sse.asm +++ b/erasure_code/gf_3vect_mad_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_dot_prod_avx.asm b/erasure_code/gf_4vect_dot_prod_avx.asm index 6947076..9824d49 100644 --- a/erasure_code/gf_4vect_dot_prod_avx.asm +++ b/erasure_code/gf_4vect_dot_prod_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_dot_prod_avx2.asm b/erasure_code/gf_4vect_dot_prod_avx2.asm index eae76d9..95aa8eb 100644 --- a/erasure_code/gf_4vect_dot_prod_avx2.asm +++ b/erasure_code/gf_4vect_dot_prod_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_dot_prod_avx512.asm b/erasure_code/gf_4vect_dot_prod_avx512.asm index 563708c..3e51e28 100644 --- a/erasure_code/gf_4vect_dot_prod_avx512.asm +++ b/erasure_code/gf_4vect_dot_prod_avx512.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_dot_prod_sse.asm b/erasure_code/gf_4vect_dot_prod_sse.asm index aebda83..116d0b9 100644 --- a/erasure_code/gf_4vect_dot_prod_sse.asm +++ b/erasure_code/gf_4vect_dot_prod_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_dot_prod_sse_perf.c b/erasure_code/gf_4vect_dot_prod_sse_perf.c index 445c412..1ea0fca 100644 --- a/erasure_code/gf_4vect_dot_prod_sse_perf.c +++ b/erasure_code/gf_4vect_dot_prod_sse_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_dot_prod_sse_test.c b/erasure_code/gf_4vect_dot_prod_sse_test.c index 9cef79c..0352eef 100644 --- a/erasure_code/gf_4vect_dot_prod_sse_test.c +++ b/erasure_code/gf_4vect_dot_prod_sse_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_mad_avx.asm b/erasure_code/gf_4vect_mad_avx.asm index 6ca31bb..ccda776 100644 --- a/erasure_code/gf_4vect_mad_avx.asm +++ b/erasure_code/gf_4vect_mad_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_mad_avx2.asm b/erasure_code/gf_4vect_mad_avx2.asm index 9368e42..7d784ff 100644 --- a/erasure_code/gf_4vect_mad_avx2.asm +++ b/erasure_code/gf_4vect_mad_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_mad_avx512.asm b/erasure_code/gf_4vect_mad_avx512.asm index d9bbf35..5ca7d16 100644 --- a/erasure_code/gf_4vect_mad_avx512.asm +++ b/erasure_code/gf_4vect_mad_avx512.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_4vect_mad_sse.asm b/erasure_code/gf_4vect_mad_sse.asm index 7c41cac..e7bf23e 100644 --- a/erasure_code/gf_4vect_mad_sse.asm +++ b/erasure_code/gf_4vect_mad_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_5vect_dot_prod_avx.asm b/erasure_code/gf_5vect_dot_prod_avx.asm index 945c8de..986da3b 100644 --- a/erasure_code/gf_5vect_dot_prod_avx.asm +++ b/erasure_code/gf_5vect_dot_prod_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_5vect_dot_prod_avx2.asm b/erasure_code/gf_5vect_dot_prod_avx2.asm index d78aa45..2698add 100644 --- a/erasure_code/gf_5vect_dot_prod_avx2.asm +++ b/erasure_code/gf_5vect_dot_prod_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_5vect_dot_prod_sse.asm b/erasure_code/gf_5vect_dot_prod_sse.asm index 2b01bf4..9fbbcde 100644 --- a/erasure_code/gf_5vect_dot_prod_sse.asm +++ b/erasure_code/gf_5vect_dot_prod_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_5vect_dot_prod_sse_perf.c b/erasure_code/gf_5vect_dot_prod_sse_perf.c index dc3645a..7f53d9f 100644 --- a/erasure_code/gf_5vect_dot_prod_sse_perf.c +++ b/erasure_code/gf_5vect_dot_prod_sse_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_5vect_dot_prod_sse_test.c b/erasure_code/gf_5vect_dot_prod_sse_test.c index 9cb48b4..977054c 100644 --- a/erasure_code/gf_5vect_dot_prod_sse_test.c +++ b/erasure_code/gf_5vect_dot_prod_sse_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_5vect_mad_avx.asm b/erasure_code/gf_5vect_mad_avx.asm index 0a7157f..498502e 100644 --- a/erasure_code/gf_5vect_mad_avx.asm +++ b/erasure_code/gf_5vect_mad_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_5vect_mad_avx2.asm b/erasure_code/gf_5vect_mad_avx2.asm index 48488cf..9cf1197 100644 --- a/erasure_code/gf_5vect_mad_avx2.asm +++ b/erasure_code/gf_5vect_mad_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_5vect_mad_sse.asm b/erasure_code/gf_5vect_mad_sse.asm index 12e8619..5a699dd 100644 --- a/erasure_code/gf_5vect_mad_sse.asm +++ b/erasure_code/gf_5vect_mad_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_6vect_dot_prod_avx.asm b/erasure_code/gf_6vect_dot_prod_avx.asm index 1d45ef6..16b57bf 100644 --- a/erasure_code/gf_6vect_dot_prod_avx.asm +++ b/erasure_code/gf_6vect_dot_prod_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_6vect_dot_prod_avx2.asm b/erasure_code/gf_6vect_dot_prod_avx2.asm index 8ff3bf7..85bb78a 100644 --- a/erasure_code/gf_6vect_dot_prod_avx2.asm +++ b/erasure_code/gf_6vect_dot_prod_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_6vect_dot_prod_sse.asm b/erasure_code/gf_6vect_dot_prod_sse.asm index 97b4363..4036773 100644 --- a/erasure_code/gf_6vect_dot_prod_sse.asm +++ b/erasure_code/gf_6vect_dot_prod_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_6vect_dot_prod_sse_perf.c b/erasure_code/gf_6vect_dot_prod_sse_perf.c index 65923de..eafd2cb 100644 --- a/erasure_code/gf_6vect_dot_prod_sse_perf.c +++ b/erasure_code/gf_6vect_dot_prod_sse_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_6vect_dot_prod_sse_test.c b/erasure_code/gf_6vect_dot_prod_sse_test.c index e2fece6..96f67f1 100644 --- a/erasure_code/gf_6vect_dot_prod_sse_test.c +++ b/erasure_code/gf_6vect_dot_prod_sse_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_6vect_mad_avx.asm b/erasure_code/gf_6vect_mad_avx.asm index 1462882..b487322 100644 --- a/erasure_code/gf_6vect_mad_avx.asm +++ b/erasure_code/gf_6vect_mad_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_6vect_mad_avx2.asm b/erasure_code/gf_6vect_mad_avx2.asm index c625b71..c554ddc 100644 --- a/erasure_code/gf_6vect_mad_avx2.asm +++ b/erasure_code/gf_6vect_mad_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_6vect_mad_sse.asm b/erasure_code/gf_6vect_mad_sse.asm index 52e328a..6751840 100644 --- a/erasure_code/gf_6vect_mad_sse.asm +++ b/erasure_code/gf_6vect_mad_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_inverse_test.c b/erasure_code/gf_inverse_test.c index f3f72c2..418d7c1 100644 --- a/erasure_code/gf_inverse_test.c +++ b/erasure_code/gf_inverse_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_1tbl.c b/erasure_code/gf_vect_dot_prod_1tbl.c index a04799e..8ce2fc5 100644 --- a/erasure_code/gf_vect_dot_prod_1tbl.c +++ b/erasure_code/gf_vect_dot_prod_1tbl.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_avx.asm b/erasure_code/gf_vect_dot_prod_avx.asm index 8bf8671..0e9e44b 100644 --- a/erasure_code/gf_vect_dot_prod_avx.asm +++ b/erasure_code/gf_vect_dot_prod_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_avx2.asm b/erasure_code/gf_vect_dot_prod_avx2.asm index ad79f47..47bb38c 100644 --- a/erasure_code/gf_vect_dot_prod_avx2.asm +++ b/erasure_code/gf_vect_dot_prod_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_avx512.asm b/erasure_code/gf_vect_dot_prod_avx512.asm index 23b88ff..fe8d217 100644 --- a/erasure_code/gf_vect_dot_prod_avx512.asm +++ b/erasure_code/gf_vect_dot_prod_avx512.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_avx_perf.c b/erasure_code/gf_vect_dot_prod_avx_perf.c index 4eb2d04..be7dbb7 100644 --- a/erasure_code/gf_vect_dot_prod_avx_perf.c +++ b/erasure_code/gf_vect_dot_prod_avx_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_avx_test.c b/erasure_code/gf_vect_dot_prod_avx_test.c index 869aef8..bcf461e 100644 --- a/erasure_code/gf_vect_dot_prod_avx_test.c +++ b/erasure_code/gf_vect_dot_prod_avx_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_base_test.c b/erasure_code/gf_vect_dot_prod_base_test.c index 8875dd1..2b4dfbb 100644 --- a/erasure_code/gf_vect_dot_prod_base_test.c +++ b/erasure_code/gf_vect_dot_prod_base_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_perf.c b/erasure_code/gf_vect_dot_prod_perf.c index 0270020..c6bf0b2 100644 --- a/erasure_code/gf_vect_dot_prod_perf.c +++ b/erasure_code/gf_vect_dot_prod_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_sse.asm b/erasure_code/gf_vect_dot_prod_sse.asm index 18e36da..c6c9aa8 100644 --- a/erasure_code/gf_vect_dot_prod_sse.asm +++ b/erasure_code/gf_vect_dot_prod_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_sse_perf.c b/erasure_code/gf_vect_dot_prod_sse_perf.c index d5b655b..5271629 100644 --- a/erasure_code/gf_vect_dot_prod_sse_perf.c +++ b/erasure_code/gf_vect_dot_prod_sse_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_sse_test.c b/erasure_code/gf_vect_dot_prod_sse_test.c index 6856a48..4e8c3a6 100644 --- a/erasure_code/gf_vect_dot_prod_sse_test.c +++ b/erasure_code/gf_vect_dot_prod_sse_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_dot_prod_test.c b/erasure_code/gf_vect_dot_prod_test.c index 5b946fd..1c0232c 100644 --- a/erasure_code/gf_vect_dot_prod_test.c +++ b/erasure_code/gf_vect_dot_prod_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mad_avx.asm b/erasure_code/gf_vect_mad_avx.asm index 877cc7f..31d7bf2 100644 --- a/erasure_code/gf_vect_mad_avx.asm +++ b/erasure_code/gf_vect_mad_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mad_avx2.asm b/erasure_code/gf_vect_mad_avx2.asm index 17e013e..5fa5da4 100644 --- a/erasure_code/gf_vect_mad_avx2.asm +++ b/erasure_code/gf_vect_mad_avx2.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mad_avx512.asm b/erasure_code/gf_vect_mad_avx512.asm index fc74e1e..39b5dbd 100644 --- a/erasure_code/gf_vect_mad_avx512.asm +++ b/erasure_code/gf_vect_mad_avx512.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mad_perf.c b/erasure_code/gf_vect_mad_perf.c index f2fa28d..69445a6 100644 --- a/erasure_code/gf_vect_mad_perf.c +++ b/erasure_code/gf_vect_mad_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mad_sse.asm b/erasure_code/gf_vect_mad_sse.asm index 24517ff..56d981e 100644 --- a/erasure_code/gf_vect_mad_sse.asm +++ b/erasure_code/gf_vect_mad_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mad_test.c b/erasure_code/gf_vect_mad_test.c index d24713e..625f1f1 100644 --- a/erasure_code/gf_vect_mad_test.c +++ b/erasure_code/gf_vect_mad_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mul_avx.asm b/erasure_code/gf_vect_mul_avx.asm index 651a090..2ffd5a4 100644 --- a/erasure_code/gf_vect_mul_avx.asm +++ b/erasure_code/gf_vect_mul_avx.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mul_avx_perf.c b/erasure_code/gf_vect_mul_avx_perf.c index 392ed2a..e5a818d 100644 --- a/erasure_code/gf_vect_mul_avx_perf.c +++ b/erasure_code/gf_vect_mul_avx_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mul_avx_test.c b/erasure_code/gf_vect_mul_avx_test.c index 95d2867..5c74230 100644 --- a/erasure_code/gf_vect_mul_avx_test.c +++ b/erasure_code/gf_vect_mul_avx_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mul_base_test.c b/erasure_code/gf_vect_mul_base_test.c index 719e904..c47d236 100644 --- a/erasure_code/gf_vect_mul_base_test.c +++ b/erasure_code/gf_vect_mul_base_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mul_perf.c b/erasure_code/gf_vect_mul_perf.c index bc9eff2..90ec797 100644 --- a/erasure_code/gf_vect_mul_perf.c +++ b/erasure_code/gf_vect_mul_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mul_sse.asm b/erasure_code/gf_vect_mul_sse.asm index 5453ebb..bd9b115 100644 --- a/erasure_code/gf_vect_mul_sse.asm +++ b/erasure_code/gf_vect_mul_sse.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mul_sse_perf.c b/erasure_code/gf_vect_mul_sse_perf.c index 6851492..bbc598b 100644 --- a/erasure_code/gf_vect_mul_sse_perf.c +++ b/erasure_code/gf_vect_mul_sse_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mul_sse_test.c b/erasure_code/gf_vect_mul_sse_test.c index c3238b0..c1e6e74 100644 --- a/erasure_code/gf_vect_mul_sse_test.c +++ b/erasure_code/gf_vect_mul_sse_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/erasure_code/gf_vect_mul_test.c b/erasure_code/gf_vect_mul_test.c index 816dfbc..df25600 100644 --- a/erasure_code/gf_vect_mul_test.c +++ b/erasure_code/gf_vect_mul_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/include/crc.h b/include/crc.h index 5d6b049..969369e 100644 --- a/include/crc.h +++ b/include/crc.h @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/include/crc64.h b/include/crc64.h index 8d7d81f..d0e0274 100644 --- a/include/crc64.h +++ b/include/crc64.h @@ -2,7 +2,7 @@ Copyright(c) 2011-2016 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/include/erasure_code.h b/include/erasure_code.h index 570944c..53e480f 100644 --- a/include/erasure_code.h +++ b/include/erasure_code.h @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -40,7 +40,7 @@ * dot product of the symbols (bytes in GF(2^8)) across a set of buffers and a * set of coefficients. Values for the coefficients are determined by the type * of erasure code. Using a general dot product means that any sequence of - * coefficients may be used including erasure codes based on random + * coefficients may be used including erasure codes based on random * coefficients. * Multiple versions of dot product are supplied to calculate 1-6 output * vectors in one pass. @@ -80,10 +80,10 @@ void ec_init_tables(int k, int rows, unsigned char* a, unsigned char* gftbls); * encoded data as specified by a matrix of GF(2^8) coefficients. When given a * suitable set of coefficients, this function will perform the fast generation * or decoding of Reed-Solomon type erasure codes. - * + * * This function determines what instruction sets are enabled and * selects the appropriate version at runtime. - * + * * @param len Length of each block of data (vector) of source or dest data. * @param k The number of vector sources or rows in the generator matrix * for coding. @@ -140,10 +140,10 @@ void ec_encode_data_base(int len, int srcs, int dests, unsigned char *v, unsigne * specified by a matrix of GF(2^8) coefficients. When given a suitable set of * coefficients, this function will perform the fast generation or decoding of * Reed-Solomon type erasure codes from one input source at a time. - * + * * This function determines what instruction sets are enabled and selects the * appropriate version at runtime. - * + * * @param len Length of each block of data (vector) of source or dest data. * @param k The number of vector sources or rows in the generator matrix * for coding. @@ -194,7 +194,7 @@ void ec_encode_data_update_avx2(int len, int k, int rows, int vec_i, unsigned ch * Baseline version of ec_encode_data_update(). */ -void ec_encode_data_update_base(int len, int k, int rows, int vec_i, unsigned char *v, +void ec_encode_data_update_base(int len, int k, int rows, int vec_i, unsigned char *v, unsigned char *data, unsigned char **dest); @@ -216,7 +216,7 @@ void ec_encode_data_update_base(int len, int k, int rows, int vec_i, unsigned ch * @returns none */ -void gf_vect_dot_prod_sse(int len, int vlen, unsigned char *gftbls, +void gf_vect_dot_prod_sse(int len, int vlen, unsigned char *gftbls, unsigned char **src, unsigned char *dest); /** @@ -237,7 +237,7 @@ void gf_vect_dot_prod_sse(int len, int vlen, unsigned char *gftbls, * @returns none */ -void gf_vect_dot_prod_avx(int len, int vlen, unsigned char *gftbls, +void gf_vect_dot_prod_avx(int len, int vlen, unsigned char *gftbls, unsigned char **src, unsigned char *dest); /** @@ -258,7 +258,7 @@ void gf_vect_dot_prod_avx(int len, int vlen, unsigned char *gftbls, * @returns none */ -void gf_vect_dot_prod_avx2(int len, int vlen, unsigned char *gftbls, +void gf_vect_dot_prod_avx2(int len, int vlen, unsigned char *gftbls, unsigned char **src, unsigned char *dest); /** @@ -276,7 +276,7 @@ void gf_vect_dot_prod_avx2(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 2*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -298,7 +298,7 @@ void gf_2vect_dot_prod_sse(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 2*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -320,7 +320,7 @@ void gf_2vect_dot_prod_avx(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 2*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -342,7 +342,7 @@ void gf_2vect_dot_prod_avx2(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 3*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -364,7 +364,7 @@ void gf_3vect_dot_prod_sse(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 3*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -386,7 +386,7 @@ void gf_3vect_dot_prod_avx(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 3*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -474,7 +474,7 @@ void gf_4vect_dot_prod_avx2(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 5*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -496,7 +496,7 @@ void gf_5vect_dot_prod_sse(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 5*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -518,7 +518,7 @@ void gf_5vect_dot_prod_avx(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 5*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -540,7 +540,7 @@ void gf_5vect_dot_prod_avx2(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 6*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -562,7 +562,7 @@ void gf_6vect_dot_prod_sse(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 6*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -584,7 +584,7 @@ void gf_6vect_dot_prod_avx(int len, int vlen, unsigned char *gftbls, * @param gftbls Pointer to 6*32*vlen byte array of pre-calculated constants * based on the array of input coefficients. * @param src Array of pointers to source inputs. - * @param dest Array of pointers to destination data buffers. + * @param dest Array of pointers to destination data buffers. * @returns none */ @@ -593,19 +593,19 @@ void gf_6vect_dot_prod_avx2(int len, int vlen, unsigned char *gftbls, /** * @brief GF(2^8) vector dot product, runs baseline version. - * + * * Does a GF(2^8) dot product across each byte of the input array and a constant * set of coefficients to produce each byte of the output. Can be used for * erasure coding encode and decode. Function requires pre-calculation of a * 32*vlen byte constant array based on the input coefficients. - * + * * @param len Length of each vector in bytes. Must be >= 16. * @param vlen Number of vector sources. * @param gftbls Pointer to 32*vlen byte array of pre-calculated constants based - * on the array of input coefficients. Only elements 32*CONST*j + 1 + * on the array of input coefficients. Only elements 32*CONST*j + 1 * of this array are used, where j = (0, 1, 2...) and CONST is the - * number of elements in the array of input coefficients. The - * elements used correspond to the original input coefficients. + * number of elements in the array of input coefficients. The + * elements used correspond to the original input coefficients. * @param src Array of pointers to source inputs. * @param dest Pointer to destination data array. * @returns none @@ -621,7 +621,7 @@ void gf_vect_dot_prod_base(int len, int vlen, unsigned char *gftbls, * set of coefficients to produce each byte of the output. Can be used for * erasure coding encode and decode. Function requires pre-calculation of a * 32*vlen byte constant array based on the input coefficients. - * + * * This function determines what instruction sets are enabled and * selects the appropriate version at runtime. * diff --git a/include/gf_vect_mul.h b/include/gf_vect_mul.h index 42aa0a4..bf4fd01 100644 --- a/include/gf_vect_mul.h +++ b/include/gf_vect_mul.h @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -35,7 +35,7 @@ * @file gf_vect_mul.h * @brief Interface to functions for vector (block) multiplication in GF(2^8). * - * This file defines the interface to routines used in fast RAID rebuild and + * This file defines the interface to routines used in fast RAID rebuild and * erasure codes. */ @@ -87,7 +87,7 @@ int gf_vect_mul_avx(int len, unsigned char *gftbl, void *src, void *dest); /** * @brief GF(2^8) vector multiply by constant, runs appropriate version. - * + * * Does a GF(2^8) vector multiply b = Ca where a and b are arrays and C * is a single field element in GF(2^8). Can be used for RAID6 rebuild * and partial write functions. Function requires pre-calculation of a @@ -95,9 +95,9 @@ int gf_vect_mul_avx(int len, unsigned char *gftbl, void *src, void *dest); * C{01}, C{02}, ... , C{0f} }, {C{00}, C{10}, C{20}, ... , C{f0} }. * Len and src must be aligned to 32B. * - * This function determines what instruction sets are enabled - * and selects the appropriate version at runtime. - * + * This function determines what instruction sets are enabled + * and selects the appropriate version at runtime. + * * @param len Length of vector in bytes. Must be aligned to 32B. * @param gftbl Pointer to 32-byte array of pre-calculated constants based on C. * @param src Pointer to src data array. Must be aligned to 32B. @@ -138,7 +138,7 @@ void gf_vect_mul_init(unsigned char c, unsigned char* gftbl); * @param dest Pointer to destination data array. Must be aligned to 32B. */ -void gf_vect_mul_base(int len, unsigned char *a, unsigned char *src, +void gf_vect_mul_base(int len, unsigned char *a, unsigned char *src, unsigned char *dest); #ifdef __cplusplus diff --git a/include/igzip_lib.h b/include/igzip_lib.h index ca27b77..f116810 100644 --- a/include/igzip_lib.h +++ b/include/igzip_lib.h @@ -2,7 +2,7 @@ Copyright(c) 2011-2016 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -401,7 +401,7 @@ struct inflate_huff_code_small { /** @brief Holds decompression state information*/ struct inflate_state { uint8_t *next_out; //!< Next output Byte - uint32_t avail_out; //!< Number of bytes available at next_out + uint32_t avail_out; //!< Number of bytes available at next_out uint32_t total_out; //!< Total bytes written out so far uint8_t *next_in; //!< Next input byte uint64_t read_in; //!< Bits buffered to handle unaligned streams diff --git a/include/multibinary.asm b/include/multibinary.asm index 7fca3a1..b2dc3a4 100644 --- a/include/multibinary.asm +++ b/include/multibinary.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/include/reg_sizes.asm b/include/reg_sizes.asm index bd44559..48de53c 100644 --- a/include/reg_sizes.asm +++ b/include/reg_sizes.asm @@ -2,7 +2,7 @@ ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without -; modification, are permitted provided that the following conditions +; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditions and the following disclaimer. diff --git a/include/test.h b/include/test.h index a124329..ee0b6ab 100644 --- a/include/test.h +++ b/include/test.h @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/include/types.h b/include/types.h index 41d5355..4253b85 100644 --- a/include/types.h +++ b/include/types.h @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/make.inc b/make.inc index 1afe97b..6ed2716 100644 --- a/make.inc +++ b/make.inc @@ -2,7 +2,7 @@ # Copyright(c) 2011-2015 Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions +# modification, are permitted provided that the following conditions # are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. diff --git a/raid/Makefile.am b/raid/Makefile.am index 95490e2..7b5c904 100644 --- a/raid/Makefile.am +++ b/raid/Makefile.am @@ -2,7 +2,7 @@ # Copyright(c) 2011-2015 Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions +# modification, are permitted provided that the following conditions # are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. diff --git a/raid/pq_check_test.c b/raid/pq_check_test.c index 8b6d0a1..27d0203 100644 --- a/raid/pq_check_test.c +++ b/raid/pq_check_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/raid/pq_gen_perf.c b/raid/pq_gen_perf.c index 194f260..3b49abc 100644 --- a/raid/pq_gen_perf.c +++ b/raid/pq_gen_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/raid/pq_gen_test.c b/raid/pq_gen_test.c index d084496..3469f7e 100644 --- a/raid/pq_gen_test.c +++ b/raid/pq_gen_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/raid/raid_base.c b/raid/raid_base.c index 25c1933..e066eb8 100644 --- a/raid/raid_base.c +++ b/raid/raid_base.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/raid/xor_check_test.c b/raid/xor_check_test.c index dfb571a..c753207 100644 --- a/raid/xor_check_test.c +++ b/raid/xor_check_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/raid/xor_example.c b/raid/xor_example.c index d328c31..fb2f999 100644 --- a/raid/xor_example.c +++ b/raid/xor_example.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2013 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/raid/xor_gen_perf.c b/raid/xor_gen_perf.c index 25b33cb..6e539c4 100644 --- a/raid/xor_gen_perf.c +++ b/raid/xor_gen_perf.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -37,7 +37,7 @@ //#define CACHED_TEST #ifdef CACHED_TEST -// Loop many times over same +// Loop many times over same # define TEST_SOURCES 10 # define TEST_LEN 8*1024 # define TEST_LOOPS 2000000 diff --git a/raid/xor_gen_test.c b/raid/xor_gen_test.c index f158f94..ee922bf 100644 --- a/raid/xor_gen_test.c +++ b/raid/xor_gen_test.c @@ -2,7 +2,7 @@ Copyright(c) 2011-2015 Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions + modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.