From 5c22c7a7de55eeeafbf53e38711617238e61194a Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 21 Mar 2020 21:30:06 -0400 Subject: Make file formatting comply with POSIX and Unix standards UTF-8, LF, no BOM, and newlines at the end of files --- COPYING.BSD | 2 +- COPYING.MINPACK | 103 +- bench/perf_monitoring/resources/chart_footer.html | 2 +- bench/perf_monitoring/resources/chart_header.html | 1 - bench/spbench/sp_solver.cpp | 2 +- bench/spbench/test_sparseLU.cpp | 2 +- demos/mix_eigen_and_c/README | 2 +- demos/mix_eigen_and_c/binary_library.h | 2 +- doc/eigendoxy.css | 2 +- doc/snippets/Array_initializer_list_23_cxx11.cpp | 2 +- .../Array_initializer_list_vector_cxx11.cpp | 2 +- doc/snippets/Array_variadic_ctor_cxx11.cpp | 2 +- doc/snippets/BiCGSTAB_simple.cpp | 2 +- doc/snippets/BiCGSTAB_step_by_step.cpp | 2 +- doc/snippets/Jacobi_makeGivens.cpp | 2 +- doc/snippets/Jacobi_makeJacobi.cpp | 2 +- doc/snippets/Map_placement_new.cpp | 2 +- doc/snippets/MatrixBase_colwise_iterator_cxx11.cpp | 2 +- doc/snippets/MatrixBase_hnormalized.cpp | 2 +- doc/snippets/MatrixBase_homogeneous.cpp | 2 +- doc/snippets/Matrix_initializer_list_23_cxx11.cpp | 2 +- .../Matrix_initializer_list_vector_cxx11.cpp | 2 +- doc/snippets/Matrix_variadic_ctor_cxx11.cpp | 2 +- doc/snippets/Slicing_arrayexpr.cpp | 2 +- doc/snippets/Slicing_custom_padding_cxx11.cpp | 2 +- doc/snippets/Slicing_rawarray_cxx11.cpp | 2 +- doc/snippets/Slicing_stdvector_cxx11.cpp | 2 +- doc/snippets/TopicAliasing_mult4.cpp | 2 +- doc/snippets/Tutorial_ReshapeMat2Mat.cpp | 2 +- doc/snippets/Tutorial_ReshapeMat2Vec.cpp | 2 +- doc/snippets/Tutorial_SlicingCol.cpp | 2 +- doc/snippets/Tutorial_SlicingVec.cpp | 2 +- doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp | 2 +- doc/snippets/Tutorial_range_for_loop_2d_cxx11.cpp | 2 +- doc/snippets/Tutorial_reshaped_vs_resize_1.cpp | 2 +- doc/snippets/Tutorial_std_sort.cpp | 2 +- doc/snippets/Tutorial_std_sort_rows_cxx11.cpp | 2 +- doc/snippets/tut_arithmetic_transpose_aliasing.cpp | 2 +- doc/snippets/tut_arithmetic_transpose_inplace.cpp | 2 +- failtest/swap_2.cpp | 2 +- test/initializer_list_construction.cpp | 2 +- unsupported/doc/examples/SYCL/CwiseMul.cpp | 2 +- unsupported/test/cxx11_tensor_block_io.cpp | 2 +- unsupported/test/cxx11_tensor_trace.cpp | 2 +- unsupported/test/mpreal/mpreal.h | 6368 ++++++++++---------- 45 files changed, 3277 insertions(+), 3279 deletions(-) diff --git a/COPYING.BSD b/COPYING.BSD index 11971ffe2..8964ddfdd 100644 --- a/COPYING.BSD +++ b/COPYING.BSD @@ -23,4 +23,4 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ \ No newline at end of file +*/ diff --git a/COPYING.MINPACK b/COPYING.MINPACK index 11d8a9a6c..132cc3f33 100644 --- a/COPYING.MINPACK +++ b/COPYING.MINPACK @@ -1,52 +1,51 @@ -Minpack Copyright Notice (1999) University of Chicago. All rights reserved - -Redistribution and use in source and binary forms, with or -without modification, are permitted provided that the -following conditions are met: - -1. Redistributions of source code must retain the above -copyright notice, this list of conditions and the following -disclaimer. - -2. Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following -disclaimer in the documentation and/or other materials -provided with the distribution. - -3. The end-user documentation included with the -redistribution, if any, must include the following -acknowledgment: - - "This product includes software developed by the - University of Chicago, as Operator of Argonne National - Laboratory. - -Alternately, this acknowledgment may appear in the software -itself, if and wherever such third-party acknowledgments -normally appear. - -4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" -WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE -UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND -THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE -OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY -OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR -USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF -THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) -DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION -UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL -BE CORRECTED. - -5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT -HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF -ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, -INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF -ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF -PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER -SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT -(INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, -EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE -POSSIBILITY OF SUCH LOSS OR DAMAGES. - +Minpack Copyright Notice (1999) University of Chicago. All rights reserved + +Redistribution and use in source and binary forms, with or +without modification, are permitted provided that the +following conditions are met: + +1. Redistributions of source code must retain the above +copyright notice, this list of conditions and the following +disclaimer. + +2. Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials +provided with the distribution. + +3. The end-user documentation included with the +redistribution, if any, must include the following +acknowledgment: + + "This product includes software developed by the + University of Chicago, as Operator of Argonne National + Laboratory. + +Alternately, this acknowledgment may appear in the software +itself, if and wherever such third-party acknowledgments +normally appear. + +4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" +WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE +UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND +THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE +OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY +OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR +USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF +THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) +DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION +UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL +BE CORRECTED. + +5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT +HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF +ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, +INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF +ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF +PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER +SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT +(INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, +EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE +POSSIBILITY OF SUCH LOSS OR DAMAGES. diff --git a/bench/perf_monitoring/resources/chart_footer.html b/bench/perf_monitoring/resources/chart_footer.html index e8ef0a270..a96cdb898 100644 --- a/bench/perf_monitoring/resources/chart_footer.html +++ b/bench/perf_monitoring/resources/chart_footer.html @@ -38,4 +38,4 @@ nv.utils.windowResize(chart.update); - \ No newline at end of file + diff --git a/bench/perf_monitoring/resources/chart_header.html b/bench/perf_monitoring/resources/chart_header.html index bb9ddffdd..27eb02e54 100644 --- a/bench/perf_monitoring/resources/chart_header.html +++ b/bench/perf_monitoring/resources/chart_header.html @@ -43,4 +43,3 @@