From eae53162af7c1bddf6aaea2227db3c795a43ad33 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Wed, 18 Mar 2026 14:46:31 +0100 Subject: [PATCH] Fix licensing text --- LICENSE | 8 +-- amgprec/amg_ainv_mod.f90 | 2 +- amgprec/amg_base_ainv_mod.F90 | 2 +- amgprec/amg_base_prec_type.F90 | 2 +- amgprec/amg_c_ainv_solver.F90 | 2 +- amgprec/amg_c_as_smoother.f90 | 2 +- amgprec/amg_c_base_aggregator_mod.f90 | 2 +- amgprec/amg_c_base_ainv_mod.f90 | 2 +- amgprec/amg_c_base_smoother_mod.f90 | 2 +- amgprec/amg_c_base_solver_mod.f90 | 2 +- amgprec/amg_c_dec_aggregator_mod.f90 | 2 +- amgprec/amg_c_diag_solver.f90 | 2 +- amgprec/amg_c_gs_solver.f90 | 2 +- amgprec/amg_c_id_solver.f90 | 2 +- amgprec/amg_c_ilu_fact_mod.f90 | 2 +- amgprec/amg_c_ilu_solver.f90 | 2 +- amgprec/amg_c_inner_mod.f90 | 2 +- amgprec/amg_c_invk_solver.f90 | 2 +- amgprec/amg_c_invt_solver.f90 | 2 +- amgprec/amg_c_jac_smoother.f90 | 2 +- amgprec/amg_c_jac_solver.f90 | 2 +- amgprec/amg_c_krm_solver.f90 | 4 +- amgprec/amg_c_mumps_solver.F90 | 2 +- amgprec/amg_c_onelev_mod.f90 | 2 +- amgprec/amg_c_prec_mod.f90 | 2 +- amgprec/amg_c_prec_type.f90 | 2 +- amgprec/amg_c_slu_solver.F90 | 2 +- amgprec/amg_c_symdec_aggregator_mod.f90 | 2 +- amgprec/amg_d_ainv_solver.F90 | 2 +- amgprec/amg_d_as_smoother.f90 | 2 +- amgprec/amg_d_base_aggregator_mod.f90 | 2 +- amgprec/amg_d_base_ainv_mod.f90 | 2 +- amgprec/amg_d_base_smoother_mod.f90 | 2 +- amgprec/amg_d_base_solver_mod.f90 | 2 +- amgprec/amg_d_dec_aggregator_mod.f90 | 2 +- amgprec/amg_d_diag_solver.f90 | 2 +- amgprec/amg_d_gs_solver.f90 | 2 +- amgprec/amg_d_id_solver.f90 | 2 +- amgprec/amg_d_ilu_fact_mod.f90 | 2 +- amgprec/amg_d_ilu_solver.f90 | 2 +- amgprec/amg_d_inner_mod.f90 | 2 +- amgprec/amg_d_invk_solver.f90 | 2 +- amgprec/amg_d_invt_solver.f90 | 2 +- amgprec/amg_d_jac_smoother.f90 | 2 +- amgprec/amg_d_jac_solver.f90 | 2 +- amgprec/amg_d_krm_solver.f90 | 4 +- amgprec/amg_d_matchboxp_mod.F90 | 4 +- amgprec/amg_d_mumps_solver.F90 | 2 +- amgprec/amg_d_onelev_mod.f90 | 2 +- amgprec/amg_d_parmatch_aggregator_mod.F90 | 4 +- amgprec/amg_d_poly_coeff_mod.f90 | 2 +- amgprec/amg_d_poly_smoother.f90 | 2 +- amgprec/amg_d_prec_mod.f90 | 2 +- amgprec/amg_d_prec_type.f90 | 2 +- amgprec/amg_d_slu_solver.F90 | 2 +- amgprec/amg_d_sludist_solver.F90 | 2 +- amgprec/amg_d_symdec_aggregator_mod.f90 | 2 +- amgprec/amg_d_umf_solver.F90 | 2 +- amgprec/amg_prec_mod.f90 | 2 +- amgprec/amg_prec_type.f90 | 2 +- amgprec/amg_s_ainv_solver.F90 | 2 +- amgprec/amg_s_as_smoother.f90 | 2 +- amgprec/amg_s_base_aggregator_mod.f90 | 2 +- amgprec/amg_s_base_ainv_mod.f90 | 2 +- amgprec/amg_s_base_smoother_mod.f90 | 2 +- amgprec/amg_s_base_solver_mod.f90 | 2 +- amgprec/amg_s_dec_aggregator_mod.f90 | 2 +- amgprec/amg_s_diag_solver.f90 | 2 +- amgprec/amg_s_gs_solver.f90 | 2 +- amgprec/amg_s_id_solver.f90 | 2 +- amgprec/amg_s_ilu_fact_mod.f90 | 2 +- amgprec/amg_s_ilu_solver.f90 | 2 +- amgprec/amg_s_inner_mod.f90 | 2 +- amgprec/amg_s_invk_solver.f90 | 2 +- amgprec/amg_s_invt_solver.f90 | 2 +- amgprec/amg_s_jac_smoother.f90 | 2 +- amgprec/amg_s_jac_solver.f90 | 2 +- amgprec/amg_s_krm_solver.f90 | 4 +- amgprec/amg_s_matchboxp_mod.F90 | 4 +- amgprec/amg_s_mumps_solver.F90 | 2 +- amgprec/amg_s_onelev_mod.f90 | 2 +- amgprec/amg_s_parmatch_aggregator_mod.F90 | 4 +- amgprec/amg_s_poly_smoother.f90 | 2 +- amgprec/amg_s_prec_mod.f90 | 2 +- amgprec/amg_s_prec_type.f90 | 2 +- amgprec/amg_s_slu_solver.F90 | 2 +- amgprec/amg_s_symdec_aggregator_mod.f90 | 2 +- amgprec/amg_z_ainv_solver.F90 | 2 +- amgprec/amg_z_as_smoother.f90 | 2 +- amgprec/amg_z_base_aggregator_mod.f90 | 2 +- amgprec/amg_z_base_ainv_mod.f90 | 2 +- amgprec/amg_z_base_smoother_mod.f90 | 2 +- amgprec/amg_z_base_solver_mod.f90 | 2 +- amgprec/amg_z_dec_aggregator_mod.f90 | 2 +- amgprec/amg_z_diag_solver.f90 | 2 +- amgprec/amg_z_gs_solver.f90 | 2 +- amgprec/amg_z_id_solver.f90 | 2 +- amgprec/amg_z_ilu_fact_mod.f90 | 2 +- amgprec/amg_z_ilu_solver.f90 | 2 +- amgprec/amg_z_inner_mod.f90 | 2 +- amgprec/amg_z_invk_solver.f90 | 2 +- amgprec/amg_z_invt_solver.f90 | 2 +- amgprec/amg_z_jac_smoother.f90 | 2 +- amgprec/amg_z_jac_solver.f90 | 2 +- amgprec/amg_z_krm_solver.f90 | 4 +- amgprec/amg_z_mumps_solver.F90 | 2 +- amgprec/amg_z_onelev_mod.f90 | 2 +- amgprec/amg_z_prec_mod.f90 | 2 +- amgprec/amg_z_prec_type.f90 | 2 +- amgprec/amg_z_slu_solver.F90 | 2 +- amgprec/amg_z_sludist_solver.F90 | 2 +- amgprec/amg_z_symdec_aggregator_mod.f90 | 2 +- amgprec/amg_z_umf_solver.F90 | 2 +- amgprec/impl/aggregator/Matching.c | 4 +- amgprec/impl/aggregator/Matching.h | 4 +- .../amg_c_dec_aggregator_mat_asb.f90 | 2 +- .../amg_c_dec_aggregator_mat_bld.f90 | 2 +- .../aggregator/amg_c_dec_aggregator_tprol.f90 | 2 +- .../impl/aggregator/amg_c_map_to_tprol.f90 | 2 +- amgprec/impl/aggregator/amg_c_ptap_bld.f90 | 2 +- amgprec/impl/aggregator/amg_c_rap.f90 | 2 +- .../impl/aggregator/amg_c_soc1_map_bld.F90 | 2 +- .../impl/aggregator/amg_c_soc2_map_bld.F90 | 2 +- .../amg_c_symdec_aggregator_tprol.f90 | 2 +- .../aggregator/amg_caggrmat_minnrg_bld.f90 | 2 +- .../aggregator/amg_caggrmat_nosmth_bld.f90 | 2 +- .../impl/aggregator/amg_caggrmat_smth_bld.f90 | 2 +- .../amg_d_dec_aggregator_mat_asb.f90 | 2 +- .../amg_d_dec_aggregator_mat_bld.f90 | 2 +- .../aggregator/amg_d_dec_aggregator_tprol.f90 | 2 +- .../impl/aggregator/amg_d_map_to_tprol.f90 | 2 +- ...mg_d_parmatch_aggregator_inner_mat_asb.F90 | 2 +- .../amg_d_parmatch_aggregator_mat_asb.F90 | 2 +- .../amg_d_parmatch_aggregator_mat_bld.F90 | 2 +- .../amg_d_parmatch_aggregator_tprol.F90 | 2 +- .../aggregator/amg_d_parmatch_smth_bld.F90 | 2 +- .../aggregator/amg_d_parmatch_spmm_bld.F90 | 2 +- .../amg_d_parmatch_spmm_bld_inner.F90 | 2 +- .../aggregator/amg_d_parmatch_spmm_bld_ov.F90 | 2 +- .../aggregator/amg_d_parmatch_unsmth_bld.F90 | 2 +- amgprec/impl/aggregator/amg_d_ptap_bld.f90 | 2 +- amgprec/impl/aggregator/amg_d_rap.f90 | 2 +- .../impl/aggregator/amg_d_soc1_map_bld.F90 | 2 +- .../impl/aggregator/amg_d_soc2_map_bld.F90 | 2 +- .../amg_d_symdec_aggregator_tprol.f90 | 2 +- .../aggregator/amg_daggrmat_minnrg_bld.f90 | 2 +- .../aggregator/amg_daggrmat_nosmth_bld.f90 | 2 +- .../impl/aggregator/amg_daggrmat_smth_bld.f90 | 2 +- .../amg_s_dec_aggregator_mat_asb.f90 | 2 +- .../amg_s_dec_aggregator_mat_bld.f90 | 2 +- .../aggregator/amg_s_dec_aggregator_tprol.f90 | 2 +- .../impl/aggregator/amg_s_map_to_tprol.f90 | 2 +- ...mg_s_parmatch_aggregator_inner_mat_asb.F90 | 2 +- .../amg_s_parmatch_aggregator_mat_asb.F90 | 2 +- .../amg_s_parmatch_aggregator_mat_bld.F90 | 2 +- .../amg_s_parmatch_aggregator_tprol.F90 | 2 +- .../aggregator/amg_s_parmatch_smth_bld.F90 | 2 +- .../aggregator/amg_s_parmatch_spmm_bld.F90 | 2 +- .../amg_s_parmatch_spmm_bld_inner.F90 | 2 +- .../aggregator/amg_s_parmatch_spmm_bld_ov.F90 | 2 +- .../aggregator/amg_s_parmatch_unsmth_bld.F90 | 2 +- amgprec/impl/aggregator/amg_s_ptap_bld.f90 | 2 +- amgprec/impl/aggregator/amg_s_rap.f90 | 2 +- .../impl/aggregator/amg_s_soc1_map_bld.F90 | 2 +- .../impl/aggregator/amg_s_soc2_map_bld.F90 | 2 +- .../amg_s_symdec_aggregator_tprol.f90 | 2 +- .../aggregator/amg_saggrmat_minnrg_bld.f90 | 2 +- .../aggregator/amg_saggrmat_nosmth_bld.f90 | 2 +- .../impl/aggregator/amg_saggrmat_smth_bld.f90 | 2 +- .../amg_z_dec_aggregator_mat_asb.f90 | 2 +- .../amg_z_dec_aggregator_mat_bld.f90 | 2 +- .../aggregator/amg_z_dec_aggregator_tprol.f90 | 2 +- .../impl/aggregator/amg_z_map_to_tprol.f90 | 2 +- amgprec/impl/aggregator/amg_z_ptap_bld.f90 | 2 +- amgprec/impl/aggregator/amg_z_rap.f90 | 2 +- .../impl/aggregator/amg_z_soc1_map_bld.F90 | 2 +- .../impl/aggregator/amg_z_soc2_map_bld.F90 | 2 +- .../amg_z_symdec_aggregator_tprol.f90 | 2 +- .../aggregator/amg_zaggrmat_minnrg_bld.f90 | 2 +- .../aggregator/amg_zaggrmat_nosmth_bld.f90 | 2 +- .../impl/aggregator/amg_zaggrmat_smth_bld.f90 | 2 +- amgprec/impl/amg_c_extprol_bld.F90 | 2 +- amgprec/impl/amg_c_hierarchy_bld.F90 | 2 +- amgprec/impl/amg_c_hierarchy_rebld.f90 | 2 +- amgprec/impl/amg_c_smoothers_bld.f90 | 2 +- amgprec/impl/amg_ccprecset.F90 | 2 +- amgprec/impl/amg_cfile_prec_descr.f90 | 2 +- amgprec/impl/amg_cfile_prec_memory_use.f90 | 2 +- amgprec/impl/amg_cmlprec_aply.f90 | 2 +- amgprec/impl/amg_cmlprec_bld.f90 | 2 +- amgprec/impl/amg_cprecaply.f90 | 2 +- amgprec/impl/amg_cprecbld.f90 | 2 +- amgprec/impl/amg_cprecinit.F90 | 2 +- amgprec/impl/amg_cprecset.F90 | 2 +- amgprec/impl/amg_cslu_interface.c | 2 +- amgprec/impl/amg_d_extprol_bld.F90 | 2 +- amgprec/impl/amg_d_hierarchy_bld.F90 | 2 +- amgprec/impl/amg_d_hierarchy_rebld.f90 | 2 +- amgprec/impl/amg_d_smoothers_bld.f90 | 2 +- amgprec/impl/amg_dcprecset.F90 | 2 +- amgprec/impl/amg_dfile_prec_descr.f90 | 2 +- amgprec/impl/amg_dfile_prec_memory_use.f90 | 2 +- amgprec/impl/amg_dmlprec_aply.f90 | 2 +- amgprec/impl/amg_dmlprec_bld.f90 | 2 +- amgprec/impl/amg_dprecaply.f90 | 2 +- amgprec/impl/amg_dprecbld.f90 | 2 +- amgprec/impl/amg_dprecinit.F90 | 2 +- amgprec/impl/amg_dprecset.F90 | 2 +- amgprec/impl/amg_dslu_interface.c | 2 +- amgprec/impl/amg_dslud_interface.c | 2 +- amgprec/impl/amg_dumf_interface.c | 2 +- amgprec/impl/amg_s_extprol_bld.F90 | 2 +- amgprec/impl/amg_s_hierarchy_bld.F90 | 2 +- amgprec/impl/amg_s_hierarchy_rebld.f90 | 2 +- amgprec/impl/amg_s_smoothers_bld.f90 | 2 +- amgprec/impl/amg_scprecset.F90 | 2 +- amgprec/impl/amg_sfile_prec_descr.f90 | 2 +- amgprec/impl/amg_sfile_prec_memory_use.f90 | 2 +- amgprec/impl/amg_smlprec_aply.f90 | 2 +- amgprec/impl/amg_smlprec_bld.f90 | 2 +- amgprec/impl/amg_sprecaply.f90 | 2 +- amgprec/impl/amg_sprecbld.f90 | 2 +- amgprec/impl/amg_sprecinit.F90 | 2 +- amgprec/impl/amg_sprecset.F90 | 2 +- amgprec/impl/amg_sslu_interface.c | 2 +- amgprec/impl/amg_z_extprol_bld.F90 | 2 +- amgprec/impl/amg_z_hierarchy_bld.F90 | 2 +- amgprec/impl/amg_z_hierarchy_rebld.f90 | 2 +- amgprec/impl/amg_z_smoothers_bld.f90 | 2 +- amgprec/impl/amg_zcprecset.F90 | 2 +- amgprec/impl/amg_zfile_prec_descr.f90 | 2 +- amgprec/impl/amg_zfile_prec_memory_use.f90 | 2 +- amgprec/impl/amg_zmlprec_aply.f90 | 2 +- amgprec/impl/amg_zmlprec_bld.f90 | 2 +- amgprec/impl/amg_zprecaply.f90 | 2 +- amgprec/impl/amg_zprecbld.f90 | 2 +- amgprec/impl/amg_zprecinit.F90 | 2 +- amgprec/impl/amg_zprecset.F90 | 2 +- amgprec/impl/amg_zslu_interface.c | 2 +- amgprec/impl/amg_zslud_interface.c | 2 +- amgprec/impl/amg_zumf_interface.c | 2 +- .../impl/level/amg_c_base_onelev_build.f90 | 2 +- .../impl/level/amg_c_base_onelev_check.f90 | 2 +- amgprec/impl/level/amg_c_base_onelev_cnv.f90 | 2 +- .../impl/level/amg_c_base_onelev_csetc.F90 | 2 +- .../impl/level/amg_c_base_onelev_cseti.F90 | 2 +- .../impl/level/amg_c_base_onelev_csetr.f90 | 2 +- .../impl/level/amg_c_base_onelev_descr.f90 | 2 +- amgprec/impl/level/amg_c_base_onelev_dump.f90 | 2 +- amgprec/impl/level/amg_c_base_onelev_free.f90 | 2 +- .../amg_c_base_onelev_free_smoothers.f90 | 2 +- .../impl/level/amg_c_base_onelev_map_prol.F90 | 2 +- .../impl/level/amg_c_base_onelev_map_rstr.F90 | 2 +- .../impl/level/amg_c_base_onelev_mat_asb.f90 | 2 +- .../level/amg_c_base_onelev_memory_use.f90 | 2 +- .../impl/level/amg_c_base_onelev_setag.f90 | 2 +- .../impl/level/amg_c_base_onelev_setsm.F90 | 2 +- .../impl/level/amg_c_base_onelev_setsv.F90 | 2 +- .../impl/level/amg_d_base_onelev_build.f90 | 2 +- .../impl/level/amg_d_base_onelev_check.f90 | 2 +- amgprec/impl/level/amg_d_base_onelev_cnv.f90 | 2 +- .../impl/level/amg_d_base_onelev_csetc.F90 | 2 +- .../impl/level/amg_d_base_onelev_cseti.F90 | 2 +- .../impl/level/amg_d_base_onelev_csetr.f90 | 2 +- .../impl/level/amg_d_base_onelev_descr.f90 | 2 +- amgprec/impl/level/amg_d_base_onelev_dump.f90 | 2 +- amgprec/impl/level/amg_d_base_onelev_free.f90 | 2 +- .../amg_d_base_onelev_free_smoothers.f90 | 2 +- .../impl/level/amg_d_base_onelev_map_prol.F90 | 2 +- .../impl/level/amg_d_base_onelev_map_rstr.F90 | 2 +- .../impl/level/amg_d_base_onelev_mat_asb.f90 | 2 +- .../level/amg_d_base_onelev_memory_use.f90 | 2 +- .../impl/level/amg_d_base_onelev_setag.f90 | 2 +- .../impl/level/amg_d_base_onelev_setsm.F90 | 2 +- .../impl/level/amg_d_base_onelev_setsv.F90 | 2 +- .../impl/level/amg_s_base_onelev_build.f90 | 2 +- .../impl/level/amg_s_base_onelev_check.f90 | 2 +- amgprec/impl/level/amg_s_base_onelev_cnv.f90 | 2 +- .../impl/level/amg_s_base_onelev_csetc.F90 | 2 +- .../impl/level/amg_s_base_onelev_cseti.F90 | 2 +- .../impl/level/amg_s_base_onelev_csetr.f90 | 2 +- .../impl/level/amg_s_base_onelev_descr.f90 | 2 +- amgprec/impl/level/amg_s_base_onelev_dump.f90 | 2 +- amgprec/impl/level/amg_s_base_onelev_free.f90 | 2 +- .../amg_s_base_onelev_free_smoothers.f90 | 2 +- .../impl/level/amg_s_base_onelev_map_prol.F90 | 2 +- .../impl/level/amg_s_base_onelev_map_rstr.F90 | 2 +- .../impl/level/amg_s_base_onelev_mat_asb.f90 | 2 +- .../level/amg_s_base_onelev_memory_use.f90 | 2 +- .../impl/level/amg_s_base_onelev_setag.f90 | 2 +- .../impl/level/amg_s_base_onelev_setsm.F90 | 2 +- .../impl/level/amg_s_base_onelev_setsv.F90 | 2 +- .../impl/level/amg_z_base_onelev_build.f90 | 2 +- .../impl/level/amg_z_base_onelev_check.f90 | 2 +- amgprec/impl/level/amg_z_base_onelev_cnv.f90 | 2 +- .../impl/level/amg_z_base_onelev_csetc.F90 | 2 +- .../impl/level/amg_z_base_onelev_cseti.F90 | 2 +- .../impl/level/amg_z_base_onelev_csetr.f90 | 2 +- .../impl/level/amg_z_base_onelev_descr.f90 | 2 +- amgprec/impl/level/amg_z_base_onelev_dump.f90 | 2 +- amgprec/impl/level/amg_z_base_onelev_free.f90 | 2 +- .../amg_z_base_onelev_free_smoothers.f90 | 2 +- .../impl/level/amg_z_base_onelev_map_prol.F90 | 2 +- .../impl/level/amg_z_base_onelev_map_rstr.F90 | 2 +- .../impl/level/amg_z_base_onelev_mat_asb.f90 | 2 +- .../level/amg_z_base_onelev_memory_use.f90 | 2 +- .../impl/level/amg_z_base_onelev_setag.f90 | 2 +- .../impl/level/amg_z_base_onelev_setsm.F90 | 2 +- .../impl/level/amg_z_base_onelev_setsv.F90 | 2 +- .../impl/smoother/amg_c_as_smoother_apply.f90 | 2 +- .../smoother/amg_c_as_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_c_as_smoother_bld.f90 | 2 +- .../impl/smoother/amg_c_as_smoother_check.f90 | 2 +- .../smoother/amg_c_as_smoother_clear_data.f90 | 2 +- .../impl/smoother/amg_c_as_smoother_clone.f90 | 2 +- .../amg_c_as_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_c_as_smoother_cnv.f90 | 2 +- .../impl/smoother/amg_c_as_smoother_csetc.f90 | 2 +- .../impl/smoother/amg_c_as_smoother_cseti.f90 | 2 +- .../impl/smoother/amg_c_as_smoother_dmp.f90 | 2 +- .../impl/smoother/amg_c_as_smoother_free.f90 | 2 +- .../smoother/amg_c_as_smoother_prol_a.f90 | 2 +- .../smoother/amg_c_as_smoother_prol_v.f90 | 2 +- .../smoother/amg_c_as_smoother_restr_a.f90 | 2 +- .../smoother/amg_c_as_smoother_restr_v.f90 | 2 +- .../smoother/amg_c_base_smoother_apply.f90 | 2 +- .../amg_c_base_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_c_base_smoother_bld.f90 | 2 +- .../smoother/amg_c_base_smoother_check.f90 | 2 +- .../amg_c_base_smoother_clear_data.f90 | 2 +- .../smoother/amg_c_base_smoother_clone.f90 | 2 +- .../amg_c_base_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_c_base_smoother_cnv.f90 | 2 +- .../smoother/amg_c_base_smoother_csetc.f90 | 2 +- .../smoother/amg_c_base_smoother_cseti.f90 | 2 +- .../smoother/amg_c_base_smoother_csetr.f90 | 2 +- .../smoother/amg_c_base_smoother_descr.f90 | 2 +- .../impl/smoother/amg_c_base_smoother_dmp.f90 | 2 +- .../smoother/amg_c_base_smoother_free.f90 | 2 +- .../smoother/amg_c_jac_smoother_apply.f90 | 2 +- .../amg_c_jac_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_c_jac_smoother_bld.f90 | 2 +- .../amg_c_jac_smoother_clear_data.f90 | 2 +- .../smoother/amg_c_jac_smoother_clone.f90 | 2 +- .../amg_c_jac_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_c_jac_smoother_cnv.f90 | 2 +- .../smoother/amg_c_jac_smoother_csetc.f90 | 2 +- .../smoother/amg_c_jac_smoother_cseti.f90 | 2 +- .../smoother/amg_c_jac_smoother_csetr.f90 | 2 +- .../smoother/amg_c_jac_smoother_descr.f90 | 2 +- .../impl/smoother/amg_c_jac_smoother_dmp.f90 | 2 +- .../smoother/amg_c_l1_jac_smoother_bld.f90 | 2 +- .../smoother/amg_c_l1_jac_smoother_clone.f90 | 2 +- .../smoother/amg_c_l1_jac_smoother_descr.f90 | 2 +- .../impl/smoother/amg_d_as_smoother_apply.f90 | 2 +- .../smoother/amg_d_as_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_d_as_smoother_bld.f90 | 2 +- .../impl/smoother/amg_d_as_smoother_check.f90 | 2 +- .../smoother/amg_d_as_smoother_clear_data.f90 | 2 +- .../impl/smoother/amg_d_as_smoother_clone.f90 | 2 +- .../amg_d_as_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_d_as_smoother_cnv.f90 | 2 +- .../impl/smoother/amg_d_as_smoother_csetc.f90 | 2 +- .../impl/smoother/amg_d_as_smoother_cseti.f90 | 2 +- .../impl/smoother/amg_d_as_smoother_dmp.f90 | 2 +- .../impl/smoother/amg_d_as_smoother_free.f90 | 2 +- .../smoother/amg_d_as_smoother_prol_a.f90 | 2 +- .../smoother/amg_d_as_smoother_prol_v.f90 | 2 +- .../smoother/amg_d_as_smoother_restr_a.f90 | 2 +- .../smoother/amg_d_as_smoother_restr_v.f90 | 2 +- .../smoother/amg_d_base_smoother_apply.f90 | 2 +- .../amg_d_base_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_d_base_smoother_bld.f90 | 2 +- .../smoother/amg_d_base_smoother_check.f90 | 2 +- .../amg_d_base_smoother_clear_data.f90 | 2 +- .../smoother/amg_d_base_smoother_clone.f90 | 2 +- .../amg_d_base_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_d_base_smoother_cnv.f90 | 2 +- .../smoother/amg_d_base_smoother_csetc.f90 | 2 +- .../smoother/amg_d_base_smoother_cseti.f90 | 2 +- .../smoother/amg_d_base_smoother_csetr.f90 | 2 +- .../smoother/amg_d_base_smoother_descr.f90 | 2 +- .../impl/smoother/amg_d_base_smoother_dmp.f90 | 2 +- .../smoother/amg_d_base_smoother_free.f90 | 2 +- .../smoother/amg_d_jac_smoother_apply.f90 | 2 +- .../amg_d_jac_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_d_jac_smoother_bld.f90 | 2 +- .../amg_d_jac_smoother_clear_data.f90 | 2 +- .../smoother/amg_d_jac_smoother_clone.f90 | 2 +- .../amg_d_jac_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_d_jac_smoother_cnv.f90 | 2 +- .../smoother/amg_d_jac_smoother_csetc.f90 | 2 +- .../smoother/amg_d_jac_smoother_cseti.f90 | 2 +- .../smoother/amg_d_jac_smoother_csetr.f90 | 2 +- .../smoother/amg_d_jac_smoother_descr.f90 | 2 +- .../impl/smoother/amg_d_jac_smoother_dmp.f90 | 2 +- .../smoother/amg_d_l1_jac_smoother_bld.f90 | 2 +- .../smoother/amg_d_l1_jac_smoother_clone.f90 | 2 +- .../smoother/amg_d_l1_jac_smoother_descr.f90 | 2 +- .../amg_d_poly_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_d_poly_smoother_bld.f90 | 2 +- .../amg_d_poly_smoother_clear_data.f90 | 2 +- .../smoother/amg_d_poly_smoother_clone.f90 | 2 +- .../amg_d_poly_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_d_poly_smoother_cnv.f90 | 2 +- .../smoother/amg_d_poly_smoother_csetc.f90 | 2 +- .../smoother/amg_d_poly_smoother_cseti.f90 | 2 +- .../smoother/amg_d_poly_smoother_csetr.f90 | 2 +- .../smoother/amg_d_poly_smoother_descr.f90 | 2 +- .../impl/smoother/amg_d_poly_smoother_dmp.f90 | 2 +- .../impl/smoother/amg_s_as_smoother_apply.f90 | 2 +- .../smoother/amg_s_as_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_s_as_smoother_bld.f90 | 2 +- .../impl/smoother/amg_s_as_smoother_check.f90 | 2 +- .../smoother/amg_s_as_smoother_clear_data.f90 | 2 +- .../impl/smoother/amg_s_as_smoother_clone.f90 | 2 +- .../amg_s_as_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_s_as_smoother_cnv.f90 | 2 +- .../impl/smoother/amg_s_as_smoother_csetc.f90 | 2 +- .../impl/smoother/amg_s_as_smoother_cseti.f90 | 2 +- .../impl/smoother/amg_s_as_smoother_dmp.f90 | 2 +- .../impl/smoother/amg_s_as_smoother_free.f90 | 2 +- .../smoother/amg_s_as_smoother_prol_a.f90 | 2 +- .../smoother/amg_s_as_smoother_prol_v.f90 | 2 +- .../smoother/amg_s_as_smoother_restr_a.f90 | 2 +- .../smoother/amg_s_as_smoother_restr_v.f90 | 2 +- .../smoother/amg_s_base_smoother_apply.f90 | 2 +- .../amg_s_base_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_s_base_smoother_bld.f90 | 2 +- .../smoother/amg_s_base_smoother_check.f90 | 2 +- .../amg_s_base_smoother_clear_data.f90 | 2 +- .../smoother/amg_s_base_smoother_clone.f90 | 2 +- .../amg_s_base_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_s_base_smoother_cnv.f90 | 2 +- .../smoother/amg_s_base_smoother_csetc.f90 | 2 +- .../smoother/amg_s_base_smoother_cseti.f90 | 2 +- .../smoother/amg_s_base_smoother_csetr.f90 | 2 +- .../smoother/amg_s_base_smoother_descr.f90 | 2 +- .../impl/smoother/amg_s_base_smoother_dmp.f90 | 2 +- .../smoother/amg_s_base_smoother_free.f90 | 2 +- .../smoother/amg_s_jac_smoother_apply.f90 | 2 +- .../amg_s_jac_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_s_jac_smoother_bld.f90 | 2 +- .../amg_s_jac_smoother_clear_data.f90 | 2 +- .../smoother/amg_s_jac_smoother_clone.f90 | 2 +- .../amg_s_jac_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_s_jac_smoother_cnv.f90 | 2 +- .../smoother/amg_s_jac_smoother_csetc.f90 | 2 +- .../smoother/amg_s_jac_smoother_cseti.f90 | 2 +- .../smoother/amg_s_jac_smoother_csetr.f90 | 2 +- .../smoother/amg_s_jac_smoother_descr.f90 | 2 +- .../impl/smoother/amg_s_jac_smoother_dmp.f90 | 2 +- .../smoother/amg_s_l1_jac_smoother_bld.f90 | 2 +- .../smoother/amg_s_l1_jac_smoother_clone.f90 | 2 +- .../smoother/amg_s_l1_jac_smoother_descr.f90 | 2 +- .../amg_s_poly_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_s_poly_smoother_bld.f90 | 2 +- .../amg_s_poly_smoother_clear_data.f90 | 2 +- .../smoother/amg_s_poly_smoother_clone.f90 | 2 +- .../amg_s_poly_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_s_poly_smoother_cnv.f90 | 2 +- .../smoother/amg_s_poly_smoother_csetc.f90 | 2 +- .../smoother/amg_s_poly_smoother_cseti.f90 | 2 +- .../smoother/amg_s_poly_smoother_csetr.f90 | 2 +- .../smoother/amg_s_poly_smoother_descr.f90 | 2 +- .../impl/smoother/amg_s_poly_smoother_dmp.f90 | 2 +- .../impl/smoother/amg_z_as_smoother_apply.f90 | 2 +- .../smoother/amg_z_as_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_z_as_smoother_bld.f90 | 2 +- .../impl/smoother/amg_z_as_smoother_check.f90 | 2 +- .../smoother/amg_z_as_smoother_clear_data.f90 | 2 +- .../impl/smoother/amg_z_as_smoother_clone.f90 | 2 +- .../amg_z_as_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_z_as_smoother_cnv.f90 | 2 +- .../impl/smoother/amg_z_as_smoother_csetc.f90 | 2 +- .../impl/smoother/amg_z_as_smoother_cseti.f90 | 2 +- .../impl/smoother/amg_z_as_smoother_dmp.f90 | 2 +- .../impl/smoother/amg_z_as_smoother_free.f90 | 2 +- .../smoother/amg_z_as_smoother_prol_a.f90 | 2 +- .../smoother/amg_z_as_smoother_prol_v.f90 | 2 +- .../smoother/amg_z_as_smoother_restr_a.f90 | 2 +- .../smoother/amg_z_as_smoother_restr_v.f90 | 2 +- .../smoother/amg_z_base_smoother_apply.f90 | 2 +- .../amg_z_base_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_z_base_smoother_bld.f90 | 2 +- .../smoother/amg_z_base_smoother_check.f90 | 2 +- .../amg_z_base_smoother_clear_data.f90 | 2 +- .../smoother/amg_z_base_smoother_clone.f90 | 2 +- .../amg_z_base_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_z_base_smoother_cnv.f90 | 2 +- .../smoother/amg_z_base_smoother_csetc.f90 | 2 +- .../smoother/amg_z_base_smoother_cseti.f90 | 2 +- .../smoother/amg_z_base_smoother_csetr.f90 | 2 +- .../smoother/amg_z_base_smoother_descr.f90 | 2 +- .../impl/smoother/amg_z_base_smoother_dmp.f90 | 2 +- .../smoother/amg_z_base_smoother_free.f90 | 2 +- .../smoother/amg_z_jac_smoother_apply.f90 | 2 +- .../amg_z_jac_smoother_apply_vect.f90 | 2 +- .../impl/smoother/amg_z_jac_smoother_bld.f90 | 2 +- .../amg_z_jac_smoother_clear_data.f90 | 2 +- .../smoother/amg_z_jac_smoother_clone.f90 | 2 +- .../amg_z_jac_smoother_clone_settings.f90 | 2 +- .../impl/smoother/amg_z_jac_smoother_cnv.f90 | 2 +- .../smoother/amg_z_jac_smoother_csetc.f90 | 2 +- .../smoother/amg_z_jac_smoother_cseti.f90 | 2 +- .../smoother/amg_z_jac_smoother_csetr.f90 | 2 +- .../smoother/amg_z_jac_smoother_descr.f90 | 2 +- .../impl/smoother/amg_z_jac_smoother_dmp.f90 | 2 +- .../smoother/amg_z_l1_jac_smoother_bld.f90 | 2 +- .../smoother/amg_z_l1_jac_smoother_clone.f90 | 2 +- .../smoother/amg_z_l1_jac_smoother_descr.f90 | 2 +- amgprec/impl/solver/amg_c_ainv_solver_bld.f90 | 2 +- .../impl/solver/amg_c_ainv_solver_check.f90 | 2 +- .../impl/solver/amg_c_ainv_solver_clone.f90 | 2 +- .../amg_c_ainv_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_c_ainv_solver_csetc.f90 | 2 +- .../impl/solver/amg_c_ainv_solver_cseti.f90 | 2 +- .../impl/solver/amg_c_ainv_solver_csetr.f90 | 2 +- .../impl/solver/amg_c_ainv_solver_descr.f90 | 2 +- .../solver/amg_c_base_ainv_solver_apply.f90 | 2 +- .../amg_c_base_ainv_solver_apply_vect.f90 | 2 +- .../solver/amg_c_base_ainv_solver_cnv.f90 | 2 +- .../solver/amg_c_base_ainv_solver_dmp.f90 | 2 +- .../solver/amg_c_base_ainv_solver_free.f90 | 2 +- .../impl/solver/amg_c_base_ainv_update_a.f90 | 2 +- .../impl/solver/amg_c_base_solver_apply.f90 | 2 +- .../solver/amg_c_base_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_c_base_solver_bld.f90 | 2 +- .../impl/solver/amg_c_base_solver_check.f90 | 2 +- .../solver/amg_c_base_solver_clear_data.f90 | 2 +- .../impl/solver/amg_c_base_solver_clone.f90 | 2 +- .../amg_c_base_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_c_base_solver_cnv.f90 | 2 +- .../impl/solver/amg_c_base_solver_csetc.f90 | 2 +- .../impl/solver/amg_c_base_solver_cseti.f90 | 2 +- .../impl/solver/amg_c_base_solver_csetr.f90 | 2 +- .../impl/solver/amg_c_base_solver_descr.f90 | 2 +- amgprec/impl/solver/amg_c_base_solver_dmp.f90 | 2 +- .../impl/solver/amg_c_base_solver_free.f90 | 2 +- .../impl/solver/amg_c_bwgs_solver_apply.f90 | 2 +- .../solver/amg_c_bwgs_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_c_bwgs_solver_bld.f90 | 2 +- .../impl/solver/amg_c_diag_solver_apply.f90 | 2 +- .../solver/amg_c_diag_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_c_diag_solver_bld.f90 | 2 +- .../solver/amg_c_diag_solver_clear_data.f90 | 2 +- .../impl/solver/amg_c_diag_solver_clone.f90 | 2 +- amgprec/impl/solver/amg_c_diag_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_c_diag_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_c_gs_solver_apply.f90 | 2 +- .../solver/amg_c_gs_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_c_gs_solver_bld.f90 | 2 +- .../solver/amg_c_gs_solver_clear_data.f90 | 2 +- amgprec/impl/solver/amg_c_gs_solver_clone.f90 | 2 +- .../solver/amg_c_gs_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_c_gs_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_c_gs_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_c_id_solver_apply.f90 | 2 +- .../solver/amg_c_id_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_c_id_solver_clone.f90 | 2 +- .../impl/solver/amg_c_ilu_solver_apply.f90 | 2 +- .../solver/amg_c_ilu_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_c_ilu_solver_bld.f90 | 2 +- .../solver/amg_c_ilu_solver_clear_data.f90 | 2 +- .../impl/solver/amg_c_ilu_solver_clone.f90 | 2 +- .../amg_c_ilu_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_c_ilu_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_c_ilu_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_c_invk_solver_bld.f90 | 2 +- .../impl/solver/amg_c_invk_solver_check.f90 | 2 +- .../impl/solver/amg_c_invk_solver_clone.f90 | 2 +- .../amg_c_invk_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_c_invk_solver_cseti.f90 | 2 +- .../impl/solver/amg_c_invk_solver_descr.f90 | 2 +- amgprec/impl/solver/amg_c_invt_solver_bld.f90 | 2 +- .../impl/solver/amg_c_invt_solver_check.f90 | 2 +- .../impl/solver/amg_c_invt_solver_clone.f90 | 2 +- .../amg_c_invt_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_c_invt_solver_cseti.f90 | 2 +- .../impl/solver/amg_c_invt_solver_csetr.f90 | 2 +- .../impl/solver/amg_c_invt_solver_descr.f90 | 2 +- .../impl/solver/amg_c_jac_solver_apply.f90 | 2 +- .../solver/amg_c_jac_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_c_jac_solver_bld.f90 | 2 +- .../solver/amg_c_jac_solver_clear_data.f90 | 2 +- .../impl/solver/amg_c_jac_solver_clone.f90 | 2 +- .../amg_c_jac_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_c_jac_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_c_jac_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_c_krm_solver_impl.f90 | 4 +- .../impl/solver/amg_c_l1_jac_solver_bld.f90 | 2 +- .../impl/solver/amg_c_mumps_solver_apply.F90 | 2 +- .../solver/amg_c_mumps_solver_apply_vect.F90 | 2 +- .../impl/solver/amg_c_mumps_solver_bld.F90 | 2 +- amgprec/impl/solver/amg_d_ainv_solver_bld.f90 | 2 +- .../impl/solver/amg_d_ainv_solver_check.f90 | 2 +- .../impl/solver/amg_d_ainv_solver_clone.f90 | 2 +- .../amg_d_ainv_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_d_ainv_solver_csetc.f90 | 2 +- .../impl/solver/amg_d_ainv_solver_cseti.f90 | 2 +- .../impl/solver/amg_d_ainv_solver_csetr.f90 | 2 +- .../impl/solver/amg_d_ainv_solver_descr.f90 | 2 +- .../solver/amg_d_base_ainv_solver_apply.f90 | 2 +- .../amg_d_base_ainv_solver_apply_vect.f90 | 2 +- .../solver/amg_d_base_ainv_solver_cnv.f90 | 2 +- .../solver/amg_d_base_ainv_solver_dmp.f90 | 2 +- .../solver/amg_d_base_ainv_solver_free.f90 | 2 +- .../impl/solver/amg_d_base_ainv_update_a.f90 | 2 +- .../impl/solver/amg_d_base_solver_apply.f90 | 2 +- .../solver/amg_d_base_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_d_base_solver_bld.f90 | 2 +- .../impl/solver/amg_d_base_solver_check.f90 | 2 +- .../solver/amg_d_base_solver_clear_data.f90 | 2 +- .../impl/solver/amg_d_base_solver_clone.f90 | 2 +- .../amg_d_base_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_d_base_solver_cnv.f90 | 2 +- .../impl/solver/amg_d_base_solver_csetc.f90 | 2 +- .../impl/solver/amg_d_base_solver_cseti.f90 | 2 +- .../impl/solver/amg_d_base_solver_csetr.f90 | 2 +- .../impl/solver/amg_d_base_solver_descr.f90 | 2 +- amgprec/impl/solver/amg_d_base_solver_dmp.f90 | 2 +- .../impl/solver/amg_d_base_solver_free.f90 | 2 +- .../impl/solver/amg_d_bwgs_solver_apply.f90 | 2 +- .../solver/amg_d_bwgs_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_d_bwgs_solver_bld.f90 | 2 +- .../impl/solver/amg_d_diag_solver_apply.f90 | 2 +- .../solver/amg_d_diag_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_d_diag_solver_bld.f90 | 2 +- .../solver/amg_d_diag_solver_clear_data.f90 | 2 +- .../impl/solver/amg_d_diag_solver_clone.f90 | 2 +- amgprec/impl/solver/amg_d_diag_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_d_diag_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_d_gs_solver_apply.f90 | 2 +- .../solver/amg_d_gs_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_d_gs_solver_bld.f90 | 2 +- .../solver/amg_d_gs_solver_clear_data.f90 | 2 +- amgprec/impl/solver/amg_d_gs_solver_clone.f90 | 2 +- .../solver/amg_d_gs_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_d_gs_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_d_gs_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_d_id_solver_apply.f90 | 2 +- .../solver/amg_d_id_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_d_id_solver_clone.f90 | 2 +- .../impl/solver/amg_d_ilu_solver_apply.f90 | 2 +- .../solver/amg_d_ilu_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_d_ilu_solver_bld.f90 | 2 +- .../solver/amg_d_ilu_solver_clear_data.f90 | 2 +- .../impl/solver/amg_d_ilu_solver_clone.f90 | 2 +- .../amg_d_ilu_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_d_ilu_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_d_ilu_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_d_invk_solver_bld.f90 | 2 +- .../impl/solver/amg_d_invk_solver_check.f90 | 2 +- .../impl/solver/amg_d_invk_solver_clone.f90 | 2 +- .../amg_d_invk_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_d_invk_solver_cseti.f90 | 2 +- .../impl/solver/amg_d_invk_solver_descr.f90 | 2 +- amgprec/impl/solver/amg_d_invt_solver_bld.f90 | 2 +- .../impl/solver/amg_d_invt_solver_check.f90 | 2 +- .../impl/solver/amg_d_invt_solver_clone.f90 | 2 +- .../amg_d_invt_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_d_invt_solver_cseti.f90 | 2 +- .../impl/solver/amg_d_invt_solver_csetr.f90 | 2 +- .../impl/solver/amg_d_invt_solver_descr.f90 | 2 +- .../impl/solver/amg_d_jac_solver_apply.f90 | 2 +- .../solver/amg_d_jac_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_d_jac_solver_bld.f90 | 2 +- .../solver/amg_d_jac_solver_clear_data.f90 | 2 +- .../impl/solver/amg_d_jac_solver_clone.f90 | 2 +- .../amg_d_jac_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_d_jac_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_d_jac_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_d_krm_solver_impl.f90 | 4 +- .../impl/solver/amg_d_l1_jac_solver_bld.f90 | 2 +- .../impl/solver/amg_d_mumps_solver_apply.F90 | 2 +- .../solver/amg_d_mumps_solver_apply_vect.F90 | 2 +- .../impl/solver/amg_d_mumps_solver_bld.F90 | 2 +- amgprec/impl/solver/amg_s_ainv_solver_bld.f90 | 2 +- .../impl/solver/amg_s_ainv_solver_check.f90 | 2 +- .../impl/solver/amg_s_ainv_solver_clone.f90 | 2 +- .../amg_s_ainv_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_s_ainv_solver_csetc.f90 | 2 +- .../impl/solver/amg_s_ainv_solver_cseti.f90 | 2 +- .../impl/solver/amg_s_ainv_solver_csetr.f90 | 2 +- .../impl/solver/amg_s_ainv_solver_descr.f90 | 2 +- .../solver/amg_s_base_ainv_solver_apply.f90 | 2 +- .../amg_s_base_ainv_solver_apply_vect.f90 | 2 +- .../solver/amg_s_base_ainv_solver_cnv.f90 | 2 +- .../solver/amg_s_base_ainv_solver_dmp.f90 | 2 +- .../solver/amg_s_base_ainv_solver_free.f90 | 2 +- .../impl/solver/amg_s_base_ainv_update_a.f90 | 2 +- .../impl/solver/amg_s_base_solver_apply.f90 | 2 +- .../solver/amg_s_base_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_s_base_solver_bld.f90 | 2 +- .../impl/solver/amg_s_base_solver_check.f90 | 2 +- .../solver/amg_s_base_solver_clear_data.f90 | 2 +- .../impl/solver/amg_s_base_solver_clone.f90 | 2 +- .../amg_s_base_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_s_base_solver_cnv.f90 | 2 +- .../impl/solver/amg_s_base_solver_csetc.f90 | 2 +- .../impl/solver/amg_s_base_solver_cseti.f90 | 2 +- .../impl/solver/amg_s_base_solver_csetr.f90 | 2 +- .../impl/solver/amg_s_base_solver_descr.f90 | 2 +- amgprec/impl/solver/amg_s_base_solver_dmp.f90 | 2 +- .../impl/solver/amg_s_base_solver_free.f90 | 2 +- .../impl/solver/amg_s_bwgs_solver_apply.f90 | 2 +- .../solver/amg_s_bwgs_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_s_bwgs_solver_bld.f90 | 2 +- .../impl/solver/amg_s_diag_solver_apply.f90 | 2 +- .../solver/amg_s_diag_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_s_diag_solver_bld.f90 | 2 +- .../solver/amg_s_diag_solver_clear_data.f90 | 2 +- .../impl/solver/amg_s_diag_solver_clone.f90 | 2 +- amgprec/impl/solver/amg_s_diag_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_s_diag_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_s_gs_solver_apply.f90 | 2 +- .../solver/amg_s_gs_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_s_gs_solver_bld.f90 | 2 +- .../solver/amg_s_gs_solver_clear_data.f90 | 2 +- amgprec/impl/solver/amg_s_gs_solver_clone.f90 | 2 +- .../solver/amg_s_gs_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_s_gs_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_s_gs_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_s_id_solver_apply.f90 | 2 +- .../solver/amg_s_id_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_s_id_solver_clone.f90 | 2 +- .../impl/solver/amg_s_ilu_solver_apply.f90 | 2 +- .../solver/amg_s_ilu_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_s_ilu_solver_bld.f90 | 2 +- .../solver/amg_s_ilu_solver_clear_data.f90 | 2 +- .../impl/solver/amg_s_ilu_solver_clone.f90 | 2 +- .../amg_s_ilu_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_s_ilu_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_s_ilu_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_s_invk_solver_bld.f90 | 2 +- .../impl/solver/amg_s_invk_solver_check.f90 | 2 +- .../impl/solver/amg_s_invk_solver_clone.f90 | 2 +- .../amg_s_invk_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_s_invk_solver_cseti.f90 | 2 +- .../impl/solver/amg_s_invk_solver_descr.f90 | 2 +- amgprec/impl/solver/amg_s_invt_solver_bld.f90 | 2 +- .../impl/solver/amg_s_invt_solver_check.f90 | 2 +- .../impl/solver/amg_s_invt_solver_clone.f90 | 2 +- .../amg_s_invt_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_s_invt_solver_cseti.f90 | 2 +- .../impl/solver/amg_s_invt_solver_csetr.f90 | 2 +- .../impl/solver/amg_s_invt_solver_descr.f90 | 2 +- .../impl/solver/amg_s_jac_solver_apply.f90 | 2 +- .../solver/amg_s_jac_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_s_jac_solver_bld.f90 | 2 +- .../solver/amg_s_jac_solver_clear_data.f90 | 2 +- .../impl/solver/amg_s_jac_solver_clone.f90 | 2 +- .../amg_s_jac_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_s_jac_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_s_jac_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_s_krm_solver_impl.f90 | 4 +- .../impl/solver/amg_s_l1_jac_solver_bld.f90 | 2 +- .../impl/solver/amg_s_mumps_solver_apply.F90 | 2 +- .../solver/amg_s_mumps_solver_apply_vect.F90 | 2 +- .../impl/solver/amg_s_mumps_solver_bld.F90 | 2 +- amgprec/impl/solver/amg_z_ainv_solver_bld.f90 | 2 +- .../impl/solver/amg_z_ainv_solver_check.f90 | 2 +- .../impl/solver/amg_z_ainv_solver_clone.f90 | 2 +- .../amg_z_ainv_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_z_ainv_solver_csetc.f90 | 2 +- .../impl/solver/amg_z_ainv_solver_cseti.f90 | 2 +- .../impl/solver/amg_z_ainv_solver_csetr.f90 | 2 +- .../impl/solver/amg_z_ainv_solver_descr.f90 | 2 +- .../solver/amg_z_base_ainv_solver_apply.f90 | 2 +- .../amg_z_base_ainv_solver_apply_vect.f90 | 2 +- .../solver/amg_z_base_ainv_solver_cnv.f90 | 2 +- .../solver/amg_z_base_ainv_solver_dmp.f90 | 2 +- .../solver/amg_z_base_ainv_solver_free.f90 | 2 +- .../impl/solver/amg_z_base_ainv_update_a.f90 | 2 +- .../impl/solver/amg_z_base_solver_apply.f90 | 2 +- .../solver/amg_z_base_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_z_base_solver_bld.f90 | 2 +- .../impl/solver/amg_z_base_solver_check.f90 | 2 +- .../solver/amg_z_base_solver_clear_data.f90 | 2 +- .../impl/solver/amg_z_base_solver_clone.f90 | 2 +- .../amg_z_base_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_z_base_solver_cnv.f90 | 2 +- .../impl/solver/amg_z_base_solver_csetc.f90 | 2 +- .../impl/solver/amg_z_base_solver_cseti.f90 | 2 +- .../impl/solver/amg_z_base_solver_csetr.f90 | 2 +- .../impl/solver/amg_z_base_solver_descr.f90 | 2 +- amgprec/impl/solver/amg_z_base_solver_dmp.f90 | 2 +- .../impl/solver/amg_z_base_solver_free.f90 | 2 +- .../impl/solver/amg_z_bwgs_solver_apply.f90 | 2 +- .../solver/amg_z_bwgs_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_z_bwgs_solver_bld.f90 | 2 +- .../impl/solver/amg_z_diag_solver_apply.f90 | 2 +- .../solver/amg_z_diag_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_z_diag_solver_bld.f90 | 2 +- .../solver/amg_z_diag_solver_clear_data.f90 | 2 +- .../impl/solver/amg_z_diag_solver_clone.f90 | 2 +- amgprec/impl/solver/amg_z_diag_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_z_diag_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_z_gs_solver_apply.f90 | 2 +- .../solver/amg_z_gs_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_z_gs_solver_bld.f90 | 2 +- .../solver/amg_z_gs_solver_clear_data.f90 | 2 +- amgprec/impl/solver/amg_z_gs_solver_clone.f90 | 2 +- .../solver/amg_z_gs_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_z_gs_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_z_gs_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_z_id_solver_apply.f90 | 2 +- .../solver/amg_z_id_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_z_id_solver_clone.f90 | 2 +- .../impl/solver/amg_z_ilu_solver_apply.f90 | 2 +- .../solver/amg_z_ilu_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_z_ilu_solver_bld.f90 | 2 +- .../solver/amg_z_ilu_solver_clear_data.f90 | 2 +- .../impl/solver/amg_z_ilu_solver_clone.f90 | 2 +- .../amg_z_ilu_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_z_ilu_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_z_ilu_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_z_invk_solver_bld.f90 | 2 +- .../impl/solver/amg_z_invk_solver_check.f90 | 2 +- .../impl/solver/amg_z_invk_solver_clone.f90 | 2 +- .../amg_z_invk_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_z_invk_solver_cseti.f90 | 2 +- .../impl/solver/amg_z_invk_solver_descr.f90 | 2 +- amgprec/impl/solver/amg_z_invt_solver_bld.f90 | 2 +- .../impl/solver/amg_z_invt_solver_check.f90 | 2 +- .../impl/solver/amg_z_invt_solver_clone.f90 | 2 +- .../amg_z_invt_solver_clone_settings.f90 | 2 +- .../impl/solver/amg_z_invt_solver_cseti.f90 | 2 +- .../impl/solver/amg_z_invt_solver_csetr.f90 | 2 +- .../impl/solver/amg_z_invt_solver_descr.f90 | 2 +- .../impl/solver/amg_z_jac_solver_apply.f90 | 2 +- .../solver/amg_z_jac_solver_apply_vect.f90 | 2 +- amgprec/impl/solver/amg_z_jac_solver_bld.f90 | 2 +- .../solver/amg_z_jac_solver_clear_data.f90 | 2 +- .../impl/solver/amg_z_jac_solver_clone.f90 | 2 +- .../amg_z_jac_solver_clone_settings.f90 | 2 +- amgprec/impl/solver/amg_z_jac_solver_cnv.f90 | 2 +- amgprec/impl/solver/amg_z_jac_solver_dmp.f90 | 2 +- amgprec/impl/solver/amg_z_krm_solver_impl.f90 | 4 +- .../impl/solver/amg_z_l1_jac_solver_bld.f90 | 2 +- .../impl/solver/amg_z_mumps_solver_apply.F90 | 2 +- .../solver/amg_z_mumps_solver_apply_vect.F90 | 2 +- .../impl/solver/amg_z_mumps_solver_bld.F90 | 2 +- cbind/amgprec/amg_dprec_cbind_mod.F90 | 58 +++++++++---------- cbind/amgprec/amg_zprec_cbind_mod.F90 | 58 +++++++++---------- cbind/test/pargen/amgec.c | 2 +- samples/advanced/fileread/amg_cf_sample.f90 | 2 +- samples/advanced/fileread/amg_df_sample.f90 | 2 +- samples/advanced/fileread/amg_sf_sample.f90 | 2 +- samples/advanced/fileread/amg_zf_sample.f90 | 2 +- samples/advanced/fileread/data_input.f90 | 2 +- samples/advanced/pdegen/amg_d_genpde_mod.F90 | 2 +- samples/advanced/pdegen/amg_d_pde2d.F90 | 2 +- .../advanced/pdegen/amg_d_pde2d_box_mod.f90 | 2 +- .../advanced/pdegen/amg_d_pde2d_exp_mod.f90 | 2 +- .../advanced/pdegen/amg_d_pde2d_gauss_mod.f90 | 2 +- .../pdegen/amg_d_pde2d_poisson_mod.f90 | 2 +- samples/advanced/pdegen/amg_d_pde3d.F90 | 2 +- .../advanced/pdegen/amg_d_pde3d_box_mod.f90 | 2 +- .../advanced/pdegen/amg_d_pde3d_exp_mod.f90 | 2 +- .../advanced/pdegen/amg_d_pde3d_gauss_mod.f90 | 2 +- .../pdegen/amg_d_pde3d_poisson_mod.f90 | 2 +- samples/advanced/pdegen/amg_s_genpde_mod.F90 | 2 +- samples/advanced/pdegen/amg_s_pde2d.F90 | 2 +- .../advanced/pdegen/amg_s_pde2d_box_mod.f90 | 2 +- .../advanced/pdegen/amg_s_pde2d_exp_mod.f90 | 2 +- .../advanced/pdegen/amg_s_pde2d_gauss_mod.f90 | 2 +- .../pdegen/amg_s_pde2d_poisson_mod.f90 | 2 +- samples/advanced/pdegen/amg_s_pde3d.F90 | 2 +- .../advanced/pdegen/amg_s_pde3d_box_mod.f90 | 2 +- .../advanced/pdegen/amg_s_pde3d_exp_mod.f90 | 2 +- .../advanced/pdegen/amg_s_pde3d_gauss_mod.f90 | 2 +- .../pdegen/amg_s_pde3d_poisson_mod.f90 | 2 +- samples/advanced/pdegen/data_input.f90 | 2 +- samples/cuda/amg_dexample_cuda.F90 | 2 +- samples/cuda/data_input.f90 | 2 +- samples/newslv/amg_d_tlu_solver.f90 | 2 +- samples/newslv/amg_d_tlu_solver_impl.f90 | 2 +- samples/newslv/amg_pde3d_newslv.f90 | 2 +- samples/newslv/data_input.f90 | 2 +- samples/simple/fileread/amg_cexample_1lev.f90 | 2 +- samples/simple/fileread/amg_cexample_ml.f90 | 2 +- samples/simple/fileread/amg_dexample_1lev.f90 | 2 +- samples/simple/fileread/amg_dexample_ml.f90 | 2 +- samples/simple/fileread/amg_sexample_1lev.f90 | 2 +- samples/simple/fileread/amg_sexample_ml.f90 | 2 +- samples/simple/fileread/amg_zexample_1lev.f90 | 2 +- samples/simple/fileread/amg_zexample_ml.f90 | 2 +- samples/simple/fileread/data_input.f90 | 2 +- samples/simple/pdegen/amg_dexample_1lev.f90 | 2 +- samples/simple/pdegen/amg_dexample_ml.f90 | 2 +- samples/simple/pdegen/amg_dpde_mod.f90 | 2 +- samples/simple/pdegen/amg_sexample_1lev.f90 | 2 +- samples/simple/pdegen/amg_sexample_ml.f90 | 2 +- samples/simple/pdegen/amg_spde_mod.f90 | 2 +- samples/simple/pdegen/data_input.f90 | 2 +- 896 files changed, 967 insertions(+), 971 deletions(-) diff --git a/LICENSE b/LICENSE index 9abd91b3..a9c470ac 100644 --- a/LICENSE +++ b/LICENSE @@ -4,11 +4,7 @@ Algebraic Multigrid Package based on PSBLAS (Parallel Sparse BLAS version 3.9) - (C) Copyright 2025 - - Salvatore Filippone - Pasqua D'Ambra - Fabio Durastante + (C) Copyright 2025 Salvatore Filippone, Pasqua D'Ambra, Fabio Durastante Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -20,7 +16,7 @@ documentation and/or other materials provided with the distribution. 3. The name of the AMG4PSBLAS group or the names of its contributors may not be used to endorse or promote products derived from this - software without specific written permission. + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_ainv_mod.f90 b/amgprec/amg_ainv_mod.f90 index b5cf477b..b67794e8 100644 --- a/amgprec/amg_ainv_mod.f90 +++ b/amgprec/amg_ainv_mod.f90 @@ -17,7 +17,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_base_ainv_mod.F90 b/amgprec/amg_base_ainv_mod.F90 index daee98ed..2c175ed0 100644 --- a/amgprec/amg_base_ainv_mod.F90 +++ b/amgprec/amg_base_ainv_mod.F90 @@ -17,7 +17,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_base_prec_type.F90 b/amgprec/amg_base_prec_type.F90 index 47b41e35..769593af 100644 --- a/amgprec/amg_base_prec_type.F90 +++ b/amgprec/amg_base_prec_type.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_ainv_solver.F90 b/amgprec/amg_c_ainv_solver.F90 index b3e5c376..d9c1fb9c 100644 --- a/amgprec/amg_c_ainv_solver.F90 +++ b/amgprec/amg_c_ainv_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_as_smoother.f90 b/amgprec/amg_c_as_smoother.f90 index 27c39e71..613d0c5a 100644 --- a/amgprec/amg_c_as_smoother.f90 +++ b/amgprec/amg_c_as_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_base_aggregator_mod.f90 b/amgprec/amg_c_base_aggregator_mod.f90 index 9a081c49..26351dfe 100644 --- a/amgprec/amg_c_base_aggregator_mod.f90 +++ b/amgprec/amg_c_base_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_base_ainv_mod.f90 b/amgprec/amg_c_base_ainv_mod.f90 index 337ff622..17c64c50 100644 --- a/amgprec/amg_c_base_ainv_mod.f90 +++ b/amgprec/amg_c_base_ainv_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_base_smoother_mod.f90 b/amgprec/amg_c_base_smoother_mod.f90 index 3004c616..a42aff30 100644 --- a/amgprec/amg_c_base_smoother_mod.f90 +++ b/amgprec/amg_c_base_smoother_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_base_solver_mod.f90 b/amgprec/amg_c_base_solver_mod.f90 index a113774b..e5acf07c 100644 --- a/amgprec/amg_c_base_solver_mod.f90 +++ b/amgprec/amg_c_base_solver_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_dec_aggregator_mod.f90 b/amgprec/amg_c_dec_aggregator_mod.f90 index e78ff2ce..d61f5da7 100644 --- a/amgprec/amg_c_dec_aggregator_mod.f90 +++ b/amgprec/amg_c_dec_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_diag_solver.f90 b/amgprec/amg_c_diag_solver.f90 index ccf86bf2..f021f76e 100644 --- a/amgprec/amg_c_diag_solver.f90 +++ b/amgprec/amg_c_diag_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_gs_solver.f90 b/amgprec/amg_c_gs_solver.f90 index 39c0fa10..ba5a1da9 100644 --- a/amgprec/amg_c_gs_solver.f90 +++ b/amgprec/amg_c_gs_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_id_solver.f90 b/amgprec/amg_c_id_solver.f90 index 1b277a07..7a3b02ce 100644 --- a/amgprec/amg_c_id_solver.f90 +++ b/amgprec/amg_c_id_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_ilu_fact_mod.f90 b/amgprec/amg_c_ilu_fact_mod.f90 index b6b3d282..9a55c135 100644 --- a/amgprec/amg_c_ilu_fact_mod.f90 +++ b/amgprec/amg_c_ilu_fact_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_ilu_solver.f90 b/amgprec/amg_c_ilu_solver.f90 index d9b4a1d2..9177d471 100644 --- a/amgprec/amg_c_ilu_solver.f90 +++ b/amgprec/amg_c_ilu_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_inner_mod.f90 b/amgprec/amg_c_inner_mod.f90 index c97b8c3f..17b19bee 100644 --- a/amgprec/amg_c_inner_mod.f90 +++ b/amgprec/amg_c_inner_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_invk_solver.f90 b/amgprec/amg_c_invk_solver.f90 index ca10c991..2bac5a9a 100644 --- a/amgprec/amg_c_invk_solver.f90 +++ b/amgprec/amg_c_invk_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_invt_solver.f90 b/amgprec/amg_c_invt_solver.f90 index eb3b6a85..81662eac 100644 --- a/amgprec/amg_c_invt_solver.f90 +++ b/amgprec/amg_c_invt_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_jac_smoother.f90 b/amgprec/amg_c_jac_smoother.f90 index 9e70fa13..94229ff5 100644 --- a/amgprec/amg_c_jac_smoother.f90 +++ b/amgprec/amg_c_jac_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_jac_solver.f90 b/amgprec/amg_c_jac_solver.f90 index 90ed85ce..c483a244 100644 --- a/amgprec/amg_c_jac_solver.f90 +++ b/amgprec/amg_c_jac_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_krm_solver.f90 b/amgprec/amg_c_krm_solver.f90 index 4b8b1faa..084fd700 100644 --- a/amgprec/amg_c_krm_solver.f90 +++ b/amgprec/amg_c_krm_solver.f90 @@ -23,7 +23,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -57,7 +57,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_mumps_solver.F90 b/amgprec/amg_c_mumps_solver.F90 index 9a16d9c5..cd519bd6 100644 --- a/amgprec/amg_c_mumps_solver.F90 +++ b/amgprec/amg_c_mumps_solver.F90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_onelev_mod.f90 b/amgprec/amg_c_onelev_mod.f90 index d926e2bf..e70b6716 100644 --- a/amgprec/amg_c_onelev_mod.f90 +++ b/amgprec/amg_c_onelev_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_prec_mod.f90 b/amgprec/amg_c_prec_mod.f90 index 4a76c94d..e2fd122a 100644 --- a/amgprec/amg_c_prec_mod.f90 +++ b/amgprec/amg_c_prec_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_prec_type.f90 b/amgprec/amg_c_prec_type.f90 index 1df7d1f0..85e05366 100644 --- a/amgprec/amg_c_prec_type.f90 +++ b/amgprec/amg_c_prec_type.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_slu_solver.F90 b/amgprec/amg_c_slu_solver.F90 index 902e39f3..10f5f1e9 100644 --- a/amgprec/amg_c_slu_solver.F90 +++ b/amgprec/amg_c_slu_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_c_symdec_aggregator_mod.f90 b/amgprec/amg_c_symdec_aggregator_mod.f90 index 6f458171..165b8f73 100644 --- a/amgprec/amg_c_symdec_aggregator_mod.f90 +++ b/amgprec/amg_c_symdec_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_ainv_solver.F90 b/amgprec/amg_d_ainv_solver.F90 index 1ae413f1..52f96551 100644 --- a/amgprec/amg_d_ainv_solver.F90 +++ b/amgprec/amg_d_ainv_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_as_smoother.f90 b/amgprec/amg_d_as_smoother.f90 index 6e411de4..eaefd4c6 100644 --- a/amgprec/amg_d_as_smoother.f90 +++ b/amgprec/amg_d_as_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_base_aggregator_mod.f90 b/amgprec/amg_d_base_aggregator_mod.f90 index 30091830..c8fd2c4c 100644 --- a/amgprec/amg_d_base_aggregator_mod.f90 +++ b/amgprec/amg_d_base_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_base_ainv_mod.f90 b/amgprec/amg_d_base_ainv_mod.f90 index f5bcf94d..3b35283c 100644 --- a/amgprec/amg_d_base_ainv_mod.f90 +++ b/amgprec/amg_d_base_ainv_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_base_smoother_mod.f90 b/amgprec/amg_d_base_smoother_mod.f90 index 52e52a4d..a7c0570a 100644 --- a/amgprec/amg_d_base_smoother_mod.f90 +++ b/amgprec/amg_d_base_smoother_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_base_solver_mod.f90 b/amgprec/amg_d_base_solver_mod.f90 index f29e4340..1534e315 100644 --- a/amgprec/amg_d_base_solver_mod.f90 +++ b/amgprec/amg_d_base_solver_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_dec_aggregator_mod.f90 b/amgprec/amg_d_dec_aggregator_mod.f90 index cbd40ba5..34f92366 100644 --- a/amgprec/amg_d_dec_aggregator_mod.f90 +++ b/amgprec/amg_d_dec_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_diag_solver.f90 b/amgprec/amg_d_diag_solver.f90 index 1bc32a8b..bb345109 100644 --- a/amgprec/amg_d_diag_solver.f90 +++ b/amgprec/amg_d_diag_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_gs_solver.f90 b/amgprec/amg_d_gs_solver.f90 index 22ed4fad..b77ae6d5 100644 --- a/amgprec/amg_d_gs_solver.f90 +++ b/amgprec/amg_d_gs_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_id_solver.f90 b/amgprec/amg_d_id_solver.f90 index 5f3d183b..7aeeb50d 100644 --- a/amgprec/amg_d_id_solver.f90 +++ b/amgprec/amg_d_id_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_ilu_fact_mod.f90 b/amgprec/amg_d_ilu_fact_mod.f90 index 8e661a73..53ba653b 100644 --- a/amgprec/amg_d_ilu_fact_mod.f90 +++ b/amgprec/amg_d_ilu_fact_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_ilu_solver.f90 b/amgprec/amg_d_ilu_solver.f90 index c7813e6e..d01c5014 100644 --- a/amgprec/amg_d_ilu_solver.f90 +++ b/amgprec/amg_d_ilu_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_inner_mod.f90 b/amgprec/amg_d_inner_mod.f90 index 83176af7..58f45c99 100644 --- a/amgprec/amg_d_inner_mod.f90 +++ b/amgprec/amg_d_inner_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_invk_solver.f90 b/amgprec/amg_d_invk_solver.f90 index 9b4356e8..3e0ded12 100644 --- a/amgprec/amg_d_invk_solver.f90 +++ b/amgprec/amg_d_invk_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_invt_solver.f90 b/amgprec/amg_d_invt_solver.f90 index 898e60eb..648d7b6f 100644 --- a/amgprec/amg_d_invt_solver.f90 +++ b/amgprec/amg_d_invt_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_jac_smoother.f90 b/amgprec/amg_d_jac_smoother.f90 index 6ce889e8..fff8e22e 100644 --- a/amgprec/amg_d_jac_smoother.f90 +++ b/amgprec/amg_d_jac_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_jac_solver.f90 b/amgprec/amg_d_jac_solver.f90 index eb7c93ce..464e79e7 100644 --- a/amgprec/amg_d_jac_solver.f90 +++ b/amgprec/amg_d_jac_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_krm_solver.f90 b/amgprec/amg_d_krm_solver.f90 index 9bb48a9e..b82e2bda 100644 --- a/amgprec/amg_d_krm_solver.f90 +++ b/amgprec/amg_d_krm_solver.f90 @@ -23,7 +23,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -57,7 +57,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_matchboxp_mod.F90 b/amgprec/amg_d_matchboxp_mod.F90 index b97b478c..7ab987dd 100644 --- a/amgprec/amg_d_matchboxp_mod.F90 +++ b/amgprec/amg_d_matchboxp_mod.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -54,7 +54,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_mumps_solver.F90 b/amgprec/amg_d_mumps_solver.F90 index 174702e5..4c915ef4 100644 --- a/amgprec/amg_d_mumps_solver.F90 +++ b/amgprec/amg_d_mumps_solver.F90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_onelev_mod.f90 b/amgprec/amg_d_onelev_mod.f90 index 51c482cb..e12dad3f 100644 --- a/amgprec/amg_d_onelev_mod.f90 +++ b/amgprec/amg_d_onelev_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_parmatch_aggregator_mod.F90 b/amgprec/amg_d_parmatch_aggregator_mod.F90 index b48f677e..9fe5a053 100644 --- a/amgprec/amg_d_parmatch_aggregator_mod.F90 +++ b/amgprec/amg_d_parmatch_aggregator_mod.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -54,7 +54,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_poly_coeff_mod.f90 b/amgprec/amg_d_poly_coeff_mod.f90 index 69c56aba..59c0f2f1 100644 --- a/amgprec/amg_d_poly_coeff_mod.f90 +++ b/amgprec/amg_d_poly_coeff_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_poly_smoother.f90 b/amgprec/amg_d_poly_smoother.f90 index 4d428d22..bd24b49a 100644 --- a/amgprec/amg_d_poly_smoother.f90 +++ b/amgprec/amg_d_poly_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_prec_mod.f90 b/amgprec/amg_d_prec_mod.f90 index 96e2f974..adb15f6b 100644 --- a/amgprec/amg_d_prec_mod.f90 +++ b/amgprec/amg_d_prec_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_prec_type.f90 b/amgprec/amg_d_prec_type.f90 index 855d4651..c7404e2d 100644 --- a/amgprec/amg_d_prec_type.f90 +++ b/amgprec/amg_d_prec_type.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_slu_solver.F90 b/amgprec/amg_d_slu_solver.F90 index 946dba89..f94a1de1 100644 --- a/amgprec/amg_d_slu_solver.F90 +++ b/amgprec/amg_d_slu_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_sludist_solver.F90 b/amgprec/amg_d_sludist_solver.F90 index 35f7a37c..5c408c2a 100644 --- a/amgprec/amg_d_sludist_solver.F90 +++ b/amgprec/amg_d_sludist_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_symdec_aggregator_mod.f90 b/amgprec/amg_d_symdec_aggregator_mod.f90 index 0f857e40..298b0fb2 100644 --- a/amgprec/amg_d_symdec_aggregator_mod.f90 +++ b/amgprec/amg_d_symdec_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_d_umf_solver.F90 b/amgprec/amg_d_umf_solver.F90 index c91cb16f..f9077e1f 100644 --- a/amgprec/amg_d_umf_solver.F90 +++ b/amgprec/amg_d_umf_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_prec_mod.f90 b/amgprec/amg_prec_mod.f90 index 35007450..0c672064 100644 --- a/amgprec/amg_prec_mod.f90 +++ b/amgprec/amg_prec_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_prec_type.f90 b/amgprec/amg_prec_type.f90 index 66363e35..2f62d67b 100644 --- a/amgprec/amg_prec_type.f90 +++ b/amgprec/amg_prec_type.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_ainv_solver.F90 b/amgprec/amg_s_ainv_solver.F90 index 18ad64ba..6bb5f7ae 100644 --- a/amgprec/amg_s_ainv_solver.F90 +++ b/amgprec/amg_s_ainv_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_as_smoother.f90 b/amgprec/amg_s_as_smoother.f90 index 84a7ba8c..218095bb 100644 --- a/amgprec/amg_s_as_smoother.f90 +++ b/amgprec/amg_s_as_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_base_aggregator_mod.f90 b/amgprec/amg_s_base_aggregator_mod.f90 index f5f2ed2b..44eef5da 100644 --- a/amgprec/amg_s_base_aggregator_mod.f90 +++ b/amgprec/amg_s_base_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_base_ainv_mod.f90 b/amgprec/amg_s_base_ainv_mod.f90 index d0380898..a93091c7 100644 --- a/amgprec/amg_s_base_ainv_mod.f90 +++ b/amgprec/amg_s_base_ainv_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_base_smoother_mod.f90 b/amgprec/amg_s_base_smoother_mod.f90 index 39d367f8..36d3adf4 100644 --- a/amgprec/amg_s_base_smoother_mod.f90 +++ b/amgprec/amg_s_base_smoother_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_base_solver_mod.f90 b/amgprec/amg_s_base_solver_mod.f90 index ad701e41..65c66b3c 100644 --- a/amgprec/amg_s_base_solver_mod.f90 +++ b/amgprec/amg_s_base_solver_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_dec_aggregator_mod.f90 b/amgprec/amg_s_dec_aggregator_mod.f90 index 81d503fb..b778b937 100644 --- a/amgprec/amg_s_dec_aggregator_mod.f90 +++ b/amgprec/amg_s_dec_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_diag_solver.f90 b/amgprec/amg_s_diag_solver.f90 index ae0f9aef..4aed4a98 100644 --- a/amgprec/amg_s_diag_solver.f90 +++ b/amgprec/amg_s_diag_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_gs_solver.f90 b/amgprec/amg_s_gs_solver.f90 index 80ee821e..8148ce0d 100644 --- a/amgprec/amg_s_gs_solver.f90 +++ b/amgprec/amg_s_gs_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_id_solver.f90 b/amgprec/amg_s_id_solver.f90 index d88aebca..e3218a2b 100644 --- a/amgprec/amg_s_id_solver.f90 +++ b/amgprec/amg_s_id_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_ilu_fact_mod.f90 b/amgprec/amg_s_ilu_fact_mod.f90 index 57a9cfa5..84307e7d 100644 --- a/amgprec/amg_s_ilu_fact_mod.f90 +++ b/amgprec/amg_s_ilu_fact_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_ilu_solver.f90 b/amgprec/amg_s_ilu_solver.f90 index 8bca532b..9eccc6c8 100644 --- a/amgprec/amg_s_ilu_solver.f90 +++ b/amgprec/amg_s_ilu_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_inner_mod.f90 b/amgprec/amg_s_inner_mod.f90 index be883b21..63f974ca 100644 --- a/amgprec/amg_s_inner_mod.f90 +++ b/amgprec/amg_s_inner_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_invk_solver.f90 b/amgprec/amg_s_invk_solver.f90 index 9de4d9cf..8fd87da2 100644 --- a/amgprec/amg_s_invk_solver.f90 +++ b/amgprec/amg_s_invk_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_invt_solver.f90 b/amgprec/amg_s_invt_solver.f90 index efa181f4..a62eb837 100644 --- a/amgprec/amg_s_invt_solver.f90 +++ b/amgprec/amg_s_invt_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_jac_smoother.f90 b/amgprec/amg_s_jac_smoother.f90 index 24771855..256f9ecc 100644 --- a/amgprec/amg_s_jac_smoother.f90 +++ b/amgprec/amg_s_jac_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_jac_solver.f90 b/amgprec/amg_s_jac_solver.f90 index 0ecbd10d..d71f3e10 100644 --- a/amgprec/amg_s_jac_solver.f90 +++ b/amgprec/amg_s_jac_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_krm_solver.f90 b/amgprec/amg_s_krm_solver.f90 index fcabfd13..e92bc64d 100644 --- a/amgprec/amg_s_krm_solver.f90 +++ b/amgprec/amg_s_krm_solver.f90 @@ -23,7 +23,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -57,7 +57,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_matchboxp_mod.F90 b/amgprec/amg_s_matchboxp_mod.F90 index 2d6fa95e..3bea0632 100644 --- a/amgprec/amg_s_matchboxp_mod.F90 +++ b/amgprec/amg_s_matchboxp_mod.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -54,7 +54,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_mumps_solver.F90 b/amgprec/amg_s_mumps_solver.F90 index 99677b35..cee4d7fa 100644 --- a/amgprec/amg_s_mumps_solver.F90 +++ b/amgprec/amg_s_mumps_solver.F90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_onelev_mod.f90 b/amgprec/amg_s_onelev_mod.f90 index f11b64ca..d2159ace 100644 --- a/amgprec/amg_s_onelev_mod.f90 +++ b/amgprec/amg_s_onelev_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_parmatch_aggregator_mod.F90 b/amgprec/amg_s_parmatch_aggregator_mod.F90 index 16caacfe..08c48cbc 100644 --- a/amgprec/amg_s_parmatch_aggregator_mod.F90 +++ b/amgprec/amg_s_parmatch_aggregator_mod.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -54,7 +54,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_poly_smoother.f90 b/amgprec/amg_s_poly_smoother.f90 index 27797993..aa905aad 100644 --- a/amgprec/amg_s_poly_smoother.f90 +++ b/amgprec/amg_s_poly_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_prec_mod.f90 b/amgprec/amg_s_prec_mod.f90 index c28a3e5f..8a7d94a0 100644 --- a/amgprec/amg_s_prec_mod.f90 +++ b/amgprec/amg_s_prec_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_prec_type.f90 b/amgprec/amg_s_prec_type.f90 index d2e0033c..7d45e184 100644 --- a/amgprec/amg_s_prec_type.f90 +++ b/amgprec/amg_s_prec_type.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_slu_solver.F90 b/amgprec/amg_s_slu_solver.F90 index 6c6d19c6..8c25e77e 100644 --- a/amgprec/amg_s_slu_solver.F90 +++ b/amgprec/amg_s_slu_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_s_symdec_aggregator_mod.f90 b/amgprec/amg_s_symdec_aggregator_mod.f90 index 2dbf9b82..d2dce78d 100644 --- a/amgprec/amg_s_symdec_aggregator_mod.f90 +++ b/amgprec/amg_s_symdec_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_ainv_solver.F90 b/amgprec/amg_z_ainv_solver.F90 index b0b12fc9..fb2d1543 100644 --- a/amgprec/amg_z_ainv_solver.F90 +++ b/amgprec/amg_z_ainv_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_as_smoother.f90 b/amgprec/amg_z_as_smoother.f90 index 619ee2a9..40e08e78 100644 --- a/amgprec/amg_z_as_smoother.f90 +++ b/amgprec/amg_z_as_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_base_aggregator_mod.f90 b/amgprec/amg_z_base_aggregator_mod.f90 index 0d7a5b1c..6157e660 100644 --- a/amgprec/amg_z_base_aggregator_mod.f90 +++ b/amgprec/amg_z_base_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_base_ainv_mod.f90 b/amgprec/amg_z_base_ainv_mod.f90 index 48744ee9..182de89c 100644 --- a/amgprec/amg_z_base_ainv_mod.f90 +++ b/amgprec/amg_z_base_ainv_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_base_smoother_mod.f90 b/amgprec/amg_z_base_smoother_mod.f90 index 548571c9..ac99e640 100644 --- a/amgprec/amg_z_base_smoother_mod.f90 +++ b/amgprec/amg_z_base_smoother_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_base_solver_mod.f90 b/amgprec/amg_z_base_solver_mod.f90 index 7c017459..91ab6a88 100644 --- a/amgprec/amg_z_base_solver_mod.f90 +++ b/amgprec/amg_z_base_solver_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_dec_aggregator_mod.f90 b/amgprec/amg_z_dec_aggregator_mod.f90 index 52a37c5a..bc256fab 100644 --- a/amgprec/amg_z_dec_aggregator_mod.f90 +++ b/amgprec/amg_z_dec_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_diag_solver.f90 b/amgprec/amg_z_diag_solver.f90 index 4d3746d9..83658d57 100644 --- a/amgprec/amg_z_diag_solver.f90 +++ b/amgprec/amg_z_diag_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_gs_solver.f90 b/amgprec/amg_z_gs_solver.f90 index 1ac665b3..1836f9b2 100644 --- a/amgprec/amg_z_gs_solver.f90 +++ b/amgprec/amg_z_gs_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_id_solver.f90 b/amgprec/amg_z_id_solver.f90 index 6a1a3afb..412a6672 100644 --- a/amgprec/amg_z_id_solver.f90 +++ b/amgprec/amg_z_id_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_ilu_fact_mod.f90 b/amgprec/amg_z_ilu_fact_mod.f90 index 4cb9377e..deb21acb 100644 --- a/amgprec/amg_z_ilu_fact_mod.f90 +++ b/amgprec/amg_z_ilu_fact_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_ilu_solver.f90 b/amgprec/amg_z_ilu_solver.f90 index f2c6f29b..9e1a8973 100644 --- a/amgprec/amg_z_ilu_solver.f90 +++ b/amgprec/amg_z_ilu_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_inner_mod.f90 b/amgprec/amg_z_inner_mod.f90 index fb7139fd..a19abea5 100644 --- a/amgprec/amg_z_inner_mod.f90 +++ b/amgprec/amg_z_inner_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_invk_solver.f90 b/amgprec/amg_z_invk_solver.f90 index b5e38595..72e42b5d 100644 --- a/amgprec/amg_z_invk_solver.f90 +++ b/amgprec/amg_z_invk_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_invt_solver.f90 b/amgprec/amg_z_invt_solver.f90 index 96ddd6b0..13b6ebea 100644 --- a/amgprec/amg_z_invt_solver.f90 +++ b/amgprec/amg_z_invt_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_jac_smoother.f90 b/amgprec/amg_z_jac_smoother.f90 index afcf25eb..f698f95b 100644 --- a/amgprec/amg_z_jac_smoother.f90 +++ b/amgprec/amg_z_jac_smoother.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_jac_solver.f90 b/amgprec/amg_z_jac_solver.f90 index 5d273537..f76755d6 100644 --- a/amgprec/amg_z_jac_solver.f90 +++ b/amgprec/amg_z_jac_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_krm_solver.f90 b/amgprec/amg_z_krm_solver.f90 index da539732..68c829b5 100644 --- a/amgprec/amg_z_krm_solver.f90 +++ b/amgprec/amg_z_krm_solver.f90 @@ -23,7 +23,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -57,7 +57,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_mumps_solver.F90 b/amgprec/amg_z_mumps_solver.F90 index 05dab179..c62abe94 100644 --- a/amgprec/amg_z_mumps_solver.F90 +++ b/amgprec/amg_z_mumps_solver.F90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_onelev_mod.f90 b/amgprec/amg_z_onelev_mod.f90 index fffe88c0..15ed90f9 100644 --- a/amgprec/amg_z_onelev_mod.f90 +++ b/amgprec/amg_z_onelev_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_prec_mod.f90 b/amgprec/amg_z_prec_mod.f90 index 4e95d428..8c2f99bf 100644 --- a/amgprec/amg_z_prec_mod.f90 +++ b/amgprec/amg_z_prec_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_prec_type.f90 b/amgprec/amg_z_prec_type.f90 index 1907084b..dba1ab52 100644 --- a/amgprec/amg_z_prec_type.f90 +++ b/amgprec/amg_z_prec_type.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_slu_solver.F90 b/amgprec/amg_z_slu_solver.F90 index 14f63b11..c06acc69 100644 --- a/amgprec/amg_z_slu_solver.F90 +++ b/amgprec/amg_z_slu_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_sludist_solver.F90 b/amgprec/amg_z_sludist_solver.F90 index 85aa1d68..6d8f6b69 100644 --- a/amgprec/amg_z_sludist_solver.F90 +++ b/amgprec/amg_z_sludist_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_symdec_aggregator_mod.f90 b/amgprec/amg_z_symdec_aggregator_mod.f90 index a4c072d9..e1d97e31 100644 --- a/amgprec/amg_z_symdec_aggregator_mod.f90 +++ b/amgprec/amg_z_symdec_aggregator_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/amg_z_umf_solver.F90 b/amgprec/amg_z_umf_solver.F90 index 2ca86267..c6b00a36 100644 --- a/amgprec/amg_z_umf_solver.F90 +++ b/amgprec/amg_z_umf_solver.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/Matching.c b/amgprec/impl/aggregator/Matching.c index f3f32698..8cb26add 100644 --- a/amgprec/impl/aggregator/Matching.c +++ b/amgprec/impl/aggregator/Matching.c @@ -19,7 +19,7 @@ documentation and/or other materials provided with the distribution. 3. The name of the AMG4PSBLAS group or the names of its contributors may not be used to endorse or promote products derived from this - software without specific written permission. + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -53,7 +53,7 @@ documentation and/or other materials provided with the distribution. 3. The name of the BootCMatch group or the names of its contributors may not be used to endorse or promote products derived from this - software without specific written permission. + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/Matching.h b/amgprec/impl/aggregator/Matching.h index 5d39107e..12f9b039 100644 --- a/amgprec/impl/aggregator/Matching.h +++ b/amgprec/impl/aggregator/Matching.h @@ -19,7 +19,7 @@ documentation and/or other materials provided with the distribution. 3. The name of the AMG4PSBLAS group or the names of its contributors may not be used to endorse or promote products derived from this - software without specific written permission. + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -53,7 +53,7 @@ documentation and/or other materials provided with the distribution. 3. The name of the BootCMatch group or the names of its contributors may not be used to endorse or promote products derived from this - software without specific written permission. + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_c_dec_aggregator_mat_asb.f90 b/amgprec/impl/aggregator/amg_c_dec_aggregator_mat_asb.f90 index 1348cde6..336bc4de 100644 --- a/amgprec/impl/aggregator/amg_c_dec_aggregator_mat_asb.f90 +++ b/amgprec/impl/aggregator/amg_c_dec_aggregator_mat_asb.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_c_dec_aggregator_mat_bld.f90 b/amgprec/impl/aggregator/amg_c_dec_aggregator_mat_bld.f90 index 186e7a1e..eb0451d0 100644 --- a/amgprec/impl/aggregator/amg_c_dec_aggregator_mat_bld.f90 +++ b/amgprec/impl/aggregator/amg_c_dec_aggregator_mat_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_c_dec_aggregator_tprol.f90 b/amgprec/impl/aggregator/amg_c_dec_aggregator_tprol.f90 index 250cc549..b17f74d4 100644 --- a/amgprec/impl/aggregator/amg_c_dec_aggregator_tprol.f90 +++ b/amgprec/impl/aggregator/amg_c_dec_aggregator_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_c_map_to_tprol.f90 b/amgprec/impl/aggregator/amg_c_map_to_tprol.f90 index 5ff388a9..7fbbbac1 100644 --- a/amgprec/impl/aggregator/amg_c_map_to_tprol.f90 +++ b/amgprec/impl/aggregator/amg_c_map_to_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_c_ptap_bld.f90 b/amgprec/impl/aggregator/amg_c_ptap_bld.f90 index af00e7bc..6cbbac5b 100644 --- a/amgprec/impl/aggregator/amg_c_ptap_bld.f90 +++ b/amgprec/impl/aggregator/amg_c_ptap_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_c_rap.f90 b/amgprec/impl/aggregator/amg_c_rap.f90 index 287f3a32..8b49823f 100644 --- a/amgprec/impl/aggregator/amg_c_rap.f90 +++ b/amgprec/impl/aggregator/amg_c_rap.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_c_soc1_map_bld.F90 b/amgprec/impl/aggregator/amg_c_soc1_map_bld.F90 index bf816134..660f98bd 100644 --- a/amgprec/impl/aggregator/amg_c_soc1_map_bld.F90 +++ b/amgprec/impl/aggregator/amg_c_soc1_map_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_c_soc2_map_bld.F90 b/amgprec/impl/aggregator/amg_c_soc2_map_bld.F90 index 472253d9..ce68779b 100644 --- a/amgprec/impl/aggregator/amg_c_soc2_map_bld.F90 +++ b/amgprec/impl/aggregator/amg_c_soc2_map_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_c_symdec_aggregator_tprol.f90 b/amgprec/impl/aggregator/amg_c_symdec_aggregator_tprol.f90 index 471e10e9..72e3b2a5 100644 --- a/amgprec/impl/aggregator/amg_c_symdec_aggregator_tprol.f90 +++ b/amgprec/impl/aggregator/amg_c_symdec_aggregator_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_caggrmat_minnrg_bld.f90 b/amgprec/impl/aggregator/amg_caggrmat_minnrg_bld.f90 index 94400739..b65c1822 100644 --- a/amgprec/impl/aggregator/amg_caggrmat_minnrg_bld.f90 +++ b/amgprec/impl/aggregator/amg_caggrmat_minnrg_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_caggrmat_nosmth_bld.f90 b/amgprec/impl/aggregator/amg_caggrmat_nosmth_bld.f90 index 9699545e..329b4fd5 100644 --- a/amgprec/impl/aggregator/amg_caggrmat_nosmth_bld.f90 +++ b/amgprec/impl/aggregator/amg_caggrmat_nosmth_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_caggrmat_smth_bld.f90 b/amgprec/impl/aggregator/amg_caggrmat_smth_bld.f90 index 209e4570..1d81f3d7 100644 --- a/amgprec/impl/aggregator/amg_caggrmat_smth_bld.f90 +++ b/amgprec/impl/aggregator/amg_caggrmat_smth_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_dec_aggregator_mat_asb.f90 b/amgprec/impl/aggregator/amg_d_dec_aggregator_mat_asb.f90 index d45067aa..78539cdf 100644 --- a/amgprec/impl/aggregator/amg_d_dec_aggregator_mat_asb.f90 +++ b/amgprec/impl/aggregator/amg_d_dec_aggregator_mat_asb.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_dec_aggregator_mat_bld.f90 b/amgprec/impl/aggregator/amg_d_dec_aggregator_mat_bld.f90 index 65bd08e8..cf2a1d2b 100644 --- a/amgprec/impl/aggregator/amg_d_dec_aggregator_mat_bld.f90 +++ b/amgprec/impl/aggregator/amg_d_dec_aggregator_mat_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_dec_aggregator_tprol.f90 b/amgprec/impl/aggregator/amg_d_dec_aggregator_tprol.f90 index 26edbb0a..b77beea6 100644 --- a/amgprec/impl/aggregator/amg_d_dec_aggregator_tprol.f90 +++ b/amgprec/impl/aggregator/amg_d_dec_aggregator_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_map_to_tprol.f90 b/amgprec/impl/aggregator/amg_d_map_to_tprol.f90 index bfc49814..f87e96c7 100644 --- a/amgprec/impl/aggregator/amg_d_map_to_tprol.f90 +++ b/amgprec/impl/aggregator/amg_d_map_to_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_parmatch_aggregator_inner_mat_asb.F90 b/amgprec/impl/aggregator/amg_d_parmatch_aggregator_inner_mat_asb.F90 index c7114a68..7c48dcfc 100644 --- a/amgprec/impl/aggregator/amg_d_parmatch_aggregator_inner_mat_asb.F90 +++ b/amgprec/impl/aggregator/amg_d_parmatch_aggregator_inner_mat_asb.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_parmatch_aggregator_mat_asb.F90 b/amgprec/impl/aggregator/amg_d_parmatch_aggregator_mat_asb.F90 index 67f9814f..6eda1848 100644 --- a/amgprec/impl/aggregator/amg_d_parmatch_aggregator_mat_asb.F90 +++ b/amgprec/impl/aggregator/amg_d_parmatch_aggregator_mat_asb.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_parmatch_aggregator_mat_bld.F90 b/amgprec/impl/aggregator/amg_d_parmatch_aggregator_mat_bld.F90 index dfeb6239..99f6d76f 100644 --- a/amgprec/impl/aggregator/amg_d_parmatch_aggregator_mat_bld.F90 +++ b/amgprec/impl/aggregator/amg_d_parmatch_aggregator_mat_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_parmatch_aggregator_tprol.F90 b/amgprec/impl/aggregator/amg_d_parmatch_aggregator_tprol.F90 index 1a6467bc..d6d88332 100644 --- a/amgprec/impl/aggregator/amg_d_parmatch_aggregator_tprol.F90 +++ b/amgprec/impl/aggregator/amg_d_parmatch_aggregator_tprol.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_parmatch_smth_bld.F90 b/amgprec/impl/aggregator/amg_d_parmatch_smth_bld.F90 index 0af4b0a1..7d942d47 100644 --- a/amgprec/impl/aggregator/amg_d_parmatch_smth_bld.F90 +++ b/amgprec/impl/aggregator/amg_d_parmatch_smth_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld.F90 b/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld.F90 index ff46a024..e2dd994c 100644 --- a/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld.F90 +++ b/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld_inner.F90 b/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld_inner.F90 index cd408953..02b100d8 100644 --- a/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld_inner.F90 +++ b/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld_inner.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld_ov.F90 b/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld_ov.F90 index e83594e5..de1d12a3 100644 --- a/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld_ov.F90 +++ b/amgprec/impl/aggregator/amg_d_parmatch_spmm_bld_ov.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_parmatch_unsmth_bld.F90 b/amgprec/impl/aggregator/amg_d_parmatch_unsmth_bld.F90 index 05374433..eba179a7 100644 --- a/amgprec/impl/aggregator/amg_d_parmatch_unsmth_bld.F90 +++ b/amgprec/impl/aggregator/amg_d_parmatch_unsmth_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_ptap_bld.f90 b/amgprec/impl/aggregator/amg_d_ptap_bld.f90 index f70d2900..fe37ff87 100644 --- a/amgprec/impl/aggregator/amg_d_ptap_bld.f90 +++ b/amgprec/impl/aggregator/amg_d_ptap_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_rap.f90 b/amgprec/impl/aggregator/amg_d_rap.f90 index e3af161f..81a4db29 100644 --- a/amgprec/impl/aggregator/amg_d_rap.f90 +++ b/amgprec/impl/aggregator/amg_d_rap.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_soc1_map_bld.F90 b/amgprec/impl/aggregator/amg_d_soc1_map_bld.F90 index faeb4ca7..33c14558 100644 --- a/amgprec/impl/aggregator/amg_d_soc1_map_bld.F90 +++ b/amgprec/impl/aggregator/amg_d_soc1_map_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_soc2_map_bld.F90 b/amgprec/impl/aggregator/amg_d_soc2_map_bld.F90 index aa99ab93..773197a2 100644 --- a/amgprec/impl/aggregator/amg_d_soc2_map_bld.F90 +++ b/amgprec/impl/aggregator/amg_d_soc2_map_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_d_symdec_aggregator_tprol.f90 b/amgprec/impl/aggregator/amg_d_symdec_aggregator_tprol.f90 index 9e4e2179..22fcbb5c 100644 --- a/amgprec/impl/aggregator/amg_d_symdec_aggregator_tprol.f90 +++ b/amgprec/impl/aggregator/amg_d_symdec_aggregator_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_daggrmat_minnrg_bld.f90 b/amgprec/impl/aggregator/amg_daggrmat_minnrg_bld.f90 index 108664bd..c6fc76bf 100644 --- a/amgprec/impl/aggregator/amg_daggrmat_minnrg_bld.f90 +++ b/amgprec/impl/aggregator/amg_daggrmat_minnrg_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_daggrmat_nosmth_bld.f90 b/amgprec/impl/aggregator/amg_daggrmat_nosmth_bld.f90 index 345316b1..086905e7 100644 --- a/amgprec/impl/aggregator/amg_daggrmat_nosmth_bld.f90 +++ b/amgprec/impl/aggregator/amg_daggrmat_nosmth_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_daggrmat_smth_bld.f90 b/amgprec/impl/aggregator/amg_daggrmat_smth_bld.f90 index 742a96fb..e7301b4c 100644 --- a/amgprec/impl/aggregator/amg_daggrmat_smth_bld.f90 +++ b/amgprec/impl/aggregator/amg_daggrmat_smth_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_dec_aggregator_mat_asb.f90 b/amgprec/impl/aggregator/amg_s_dec_aggregator_mat_asb.f90 index 71786267..9711a135 100644 --- a/amgprec/impl/aggregator/amg_s_dec_aggregator_mat_asb.f90 +++ b/amgprec/impl/aggregator/amg_s_dec_aggregator_mat_asb.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_dec_aggregator_mat_bld.f90 b/amgprec/impl/aggregator/amg_s_dec_aggregator_mat_bld.f90 index 750889de..0d0e7ee0 100644 --- a/amgprec/impl/aggregator/amg_s_dec_aggregator_mat_bld.f90 +++ b/amgprec/impl/aggregator/amg_s_dec_aggregator_mat_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_dec_aggregator_tprol.f90 b/amgprec/impl/aggregator/amg_s_dec_aggregator_tprol.f90 index 9529d141..4fd57498 100644 --- a/amgprec/impl/aggregator/amg_s_dec_aggregator_tprol.f90 +++ b/amgprec/impl/aggregator/amg_s_dec_aggregator_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_map_to_tprol.f90 b/amgprec/impl/aggregator/amg_s_map_to_tprol.f90 index 0873cef8..cd03d7b4 100644 --- a/amgprec/impl/aggregator/amg_s_map_to_tprol.f90 +++ b/amgprec/impl/aggregator/amg_s_map_to_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_parmatch_aggregator_inner_mat_asb.F90 b/amgprec/impl/aggregator/amg_s_parmatch_aggregator_inner_mat_asb.F90 index 1834b3eb..36673348 100644 --- a/amgprec/impl/aggregator/amg_s_parmatch_aggregator_inner_mat_asb.F90 +++ b/amgprec/impl/aggregator/amg_s_parmatch_aggregator_inner_mat_asb.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_parmatch_aggregator_mat_asb.F90 b/amgprec/impl/aggregator/amg_s_parmatch_aggregator_mat_asb.F90 index bfde163c..81982383 100644 --- a/amgprec/impl/aggregator/amg_s_parmatch_aggregator_mat_asb.F90 +++ b/amgprec/impl/aggregator/amg_s_parmatch_aggregator_mat_asb.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_parmatch_aggregator_mat_bld.F90 b/amgprec/impl/aggregator/amg_s_parmatch_aggregator_mat_bld.F90 index 39d6dd01..c84083e4 100644 --- a/amgprec/impl/aggregator/amg_s_parmatch_aggregator_mat_bld.F90 +++ b/amgprec/impl/aggregator/amg_s_parmatch_aggregator_mat_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_parmatch_aggregator_tprol.F90 b/amgprec/impl/aggregator/amg_s_parmatch_aggregator_tprol.F90 index a55efd53..2b7fcc19 100644 --- a/amgprec/impl/aggregator/amg_s_parmatch_aggregator_tprol.F90 +++ b/amgprec/impl/aggregator/amg_s_parmatch_aggregator_tprol.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_parmatch_smth_bld.F90 b/amgprec/impl/aggregator/amg_s_parmatch_smth_bld.F90 index 9e3e532f..ce16f7a2 100644 --- a/amgprec/impl/aggregator/amg_s_parmatch_smth_bld.F90 +++ b/amgprec/impl/aggregator/amg_s_parmatch_smth_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld.F90 b/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld.F90 index 9e2e0ea8..fbc81ce7 100644 --- a/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld.F90 +++ b/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld_inner.F90 b/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld_inner.F90 index 3912452e..8349fc6d 100644 --- a/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld_inner.F90 +++ b/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld_inner.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld_ov.F90 b/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld_ov.F90 index a381b1d2..776753f8 100644 --- a/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld_ov.F90 +++ b/amgprec/impl/aggregator/amg_s_parmatch_spmm_bld_ov.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_parmatch_unsmth_bld.F90 b/amgprec/impl/aggregator/amg_s_parmatch_unsmth_bld.F90 index 31a2c716..87220250 100644 --- a/amgprec/impl/aggregator/amg_s_parmatch_unsmth_bld.F90 +++ b/amgprec/impl/aggregator/amg_s_parmatch_unsmth_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_ptap_bld.f90 b/amgprec/impl/aggregator/amg_s_ptap_bld.f90 index 961df1f9..20be44d9 100644 --- a/amgprec/impl/aggregator/amg_s_ptap_bld.f90 +++ b/amgprec/impl/aggregator/amg_s_ptap_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_rap.f90 b/amgprec/impl/aggregator/amg_s_rap.f90 index 720c760e..808a3a8f 100644 --- a/amgprec/impl/aggregator/amg_s_rap.f90 +++ b/amgprec/impl/aggregator/amg_s_rap.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_soc1_map_bld.F90 b/amgprec/impl/aggregator/amg_s_soc1_map_bld.F90 index b23c82d3..dacbb5a8 100644 --- a/amgprec/impl/aggregator/amg_s_soc1_map_bld.F90 +++ b/amgprec/impl/aggregator/amg_s_soc1_map_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_soc2_map_bld.F90 b/amgprec/impl/aggregator/amg_s_soc2_map_bld.F90 index 509f3de8..e2d5b1b4 100644 --- a/amgprec/impl/aggregator/amg_s_soc2_map_bld.F90 +++ b/amgprec/impl/aggregator/amg_s_soc2_map_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_s_symdec_aggregator_tprol.f90 b/amgprec/impl/aggregator/amg_s_symdec_aggregator_tprol.f90 index 0c1d0011..4269854b 100644 --- a/amgprec/impl/aggregator/amg_s_symdec_aggregator_tprol.f90 +++ b/amgprec/impl/aggregator/amg_s_symdec_aggregator_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_saggrmat_minnrg_bld.f90 b/amgprec/impl/aggregator/amg_saggrmat_minnrg_bld.f90 index 7a41d9ce..c2da2b7f 100644 --- a/amgprec/impl/aggregator/amg_saggrmat_minnrg_bld.f90 +++ b/amgprec/impl/aggregator/amg_saggrmat_minnrg_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_saggrmat_nosmth_bld.f90 b/amgprec/impl/aggregator/amg_saggrmat_nosmth_bld.f90 index fe684d0c..e654436d 100644 --- a/amgprec/impl/aggregator/amg_saggrmat_nosmth_bld.f90 +++ b/amgprec/impl/aggregator/amg_saggrmat_nosmth_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_saggrmat_smth_bld.f90 b/amgprec/impl/aggregator/amg_saggrmat_smth_bld.f90 index 6caf61e5..5a701706 100644 --- a/amgprec/impl/aggregator/amg_saggrmat_smth_bld.f90 +++ b/amgprec/impl/aggregator/amg_saggrmat_smth_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_z_dec_aggregator_mat_asb.f90 b/amgprec/impl/aggregator/amg_z_dec_aggregator_mat_asb.f90 index ab4b7297..40e5e713 100644 --- a/amgprec/impl/aggregator/amg_z_dec_aggregator_mat_asb.f90 +++ b/amgprec/impl/aggregator/amg_z_dec_aggregator_mat_asb.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_z_dec_aggregator_mat_bld.f90 b/amgprec/impl/aggregator/amg_z_dec_aggregator_mat_bld.f90 index e3b9f6af..aa962952 100644 --- a/amgprec/impl/aggregator/amg_z_dec_aggregator_mat_bld.f90 +++ b/amgprec/impl/aggregator/amg_z_dec_aggregator_mat_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_z_dec_aggregator_tprol.f90 b/amgprec/impl/aggregator/amg_z_dec_aggregator_tprol.f90 index a6a7856e..5e075169 100644 --- a/amgprec/impl/aggregator/amg_z_dec_aggregator_tprol.f90 +++ b/amgprec/impl/aggregator/amg_z_dec_aggregator_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_z_map_to_tprol.f90 b/amgprec/impl/aggregator/amg_z_map_to_tprol.f90 index 75d2d9cf..cd8d4e5e 100644 --- a/amgprec/impl/aggregator/amg_z_map_to_tprol.f90 +++ b/amgprec/impl/aggregator/amg_z_map_to_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_z_ptap_bld.f90 b/amgprec/impl/aggregator/amg_z_ptap_bld.f90 index 42fbec71..c0bb9045 100644 --- a/amgprec/impl/aggregator/amg_z_ptap_bld.f90 +++ b/amgprec/impl/aggregator/amg_z_ptap_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_z_rap.f90 b/amgprec/impl/aggregator/amg_z_rap.f90 index e591e1f8..3c3b1b0a 100644 --- a/amgprec/impl/aggregator/amg_z_rap.f90 +++ b/amgprec/impl/aggregator/amg_z_rap.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_z_soc1_map_bld.F90 b/amgprec/impl/aggregator/amg_z_soc1_map_bld.F90 index 34f04052..5d058b6e 100644 --- a/amgprec/impl/aggregator/amg_z_soc1_map_bld.F90 +++ b/amgprec/impl/aggregator/amg_z_soc1_map_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_z_soc2_map_bld.F90 b/amgprec/impl/aggregator/amg_z_soc2_map_bld.F90 index d4178adf..c0ea9cb2 100644 --- a/amgprec/impl/aggregator/amg_z_soc2_map_bld.F90 +++ b/amgprec/impl/aggregator/amg_z_soc2_map_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_z_symdec_aggregator_tprol.f90 b/amgprec/impl/aggregator/amg_z_symdec_aggregator_tprol.f90 index 02849031..2e3b571a 100644 --- a/amgprec/impl/aggregator/amg_z_symdec_aggregator_tprol.f90 +++ b/amgprec/impl/aggregator/amg_z_symdec_aggregator_tprol.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_zaggrmat_minnrg_bld.f90 b/amgprec/impl/aggregator/amg_zaggrmat_minnrg_bld.f90 index 599094dc..5a1359ec 100644 --- a/amgprec/impl/aggregator/amg_zaggrmat_minnrg_bld.f90 +++ b/amgprec/impl/aggregator/amg_zaggrmat_minnrg_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_zaggrmat_nosmth_bld.f90 b/amgprec/impl/aggregator/amg_zaggrmat_nosmth_bld.f90 index 2a0b631c..3db1ba33 100644 --- a/amgprec/impl/aggregator/amg_zaggrmat_nosmth_bld.f90 +++ b/amgprec/impl/aggregator/amg_zaggrmat_nosmth_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/aggregator/amg_zaggrmat_smth_bld.f90 b/amgprec/impl/aggregator/amg_zaggrmat_smth_bld.f90 index 7d2cbe5f..e471b5e2 100644 --- a/amgprec/impl/aggregator/amg_zaggrmat_smth_bld.f90 +++ b/amgprec/impl/aggregator/amg_zaggrmat_smth_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_c_extprol_bld.F90 b/amgprec/impl/amg_c_extprol_bld.F90 index 9118c89e..ad1cb22e 100644 --- a/amgprec/impl/amg_c_extprol_bld.F90 +++ b/amgprec/impl/amg_c_extprol_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_c_hierarchy_bld.F90 b/amgprec/impl/amg_c_hierarchy_bld.F90 index 22da0636..642b97f7 100644 --- a/amgprec/impl/amg_c_hierarchy_bld.F90 +++ b/amgprec/impl/amg_c_hierarchy_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_c_hierarchy_rebld.f90 b/amgprec/impl/amg_c_hierarchy_rebld.f90 index 7e978a58..6fd7cab8 100644 --- a/amgprec/impl/amg_c_hierarchy_rebld.f90 +++ b/amgprec/impl/amg_c_hierarchy_rebld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_c_smoothers_bld.f90 b/amgprec/impl/amg_c_smoothers_bld.f90 index 749ba57f..4bd1aa65 100644 --- a/amgprec/impl/amg_c_smoothers_bld.f90 +++ b/amgprec/impl/amg_c_smoothers_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_ccprecset.F90 b/amgprec/impl/amg_ccprecset.F90 index c3ef9ace..10d45ba2 100644 --- a/amgprec/impl/amg_ccprecset.F90 +++ b/amgprec/impl/amg_ccprecset.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_cfile_prec_descr.f90 b/amgprec/impl/amg_cfile_prec_descr.f90 index bdaa7c41..399e719b 100644 --- a/amgprec/impl/amg_cfile_prec_descr.f90 +++ b/amgprec/impl/amg_cfile_prec_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_cfile_prec_memory_use.f90 b/amgprec/impl/amg_cfile_prec_memory_use.f90 index c578358c..93da076f 100644 --- a/amgprec/impl/amg_cfile_prec_memory_use.f90 +++ b/amgprec/impl/amg_cfile_prec_memory_use.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_cmlprec_aply.f90 b/amgprec/impl/amg_cmlprec_aply.f90 index 9e7717da..bea1547d 100644 --- a/amgprec/impl/amg_cmlprec_aply.f90 +++ b/amgprec/impl/amg_cmlprec_aply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_cmlprec_bld.f90 b/amgprec/impl/amg_cmlprec_bld.f90 index 299d2a38..a39aaa4d 100644 --- a/amgprec/impl/amg_cmlprec_bld.f90 +++ b/amgprec/impl/amg_cmlprec_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_cprecaply.f90 b/amgprec/impl/amg_cprecaply.f90 index 79e49ed1..4409a0b8 100644 --- a/amgprec/impl/amg_cprecaply.f90 +++ b/amgprec/impl/amg_cprecaply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_cprecbld.f90 b/amgprec/impl/amg_cprecbld.f90 index 85bb6254..fcb865d9 100644 --- a/amgprec/impl/amg_cprecbld.f90 +++ b/amgprec/impl/amg_cprecbld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_cprecinit.F90 b/amgprec/impl/amg_cprecinit.F90 index 54079a1f..6422aaac 100644 --- a/amgprec/impl/amg_cprecinit.F90 +++ b/amgprec/impl/amg_cprecinit.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_cprecset.F90 b/amgprec/impl/amg_cprecset.F90 index ff96f6cc..e3e2d79d 100644 --- a/amgprec/impl/amg_cprecset.F90 +++ b/amgprec/impl/amg_cprecset.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_cslu_interface.c b/amgprec/impl/amg_cslu_interface.c index 66f542a2..aa0aac88 100644 --- a/amgprec/impl/amg_cslu_interface.c +++ b/amgprec/impl/amg_cslu_interface.c @@ -21,7 +21,7 @@ * documentation and/or other materials provided with the distribution. * 3. The name of the AMG4PSBLAS group or the names of its contributors may * not be used to endorse or promote products derived from this - * software without specific written permission. + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_d_extprol_bld.F90 b/amgprec/impl/amg_d_extprol_bld.F90 index 8a01eeab..68fa4726 100644 --- a/amgprec/impl/amg_d_extprol_bld.F90 +++ b/amgprec/impl/amg_d_extprol_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_d_hierarchy_bld.F90 b/amgprec/impl/amg_d_hierarchy_bld.F90 index 6a3d865a..3b8a6f4f 100644 --- a/amgprec/impl/amg_d_hierarchy_bld.F90 +++ b/amgprec/impl/amg_d_hierarchy_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_d_hierarchy_rebld.f90 b/amgprec/impl/amg_d_hierarchy_rebld.f90 index 0882792f..885f95fa 100644 --- a/amgprec/impl/amg_d_hierarchy_rebld.f90 +++ b/amgprec/impl/amg_d_hierarchy_rebld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_d_smoothers_bld.f90 b/amgprec/impl/amg_d_smoothers_bld.f90 index a8398cf6..ecdcd93b 100644 --- a/amgprec/impl/amg_d_smoothers_bld.f90 +++ b/amgprec/impl/amg_d_smoothers_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dcprecset.F90 b/amgprec/impl/amg_dcprecset.F90 index 813d53ba..350ddffd 100644 --- a/amgprec/impl/amg_dcprecset.F90 +++ b/amgprec/impl/amg_dcprecset.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dfile_prec_descr.f90 b/amgprec/impl/amg_dfile_prec_descr.f90 index 4cdde58f..8d429643 100644 --- a/amgprec/impl/amg_dfile_prec_descr.f90 +++ b/amgprec/impl/amg_dfile_prec_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dfile_prec_memory_use.f90 b/amgprec/impl/amg_dfile_prec_memory_use.f90 index d10cd5f3..3757d6a4 100644 --- a/amgprec/impl/amg_dfile_prec_memory_use.f90 +++ b/amgprec/impl/amg_dfile_prec_memory_use.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dmlprec_aply.f90 b/amgprec/impl/amg_dmlprec_aply.f90 index 983fb937..ea7c3487 100644 --- a/amgprec/impl/amg_dmlprec_aply.f90 +++ b/amgprec/impl/amg_dmlprec_aply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dmlprec_bld.f90 b/amgprec/impl/amg_dmlprec_bld.f90 index 1b6da6a4..95cd496f 100644 --- a/amgprec/impl/amg_dmlprec_bld.f90 +++ b/amgprec/impl/amg_dmlprec_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dprecaply.f90 b/amgprec/impl/amg_dprecaply.f90 index a89d1959..98ab26ee 100644 --- a/amgprec/impl/amg_dprecaply.f90 +++ b/amgprec/impl/amg_dprecaply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dprecbld.f90 b/amgprec/impl/amg_dprecbld.f90 index b37043f9..3fbc5600 100644 --- a/amgprec/impl/amg_dprecbld.f90 +++ b/amgprec/impl/amg_dprecbld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dprecinit.F90 b/amgprec/impl/amg_dprecinit.F90 index 9ad69179..f8c75f1d 100644 --- a/amgprec/impl/amg_dprecinit.F90 +++ b/amgprec/impl/amg_dprecinit.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dprecset.F90 b/amgprec/impl/amg_dprecset.F90 index 16928156..a7f199b1 100644 --- a/amgprec/impl/amg_dprecset.F90 +++ b/amgprec/impl/amg_dprecset.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dslu_interface.c b/amgprec/impl/amg_dslu_interface.c index f8231996..e67cdb22 100644 --- a/amgprec/impl/amg_dslu_interface.c +++ b/amgprec/impl/amg_dslu_interface.c @@ -20,7 +20,7 @@ * documentation and/or other materials provided with the distribution. * 3. The name of the AMG4PSBLAS group or the names of its contributors may * not be used to endorse or promote products derived from this - * software without specific written permission. + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dslud_interface.c b/amgprec/impl/amg_dslud_interface.c index acd2817e..667e94a6 100644 --- a/amgprec/impl/amg_dslud_interface.c +++ b/amgprec/impl/amg_dslud_interface.c @@ -22,7 +22,7 @@ * documentation and/or other materials provided with the distribution. * 3. The name of the AMG4PSBLAS group or the names of its contributors may * not be used to endorse or promote products derived from this - * software without specific written permission. + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_dumf_interface.c b/amgprec/impl/amg_dumf_interface.c index 4e1e59f0..539870b7 100644 --- a/amgprec/impl/amg_dumf_interface.c +++ b/amgprec/impl/amg_dumf_interface.c @@ -20,7 +20,7 @@ * documentation and/or other materials provided with the distribution. * 3. The name of the AMG4PSBLAS group or the names of its contributors may * not be used to endorse or promote products derived from this - * software without specific written permission. + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_s_extprol_bld.F90 b/amgprec/impl/amg_s_extprol_bld.F90 index a4f61fa1..81519dc5 100644 --- a/amgprec/impl/amg_s_extprol_bld.F90 +++ b/amgprec/impl/amg_s_extprol_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_s_hierarchy_bld.F90 b/amgprec/impl/amg_s_hierarchy_bld.F90 index 7aa022b4..4e494b11 100644 --- a/amgprec/impl/amg_s_hierarchy_bld.F90 +++ b/amgprec/impl/amg_s_hierarchy_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_s_hierarchy_rebld.f90 b/amgprec/impl/amg_s_hierarchy_rebld.f90 index 5e1634be..cb1e6171 100644 --- a/amgprec/impl/amg_s_hierarchy_rebld.f90 +++ b/amgprec/impl/amg_s_hierarchy_rebld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_s_smoothers_bld.f90 b/amgprec/impl/amg_s_smoothers_bld.f90 index 396f0b82..5c02356d 100644 --- a/amgprec/impl/amg_s_smoothers_bld.f90 +++ b/amgprec/impl/amg_s_smoothers_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_scprecset.F90 b/amgprec/impl/amg_scprecset.F90 index 7cda2f51..66daf015 100644 --- a/amgprec/impl/amg_scprecset.F90 +++ b/amgprec/impl/amg_scprecset.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_sfile_prec_descr.f90 b/amgprec/impl/amg_sfile_prec_descr.f90 index 07bde2a4..08a4032e 100644 --- a/amgprec/impl/amg_sfile_prec_descr.f90 +++ b/amgprec/impl/amg_sfile_prec_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_sfile_prec_memory_use.f90 b/amgprec/impl/amg_sfile_prec_memory_use.f90 index bde5412a..c8bb3ed6 100644 --- a/amgprec/impl/amg_sfile_prec_memory_use.f90 +++ b/amgprec/impl/amg_sfile_prec_memory_use.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_smlprec_aply.f90 b/amgprec/impl/amg_smlprec_aply.f90 index 1b24fb91..26e88853 100644 --- a/amgprec/impl/amg_smlprec_aply.f90 +++ b/amgprec/impl/amg_smlprec_aply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_smlprec_bld.f90 b/amgprec/impl/amg_smlprec_bld.f90 index d111eb10..a5b06d2c 100644 --- a/amgprec/impl/amg_smlprec_bld.f90 +++ b/amgprec/impl/amg_smlprec_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_sprecaply.f90 b/amgprec/impl/amg_sprecaply.f90 index 604e5fb0..808c04e3 100644 --- a/amgprec/impl/amg_sprecaply.f90 +++ b/amgprec/impl/amg_sprecaply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_sprecbld.f90 b/amgprec/impl/amg_sprecbld.f90 index 482f15be..99ee581c 100644 --- a/amgprec/impl/amg_sprecbld.f90 +++ b/amgprec/impl/amg_sprecbld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_sprecinit.F90 b/amgprec/impl/amg_sprecinit.F90 index 2b39d2d1..cd67b094 100644 --- a/amgprec/impl/amg_sprecinit.F90 +++ b/amgprec/impl/amg_sprecinit.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_sprecset.F90 b/amgprec/impl/amg_sprecset.F90 index 2b2c1c98..717eb6c3 100644 --- a/amgprec/impl/amg_sprecset.F90 +++ b/amgprec/impl/amg_sprecset.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_sslu_interface.c b/amgprec/impl/amg_sslu_interface.c index 0ccd0b80..5d2e5587 100644 --- a/amgprec/impl/amg_sslu_interface.c +++ b/amgprec/impl/amg_sslu_interface.c @@ -20,7 +20,7 @@ * documentation and/or other materials provided with the distribution. * 3. The name of the AMG4PSBLAS group or the names of its contributors may * not be used to endorse or promote products derived from this - * software without specific written permission. + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_z_extprol_bld.F90 b/amgprec/impl/amg_z_extprol_bld.F90 index 6a7235c1..d453ea7c 100644 --- a/amgprec/impl/amg_z_extprol_bld.F90 +++ b/amgprec/impl/amg_z_extprol_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_z_hierarchy_bld.F90 b/amgprec/impl/amg_z_hierarchy_bld.F90 index a432d881..8d57474e 100644 --- a/amgprec/impl/amg_z_hierarchy_bld.F90 +++ b/amgprec/impl/amg_z_hierarchy_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_z_hierarchy_rebld.f90 b/amgprec/impl/amg_z_hierarchy_rebld.f90 index 25cef1d1..ad1055fd 100644 --- a/amgprec/impl/amg_z_hierarchy_rebld.f90 +++ b/amgprec/impl/amg_z_hierarchy_rebld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_z_smoothers_bld.f90 b/amgprec/impl/amg_z_smoothers_bld.f90 index 715f6178..c58f31a6 100644 --- a/amgprec/impl/amg_z_smoothers_bld.f90 +++ b/amgprec/impl/amg_z_smoothers_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zcprecset.F90 b/amgprec/impl/amg_zcprecset.F90 index 708e7e2e..9bdde795 100644 --- a/amgprec/impl/amg_zcprecset.F90 +++ b/amgprec/impl/amg_zcprecset.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zfile_prec_descr.f90 b/amgprec/impl/amg_zfile_prec_descr.f90 index 54e687bf..2fd88026 100644 --- a/amgprec/impl/amg_zfile_prec_descr.f90 +++ b/amgprec/impl/amg_zfile_prec_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zfile_prec_memory_use.f90 b/amgprec/impl/amg_zfile_prec_memory_use.f90 index 145ce044..f9ca37eb 100644 --- a/amgprec/impl/amg_zfile_prec_memory_use.f90 +++ b/amgprec/impl/amg_zfile_prec_memory_use.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zmlprec_aply.f90 b/amgprec/impl/amg_zmlprec_aply.f90 index 44ba9fcd..6b1064e7 100644 --- a/amgprec/impl/amg_zmlprec_aply.f90 +++ b/amgprec/impl/amg_zmlprec_aply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zmlprec_bld.f90 b/amgprec/impl/amg_zmlprec_bld.f90 index 4ba2869a..59c7af26 100644 --- a/amgprec/impl/amg_zmlprec_bld.f90 +++ b/amgprec/impl/amg_zmlprec_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zprecaply.f90 b/amgprec/impl/amg_zprecaply.f90 index 292acf32..e130ef29 100644 --- a/amgprec/impl/amg_zprecaply.f90 +++ b/amgprec/impl/amg_zprecaply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zprecbld.f90 b/amgprec/impl/amg_zprecbld.f90 index 4a95c5e3..716dfe12 100644 --- a/amgprec/impl/amg_zprecbld.f90 +++ b/amgprec/impl/amg_zprecbld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zprecinit.F90 b/amgprec/impl/amg_zprecinit.F90 index 39e79b87..b0f316b8 100644 --- a/amgprec/impl/amg_zprecinit.F90 +++ b/amgprec/impl/amg_zprecinit.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zprecset.F90 b/amgprec/impl/amg_zprecset.F90 index 0337b3c3..3f2514af 100644 --- a/amgprec/impl/amg_zprecset.F90 +++ b/amgprec/impl/amg_zprecset.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zslu_interface.c b/amgprec/impl/amg_zslu_interface.c index 9db4475d..bcc323b6 100644 --- a/amgprec/impl/amg_zslu_interface.c +++ b/amgprec/impl/amg_zslu_interface.c @@ -20,7 +20,7 @@ * documentation and/or other materials provided with the distribution. * 3. The name of the AMG4PSBLAS group or the names of its contributors may * not be used to endorse or promote products derived from this - * software without specific written permission. + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zslud_interface.c b/amgprec/impl/amg_zslud_interface.c index 44db9be3..5c642c16 100644 --- a/amgprec/impl/amg_zslud_interface.c +++ b/amgprec/impl/amg_zslud_interface.c @@ -22,7 +22,7 @@ * documentation and/or other materials provided with the distribution. * 3. The name of the AMG4PSBLAS group or the names of its contributors may * not be used to endorse or promote products derived from this - * software without specific written permission. + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/amg_zumf_interface.c b/amgprec/impl/amg_zumf_interface.c index fdc33c99..2b10e332 100644 --- a/amgprec/impl/amg_zumf_interface.c +++ b/amgprec/impl/amg_zumf_interface.c @@ -20,7 +20,7 @@ * documentation and/or other materials provided with the distribution. * 3. The name of the AMG4PSBLAS group or the names of its contributors may * not be used to endorse or promote products derived from this - * software without specific written permission. + * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_build.f90 b/amgprec/impl/level/amg_c_base_onelev_build.f90 index 9555928b..592d5e9e 100644 --- a/amgprec/impl/level/amg_c_base_onelev_build.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_build.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_check.f90 b/amgprec/impl/level/amg_c_base_onelev_check.f90 index e1f68a9e..47d3cc0b 100644 --- a/amgprec/impl/level/amg_c_base_onelev_check.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_cnv.f90 b/amgprec/impl/level/amg_c_base_onelev_cnv.f90 index e8c62ecf..6b5b248c 100644 --- a/amgprec/impl/level/amg_c_base_onelev_cnv.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_csetc.F90 b/amgprec/impl/level/amg_c_base_onelev_csetc.F90 index 8c82192c..fe26e9e3 100644 --- a/amgprec/impl/level/amg_c_base_onelev_csetc.F90 +++ b/amgprec/impl/level/amg_c_base_onelev_csetc.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_cseti.F90 b/amgprec/impl/level/amg_c_base_onelev_cseti.F90 index f7e094ea..d528b22f 100644 --- a/amgprec/impl/level/amg_c_base_onelev_cseti.F90 +++ b/amgprec/impl/level/amg_c_base_onelev_cseti.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_csetr.f90 b/amgprec/impl/level/amg_c_base_onelev_csetr.f90 index 6e956e70..1128fc6c 100644 --- a/amgprec/impl/level/amg_c_base_onelev_csetr.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_descr.f90 b/amgprec/impl/level/amg_c_base_onelev_descr.f90 index cf743b59..a87148da 100644 --- a/amgprec/impl/level/amg_c_base_onelev_descr.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_dump.f90 b/amgprec/impl/level/amg_c_base_onelev_dump.f90 index 60e43280..d06bf775 100644 --- a/amgprec/impl/level/amg_c_base_onelev_dump.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_dump.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_free.f90 b/amgprec/impl/level/amg_c_base_onelev_free.f90 index 33e7bf19..b59487ed 100644 --- a/amgprec/impl/level/amg_c_base_onelev_free.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_free_smoothers.f90 b/amgprec/impl/level/amg_c_base_onelev_free_smoothers.f90 index c2a608f1..6e0e9d7e 100644 --- a/amgprec/impl/level/amg_c_base_onelev_free_smoothers.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_free_smoothers.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_map_prol.F90 b/amgprec/impl/level/amg_c_base_onelev_map_prol.F90 index e38bb78f..9657280f 100644 --- a/amgprec/impl/level/amg_c_base_onelev_map_prol.F90 +++ b/amgprec/impl/level/amg_c_base_onelev_map_prol.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_map_rstr.F90 b/amgprec/impl/level/amg_c_base_onelev_map_rstr.F90 index b725a1f1..b42b7d7f 100644 --- a/amgprec/impl/level/amg_c_base_onelev_map_rstr.F90 +++ b/amgprec/impl/level/amg_c_base_onelev_map_rstr.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_mat_asb.f90 b/amgprec/impl/level/amg_c_base_onelev_mat_asb.f90 index 27896806..f5b3b738 100644 --- a/amgprec/impl/level/amg_c_base_onelev_mat_asb.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_mat_asb.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_memory_use.f90 b/amgprec/impl/level/amg_c_base_onelev_memory_use.f90 index 71719304..fffb2bc7 100644 --- a/amgprec/impl/level/amg_c_base_onelev_memory_use.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_memory_use.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_setag.f90 b/amgprec/impl/level/amg_c_base_onelev_setag.f90 index bfd8a8d9..b33eb0a0 100644 --- a/amgprec/impl/level/amg_c_base_onelev_setag.f90 +++ b/amgprec/impl/level/amg_c_base_onelev_setag.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_setsm.F90 b/amgprec/impl/level/amg_c_base_onelev_setsm.F90 index 802acd12..5009651a 100644 --- a/amgprec/impl/level/amg_c_base_onelev_setsm.F90 +++ b/amgprec/impl/level/amg_c_base_onelev_setsm.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_c_base_onelev_setsv.F90 b/amgprec/impl/level/amg_c_base_onelev_setsv.F90 index 6f6128cc..d0185318 100644 --- a/amgprec/impl/level/amg_c_base_onelev_setsv.F90 +++ b/amgprec/impl/level/amg_c_base_onelev_setsv.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_build.f90 b/amgprec/impl/level/amg_d_base_onelev_build.f90 index 89741baf..d92f1b78 100644 --- a/amgprec/impl/level/amg_d_base_onelev_build.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_build.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_check.f90 b/amgprec/impl/level/amg_d_base_onelev_check.f90 index e6427560..468ff77a 100644 --- a/amgprec/impl/level/amg_d_base_onelev_check.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_cnv.f90 b/amgprec/impl/level/amg_d_base_onelev_cnv.f90 index 600b452c..ff23aafe 100644 --- a/amgprec/impl/level/amg_d_base_onelev_cnv.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_csetc.F90 b/amgprec/impl/level/amg_d_base_onelev_csetc.F90 index 65409908..493f7842 100644 --- a/amgprec/impl/level/amg_d_base_onelev_csetc.F90 +++ b/amgprec/impl/level/amg_d_base_onelev_csetc.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_cseti.F90 b/amgprec/impl/level/amg_d_base_onelev_cseti.F90 index d5782328..a23ccf99 100644 --- a/amgprec/impl/level/amg_d_base_onelev_cseti.F90 +++ b/amgprec/impl/level/amg_d_base_onelev_cseti.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_csetr.f90 b/amgprec/impl/level/amg_d_base_onelev_csetr.f90 index a04e6cbf..819cc6ec 100644 --- a/amgprec/impl/level/amg_d_base_onelev_csetr.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_descr.f90 b/amgprec/impl/level/amg_d_base_onelev_descr.f90 index 621b8444..e3533199 100644 --- a/amgprec/impl/level/amg_d_base_onelev_descr.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_dump.f90 b/amgprec/impl/level/amg_d_base_onelev_dump.f90 index 0b3e15f6..4c698dff 100644 --- a/amgprec/impl/level/amg_d_base_onelev_dump.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_dump.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_free.f90 b/amgprec/impl/level/amg_d_base_onelev_free.f90 index 9f902321..2ecb9e84 100644 --- a/amgprec/impl/level/amg_d_base_onelev_free.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_free_smoothers.f90 b/amgprec/impl/level/amg_d_base_onelev_free_smoothers.f90 index 9431babe..ac0367df 100644 --- a/amgprec/impl/level/amg_d_base_onelev_free_smoothers.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_free_smoothers.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_map_prol.F90 b/amgprec/impl/level/amg_d_base_onelev_map_prol.F90 index 1c2c9faf..c55411a4 100644 --- a/amgprec/impl/level/amg_d_base_onelev_map_prol.F90 +++ b/amgprec/impl/level/amg_d_base_onelev_map_prol.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_map_rstr.F90 b/amgprec/impl/level/amg_d_base_onelev_map_rstr.F90 index f0799f48..c132d63c 100644 --- a/amgprec/impl/level/amg_d_base_onelev_map_rstr.F90 +++ b/amgprec/impl/level/amg_d_base_onelev_map_rstr.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_mat_asb.f90 b/amgprec/impl/level/amg_d_base_onelev_mat_asb.f90 index 6bd4e1ac..4584bc4f 100644 --- a/amgprec/impl/level/amg_d_base_onelev_mat_asb.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_mat_asb.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_memory_use.f90 b/amgprec/impl/level/amg_d_base_onelev_memory_use.f90 index 3edc5999..a9f6a923 100644 --- a/amgprec/impl/level/amg_d_base_onelev_memory_use.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_memory_use.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_setag.f90 b/amgprec/impl/level/amg_d_base_onelev_setag.f90 index 0d922ca5..70d10630 100644 --- a/amgprec/impl/level/amg_d_base_onelev_setag.f90 +++ b/amgprec/impl/level/amg_d_base_onelev_setag.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_setsm.F90 b/amgprec/impl/level/amg_d_base_onelev_setsm.F90 index eee7ab11..f534e4f0 100644 --- a/amgprec/impl/level/amg_d_base_onelev_setsm.F90 +++ b/amgprec/impl/level/amg_d_base_onelev_setsm.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_d_base_onelev_setsv.F90 b/amgprec/impl/level/amg_d_base_onelev_setsv.F90 index e2fc6e59..9381a987 100644 --- a/amgprec/impl/level/amg_d_base_onelev_setsv.F90 +++ b/amgprec/impl/level/amg_d_base_onelev_setsv.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_build.f90 b/amgprec/impl/level/amg_s_base_onelev_build.f90 index 67c50197..7bcca484 100644 --- a/amgprec/impl/level/amg_s_base_onelev_build.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_build.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_check.f90 b/amgprec/impl/level/amg_s_base_onelev_check.f90 index 86f02d9b..2ea5041e 100644 --- a/amgprec/impl/level/amg_s_base_onelev_check.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_cnv.f90 b/amgprec/impl/level/amg_s_base_onelev_cnv.f90 index e4b61d07..5b10ed6e 100644 --- a/amgprec/impl/level/amg_s_base_onelev_cnv.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_csetc.F90 b/amgprec/impl/level/amg_s_base_onelev_csetc.F90 index a1c0a7a8..c4d3d810 100644 --- a/amgprec/impl/level/amg_s_base_onelev_csetc.F90 +++ b/amgprec/impl/level/amg_s_base_onelev_csetc.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_cseti.F90 b/amgprec/impl/level/amg_s_base_onelev_cseti.F90 index 78ed0591..5c60971d 100644 --- a/amgprec/impl/level/amg_s_base_onelev_cseti.F90 +++ b/amgprec/impl/level/amg_s_base_onelev_cseti.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_csetr.f90 b/amgprec/impl/level/amg_s_base_onelev_csetr.f90 index 9227af3f..a865e523 100644 --- a/amgprec/impl/level/amg_s_base_onelev_csetr.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_descr.f90 b/amgprec/impl/level/amg_s_base_onelev_descr.f90 index 0bc10503..94de1a64 100644 --- a/amgprec/impl/level/amg_s_base_onelev_descr.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_dump.f90 b/amgprec/impl/level/amg_s_base_onelev_dump.f90 index 6fb3454e..ad7cb26a 100644 --- a/amgprec/impl/level/amg_s_base_onelev_dump.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_dump.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_free.f90 b/amgprec/impl/level/amg_s_base_onelev_free.f90 index 9793fff5..01bd291d 100644 --- a/amgprec/impl/level/amg_s_base_onelev_free.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_free_smoothers.f90 b/amgprec/impl/level/amg_s_base_onelev_free_smoothers.f90 index 9d03625f..8fa4ae3f 100644 --- a/amgprec/impl/level/amg_s_base_onelev_free_smoothers.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_free_smoothers.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_map_prol.F90 b/amgprec/impl/level/amg_s_base_onelev_map_prol.F90 index a0a699fd..e927a69d 100644 --- a/amgprec/impl/level/amg_s_base_onelev_map_prol.F90 +++ b/amgprec/impl/level/amg_s_base_onelev_map_prol.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_map_rstr.F90 b/amgprec/impl/level/amg_s_base_onelev_map_rstr.F90 index 9bc3e455..492c3d1b 100644 --- a/amgprec/impl/level/amg_s_base_onelev_map_rstr.F90 +++ b/amgprec/impl/level/amg_s_base_onelev_map_rstr.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_mat_asb.f90 b/amgprec/impl/level/amg_s_base_onelev_mat_asb.f90 index 034151d3..5ecf7ac8 100644 --- a/amgprec/impl/level/amg_s_base_onelev_mat_asb.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_mat_asb.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_memory_use.f90 b/amgprec/impl/level/amg_s_base_onelev_memory_use.f90 index 8cc5a4fa..8221ac5f 100644 --- a/amgprec/impl/level/amg_s_base_onelev_memory_use.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_memory_use.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_setag.f90 b/amgprec/impl/level/amg_s_base_onelev_setag.f90 index 8121b4d3..5ccc3002 100644 --- a/amgprec/impl/level/amg_s_base_onelev_setag.f90 +++ b/amgprec/impl/level/amg_s_base_onelev_setag.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_setsm.F90 b/amgprec/impl/level/amg_s_base_onelev_setsm.F90 index 242946f5..aa38d5ef 100644 --- a/amgprec/impl/level/amg_s_base_onelev_setsm.F90 +++ b/amgprec/impl/level/amg_s_base_onelev_setsm.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_s_base_onelev_setsv.F90 b/amgprec/impl/level/amg_s_base_onelev_setsv.F90 index 77abe48d..82dbdad6 100644 --- a/amgprec/impl/level/amg_s_base_onelev_setsv.F90 +++ b/amgprec/impl/level/amg_s_base_onelev_setsv.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_build.f90 b/amgprec/impl/level/amg_z_base_onelev_build.f90 index d582bca4..b404e8f0 100644 --- a/amgprec/impl/level/amg_z_base_onelev_build.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_build.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_check.f90 b/amgprec/impl/level/amg_z_base_onelev_check.f90 index 71494d8c..106c5d3d 100644 --- a/amgprec/impl/level/amg_z_base_onelev_check.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_cnv.f90 b/amgprec/impl/level/amg_z_base_onelev_cnv.f90 index 897387a8..83d28669 100644 --- a/amgprec/impl/level/amg_z_base_onelev_cnv.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_csetc.F90 b/amgprec/impl/level/amg_z_base_onelev_csetc.F90 index 512f0ec0..582442b6 100644 --- a/amgprec/impl/level/amg_z_base_onelev_csetc.F90 +++ b/amgprec/impl/level/amg_z_base_onelev_csetc.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_cseti.F90 b/amgprec/impl/level/amg_z_base_onelev_cseti.F90 index 7efb36d3..dcff1076 100644 --- a/amgprec/impl/level/amg_z_base_onelev_cseti.F90 +++ b/amgprec/impl/level/amg_z_base_onelev_cseti.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_csetr.f90 b/amgprec/impl/level/amg_z_base_onelev_csetr.f90 index d014fc74..5dbb7be0 100644 --- a/amgprec/impl/level/amg_z_base_onelev_csetr.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_descr.f90 b/amgprec/impl/level/amg_z_base_onelev_descr.f90 index 57b4612a..e58b77f3 100644 --- a/amgprec/impl/level/amg_z_base_onelev_descr.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_dump.f90 b/amgprec/impl/level/amg_z_base_onelev_dump.f90 index 49e8eb98..2a5bf266 100644 --- a/amgprec/impl/level/amg_z_base_onelev_dump.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_dump.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_free.f90 b/amgprec/impl/level/amg_z_base_onelev_free.f90 index 9c285f31..ceb1f829 100644 --- a/amgprec/impl/level/amg_z_base_onelev_free.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_free_smoothers.f90 b/amgprec/impl/level/amg_z_base_onelev_free_smoothers.f90 index 79d63bfe..6e91c879 100644 --- a/amgprec/impl/level/amg_z_base_onelev_free_smoothers.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_free_smoothers.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_map_prol.F90 b/amgprec/impl/level/amg_z_base_onelev_map_prol.F90 index 83711f54..52568a8f 100644 --- a/amgprec/impl/level/amg_z_base_onelev_map_prol.F90 +++ b/amgprec/impl/level/amg_z_base_onelev_map_prol.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_map_rstr.F90 b/amgprec/impl/level/amg_z_base_onelev_map_rstr.F90 index c86caafb..418d9be1 100644 --- a/amgprec/impl/level/amg_z_base_onelev_map_rstr.F90 +++ b/amgprec/impl/level/amg_z_base_onelev_map_rstr.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_mat_asb.f90 b/amgprec/impl/level/amg_z_base_onelev_mat_asb.f90 index eb11cad2..a2e93387 100644 --- a/amgprec/impl/level/amg_z_base_onelev_mat_asb.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_mat_asb.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_memory_use.f90 b/amgprec/impl/level/amg_z_base_onelev_memory_use.f90 index 6682ff2d..105eade1 100644 --- a/amgprec/impl/level/amg_z_base_onelev_memory_use.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_memory_use.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_setag.f90 b/amgprec/impl/level/amg_z_base_onelev_setag.f90 index 0d0c0321..3182c6c0 100644 --- a/amgprec/impl/level/amg_z_base_onelev_setag.f90 +++ b/amgprec/impl/level/amg_z_base_onelev_setag.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_setsm.F90 b/amgprec/impl/level/amg_z_base_onelev_setsm.F90 index eb02501c..837d3b3b 100644 --- a/amgprec/impl/level/amg_z_base_onelev_setsm.F90 +++ b/amgprec/impl/level/amg_z_base_onelev_setsm.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/level/amg_z_base_onelev_setsv.F90 b/amgprec/impl/level/amg_z_base_onelev_setsv.F90 index 433bcbf3..46fd2530 100644 --- a/amgprec/impl/level/amg_z_base_onelev_setsv.F90 +++ b/amgprec/impl/level/amg_z_base_onelev_setsv.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_apply.f90 b/amgprec/impl/smoother/amg_c_as_smoother_apply.f90 index d961b51d..917130b4 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_c_as_smoother_apply_vect.f90 index bc244cbe..96bacb07 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_bld.f90 b/amgprec/impl/smoother/amg_c_as_smoother_bld.f90 index 3b06552f..1c277eb4 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_check.f90 b/amgprec/impl/smoother/amg_c_as_smoother_check.f90 index 78160995..83bd51f7 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_check.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_c_as_smoother_clear_data.f90 index 491694c4..6bcc6ae3 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_clone.f90 b/amgprec/impl/smoother/amg_c_as_smoother_clone.f90 index 9632905e..d6a443ba 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_c_as_smoother_clone_settings.f90 index 2cc605ed..f6f65d5d 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_cnv.f90 b/amgprec/impl/smoother/amg_c_as_smoother_cnv.f90 index dfb1b2ec..d4c4a521 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_csetc.f90 b/amgprec/impl/smoother/amg_c_as_smoother_csetc.f90 index 95a70d68..34926e1d 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_cseti.f90 b/amgprec/impl/smoother/amg_c_as_smoother_cseti.f90 index f14575ae..376298bc 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_dmp.f90 b/amgprec/impl/smoother/amg_c_as_smoother_dmp.f90 index f0b2e2c4..93236931 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_free.f90 b/amgprec/impl/smoother/amg_c_as_smoother_free.f90 index 6c22e1d2..f491fb4f 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_free.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_prol_a.f90 b/amgprec/impl/smoother/amg_c_as_smoother_prol_a.f90 index 733ad0c6..c945a51a 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_prol_a.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_prol_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_prol_v.f90 b/amgprec/impl/smoother/amg_c_as_smoother_prol_v.f90 index 7ad67a21..b6e7a01a 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_prol_v.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_prol_v.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_restr_a.f90 b/amgprec/impl/smoother/amg_c_as_smoother_restr_a.f90 index 7a49c609..08de62a2 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_restr_a.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_restr_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_as_smoother_restr_v.f90 b/amgprec/impl/smoother/amg_c_as_smoother_restr_v.f90 index c0a02a2b..1b204ca6 100644 --- a/amgprec/impl/smoother/amg_c_as_smoother_restr_v.f90 +++ b/amgprec/impl/smoother/amg_c_as_smoother_restr_v.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_apply.f90 b/amgprec/impl/smoother/amg_c_base_smoother_apply.f90 index 2b122d4a..e2cf8d82 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_c_base_smoother_apply_vect.f90 index 9f57675d..ee4d60b7 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_bld.f90 b/amgprec/impl/smoother/amg_c_base_smoother_bld.f90 index 5b87b794..3439cdcd 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_check.f90 b/amgprec/impl/smoother/amg_c_base_smoother_check.f90 index aed4d5e5..b00c9175 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_check.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_c_base_smoother_clear_data.f90 index 63f6f197..80910e93 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_clone.f90 b/amgprec/impl/smoother/amg_c_base_smoother_clone.f90 index 632b4015..6ff1426c 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_c_base_smoother_clone_settings.f90 index bba2aead..71ac4f55 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_cnv.f90 b/amgprec/impl/smoother/amg_c_base_smoother_cnv.f90 index 451785f5..183171a2 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_csetc.f90 b/amgprec/impl/smoother/amg_c_base_smoother_csetc.f90 index f4aa315b..ef880469 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_cseti.f90 b/amgprec/impl/smoother/amg_c_base_smoother_cseti.f90 index 51757d2d..4019def5 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_csetr.f90 b/amgprec/impl/smoother/amg_c_base_smoother_csetr.f90 index 8c9aa7cf..fd0ffdc3 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_descr.f90 b/amgprec/impl/smoother/amg_c_base_smoother_descr.f90 index 4ed7798c..4f875704 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_dmp.f90 b/amgprec/impl/smoother/amg_c_base_smoother_dmp.f90 index 54bc511a..cc789bc3 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_base_smoother_free.f90 b/amgprec/impl/smoother/amg_c_base_smoother_free.f90 index 74e21b3e..d5a1882f 100644 --- a/amgprec/impl/smoother/amg_c_base_smoother_free.f90 +++ b/amgprec/impl/smoother/amg_c_base_smoother_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_apply.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_apply.f90 index 4f824280..ffde8955 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_apply_vect.f90 index 4a6572b8..10435dcc 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_bld.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_bld.f90 index 3efd6cbf..0c4747f3 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_clear_data.f90 index 2ce42b1f..5a1ed177 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_clone.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_clone.f90 index 8d147e28..d1a129f1 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_clone_settings.f90 index 4dd2ee0d..5ae8e06e 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_cnv.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_cnv.f90 index 94c61a8d..2c99da73 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_csetc.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_csetc.f90 index 07a0317d..3eb17ff9 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_cseti.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_cseti.f90 index b37cafda..d0050e6c 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_csetr.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_csetr.f90 index b9c9f185..5fd26359 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_descr.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_descr.f90 index f0f670cc..29610d9f 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_jac_smoother_dmp.f90 b/amgprec/impl/smoother/amg_c_jac_smoother_dmp.f90 index dde00705..ea7bc902 100644 --- a/amgprec/impl/smoother/amg_c_jac_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_c_jac_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_l1_jac_smoother_bld.f90 b/amgprec/impl/smoother/amg_c_l1_jac_smoother_bld.f90 index 86b5b4c7..a5952bfa 100644 --- a/amgprec/impl/smoother/amg_c_l1_jac_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_c_l1_jac_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_l1_jac_smoother_clone.f90 b/amgprec/impl/smoother/amg_c_l1_jac_smoother_clone.f90 index e94302ca..f660c652 100644 --- a/amgprec/impl/smoother/amg_c_l1_jac_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_c_l1_jac_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_c_l1_jac_smoother_descr.f90 b/amgprec/impl/smoother/amg_c_l1_jac_smoother_descr.f90 index fb053d86..f619ce1f 100644 --- a/amgprec/impl/smoother/amg_c_l1_jac_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_c_l1_jac_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_apply.f90 b/amgprec/impl/smoother/amg_d_as_smoother_apply.f90 index 535c665b..e8ebc808 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_d_as_smoother_apply_vect.f90 index f64c04f5..bcb24232 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_bld.f90 b/amgprec/impl/smoother/amg_d_as_smoother_bld.f90 index 2c8b6048..835e5a40 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_check.f90 b/amgprec/impl/smoother/amg_d_as_smoother_check.f90 index d8d8e4f3..4c6fe182 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_check.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_d_as_smoother_clear_data.f90 index 5d80b4f0..3702abde 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_clone.f90 b/amgprec/impl/smoother/amg_d_as_smoother_clone.f90 index c7bbd942..b55a5927 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_d_as_smoother_clone_settings.f90 index db7ebd67..9ab41a69 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_cnv.f90 b/amgprec/impl/smoother/amg_d_as_smoother_cnv.f90 index 221cf958..731ffc47 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_csetc.f90 b/amgprec/impl/smoother/amg_d_as_smoother_csetc.f90 index 706651de..d5a2f165 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_cseti.f90 b/amgprec/impl/smoother/amg_d_as_smoother_cseti.f90 index 4b2852b4..3b42b2cc 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_dmp.f90 b/amgprec/impl/smoother/amg_d_as_smoother_dmp.f90 index f7f089c6..71317b52 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_free.f90 b/amgprec/impl/smoother/amg_d_as_smoother_free.f90 index b5e1aa6e..55bf9355 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_free.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_prol_a.f90 b/amgprec/impl/smoother/amg_d_as_smoother_prol_a.f90 index 88a6933d..bc4bfb4f 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_prol_a.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_prol_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_prol_v.f90 b/amgprec/impl/smoother/amg_d_as_smoother_prol_v.f90 index bb77412e..f155f151 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_prol_v.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_prol_v.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_restr_a.f90 b/amgprec/impl/smoother/amg_d_as_smoother_restr_a.f90 index 9a47f5ad..500d8fcf 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_restr_a.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_restr_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_as_smoother_restr_v.f90 b/amgprec/impl/smoother/amg_d_as_smoother_restr_v.f90 index 0660527f..b30c7051 100644 --- a/amgprec/impl/smoother/amg_d_as_smoother_restr_v.f90 +++ b/amgprec/impl/smoother/amg_d_as_smoother_restr_v.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_apply.f90 b/amgprec/impl/smoother/amg_d_base_smoother_apply.f90 index b33aac58..534c7fd2 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_d_base_smoother_apply_vect.f90 index a21dea44..65a8daed 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_bld.f90 b/amgprec/impl/smoother/amg_d_base_smoother_bld.f90 index 86726ba9..96e616df 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_check.f90 b/amgprec/impl/smoother/amg_d_base_smoother_check.f90 index 72be6e0e..8ed5b60b 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_check.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_d_base_smoother_clear_data.f90 index 5f427d75..73428c3c 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_clone.f90 b/amgprec/impl/smoother/amg_d_base_smoother_clone.f90 index df962f22..f51616c4 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_d_base_smoother_clone_settings.f90 index 2e26461a..bbe18a7b 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_cnv.f90 b/amgprec/impl/smoother/amg_d_base_smoother_cnv.f90 index 08c50228..b705768c 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_csetc.f90 b/amgprec/impl/smoother/amg_d_base_smoother_csetc.f90 index d4a7b40e..c82c745d 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_cseti.f90 b/amgprec/impl/smoother/amg_d_base_smoother_cseti.f90 index 94182c22..afa93dee 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_csetr.f90 b/amgprec/impl/smoother/amg_d_base_smoother_csetr.f90 index 6e3abae6..31b86f3e 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_descr.f90 b/amgprec/impl/smoother/amg_d_base_smoother_descr.f90 index 2c59b7d2..1f9321d2 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_dmp.f90 b/amgprec/impl/smoother/amg_d_base_smoother_dmp.f90 index 9dd7fe77..5eaa6dd6 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_base_smoother_free.f90 b/amgprec/impl/smoother/amg_d_base_smoother_free.f90 index c1f31eaf..fcbe41ba 100644 --- a/amgprec/impl/smoother/amg_d_base_smoother_free.f90 +++ b/amgprec/impl/smoother/amg_d_base_smoother_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_apply.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_apply.f90 index 86264e18..4b03eff7 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_apply_vect.f90 index fa0bf272..34a3de72 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_bld.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_bld.f90 index 35b61297..27d4bd0c 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_clear_data.f90 index fd7e9c19..9e3f5995 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_clone.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_clone.f90 index 72d1e382..66917031 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_clone_settings.f90 index 00192b2d..e09b7837 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_cnv.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_cnv.f90 index ef859db5..ac984348 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_csetc.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_csetc.f90 index 1623e0d9..ef581190 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_cseti.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_cseti.f90 index 5db19c48..388aa9eb 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_csetr.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_csetr.f90 index 5aff6275..41f86e10 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_descr.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_descr.f90 index 11d6bbad..3e15a242 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_jac_smoother_dmp.f90 b/amgprec/impl/smoother/amg_d_jac_smoother_dmp.f90 index 96f6384c..4df8016a 100644 --- a/amgprec/impl/smoother/amg_d_jac_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_d_jac_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_l1_jac_smoother_bld.f90 b/amgprec/impl/smoother/amg_d_l1_jac_smoother_bld.f90 index 19dcac7f..2a890a1d 100644 --- a/amgprec/impl/smoother/amg_d_l1_jac_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_d_l1_jac_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_l1_jac_smoother_clone.f90 b/amgprec/impl/smoother/amg_d_l1_jac_smoother_clone.f90 index 9dff7254..1eeef34c 100644 --- a/amgprec/impl/smoother/amg_d_l1_jac_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_d_l1_jac_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_l1_jac_smoother_descr.f90 b/amgprec/impl/smoother/amg_d_l1_jac_smoother_descr.f90 index 015a1256..bb78c3e8 100644 --- a/amgprec/impl/smoother/amg_d_l1_jac_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_d_l1_jac_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_apply_vect.f90 index 4252be44..8892888b 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_bld.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_bld.f90 index 846777c8..e568ea6c 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_clear_data.f90 index a6df5486..e7279245 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_clone.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_clone.f90 index 7dfb2655..e30da1f0 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_clone_settings.f90 index d3dcaa0b..3b2e81de 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_cnv.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_cnv.f90 index 42d2ce15..5aa84e55 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_csetc.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_csetc.f90 index 3d0ac0fe..35abecf9 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_cseti.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_cseti.f90 index beb475c0..02586264 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_csetr.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_csetr.f90 index f1987a7b..9e5e0c3f 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_descr.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_descr.f90 index f34a3166..caa4af3a 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_d_poly_smoother_dmp.f90 b/amgprec/impl/smoother/amg_d_poly_smoother_dmp.f90 index 296ce7e6..b80fb760 100644 --- a/amgprec/impl/smoother/amg_d_poly_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_d_poly_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_apply.f90 b/amgprec/impl/smoother/amg_s_as_smoother_apply.f90 index f6222d4e..74fd5ca5 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_s_as_smoother_apply_vect.f90 index c499e4a6..0350c491 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_bld.f90 b/amgprec/impl/smoother/amg_s_as_smoother_bld.f90 index 81e42463..f98b7440 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_check.f90 b/amgprec/impl/smoother/amg_s_as_smoother_check.f90 index c5345bc7..55f93c4d 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_check.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_s_as_smoother_clear_data.f90 index bbd4f720..4008de59 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_clone.f90 b/amgprec/impl/smoother/amg_s_as_smoother_clone.f90 index 9cb1d20e..27dfd604 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_s_as_smoother_clone_settings.f90 index 53915262..e5322245 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_cnv.f90 b/amgprec/impl/smoother/amg_s_as_smoother_cnv.f90 index 0b3dc46b..d5267f18 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_csetc.f90 b/amgprec/impl/smoother/amg_s_as_smoother_csetc.f90 index 9dda7ab6..5f1ba9ff 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_cseti.f90 b/amgprec/impl/smoother/amg_s_as_smoother_cseti.f90 index 58a80e2e..cbdaf8c8 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_dmp.f90 b/amgprec/impl/smoother/amg_s_as_smoother_dmp.f90 index a662a2b6..0f0387b9 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_free.f90 b/amgprec/impl/smoother/amg_s_as_smoother_free.f90 index 3085f485..8b71ab0a 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_free.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_prol_a.f90 b/amgprec/impl/smoother/amg_s_as_smoother_prol_a.f90 index bbde1ea1..3c4fdd8e 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_prol_a.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_prol_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_prol_v.f90 b/amgprec/impl/smoother/amg_s_as_smoother_prol_v.f90 index 8179b356..62e2817a 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_prol_v.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_prol_v.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_restr_a.f90 b/amgprec/impl/smoother/amg_s_as_smoother_restr_a.f90 index 191c7fc6..550faac3 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_restr_a.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_restr_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_as_smoother_restr_v.f90 b/amgprec/impl/smoother/amg_s_as_smoother_restr_v.f90 index 8c320d3c..ad20ceb9 100644 --- a/amgprec/impl/smoother/amg_s_as_smoother_restr_v.f90 +++ b/amgprec/impl/smoother/amg_s_as_smoother_restr_v.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_apply.f90 b/amgprec/impl/smoother/amg_s_base_smoother_apply.f90 index 9959f9c1..c34377f5 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_s_base_smoother_apply_vect.f90 index dddb26bf..f31aa62d 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_bld.f90 b/amgprec/impl/smoother/amg_s_base_smoother_bld.f90 index 177c1084..4327dbae 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_check.f90 b/amgprec/impl/smoother/amg_s_base_smoother_check.f90 index 50578d69..72adcfee 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_check.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_s_base_smoother_clear_data.f90 index 1ba63af8..3c2829c6 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_clone.f90 b/amgprec/impl/smoother/amg_s_base_smoother_clone.f90 index 026f4457..3af51ab5 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_s_base_smoother_clone_settings.f90 index 47205e7e..9f9f5eab 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_cnv.f90 b/amgprec/impl/smoother/amg_s_base_smoother_cnv.f90 index b08894c7..a057b571 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_csetc.f90 b/amgprec/impl/smoother/amg_s_base_smoother_csetc.f90 index da67308b..865780fb 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_cseti.f90 b/amgprec/impl/smoother/amg_s_base_smoother_cseti.f90 index 06ea68a0..998c0538 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_csetr.f90 b/amgprec/impl/smoother/amg_s_base_smoother_csetr.f90 index dda0f094..83b3218c 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_descr.f90 b/amgprec/impl/smoother/amg_s_base_smoother_descr.f90 index f81f9c95..1ddda70d 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_dmp.f90 b/amgprec/impl/smoother/amg_s_base_smoother_dmp.f90 index 47e1e6de..cdef5d2d 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_base_smoother_free.f90 b/amgprec/impl/smoother/amg_s_base_smoother_free.f90 index 6798c5c4..cd626c27 100644 --- a/amgprec/impl/smoother/amg_s_base_smoother_free.f90 +++ b/amgprec/impl/smoother/amg_s_base_smoother_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_apply.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_apply.f90 index b673cb78..6cafa5a7 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_apply_vect.f90 index 8a68fc23..e401d9d4 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_bld.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_bld.f90 index 738b92bf..e65e2569 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_clear_data.f90 index ccb6c91a..345830c9 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_clone.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_clone.f90 index b04dda7d..e19eda3c 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_clone_settings.f90 index 8089a628..49795cbd 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_cnv.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_cnv.f90 index 35b888aa..e323a8bd 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_csetc.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_csetc.f90 index 0cffb9b8..9b5bbf1f 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_cseti.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_cseti.f90 index 1ce7c4c2..e7e7a0ae 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_csetr.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_csetr.f90 index b7023ed3..49faa46d 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_descr.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_descr.f90 index 08836ea2..5f98e554 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_jac_smoother_dmp.f90 b/amgprec/impl/smoother/amg_s_jac_smoother_dmp.f90 index 8478ce9a..2e8429a1 100644 --- a/amgprec/impl/smoother/amg_s_jac_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_s_jac_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_l1_jac_smoother_bld.f90 b/amgprec/impl/smoother/amg_s_l1_jac_smoother_bld.f90 index 1deea048..c4f30c41 100644 --- a/amgprec/impl/smoother/amg_s_l1_jac_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_s_l1_jac_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_l1_jac_smoother_clone.f90 b/amgprec/impl/smoother/amg_s_l1_jac_smoother_clone.f90 index b6c952f9..3d01b3a0 100644 --- a/amgprec/impl/smoother/amg_s_l1_jac_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_s_l1_jac_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_l1_jac_smoother_descr.f90 b/amgprec/impl/smoother/amg_s_l1_jac_smoother_descr.f90 index ea458a0f..1b30d249 100644 --- a/amgprec/impl/smoother/amg_s_l1_jac_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_s_l1_jac_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_apply_vect.f90 index f97fe249..680d9bd8 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_bld.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_bld.f90 index 3915f25b..d0ac5e9e 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_clear_data.f90 index 5b0d88b7..b136da3d 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_clone.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_clone.f90 index 7bf3fbcc..e391787d 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_clone_settings.f90 index d45e6b88..a7b3108b 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_cnv.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_cnv.f90 index 810809fb..52b5c216 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_csetc.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_csetc.f90 index b00d1d0d..f7b4de6c 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_cseti.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_cseti.f90 index 2d81bad8..f9c5bb95 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_csetr.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_csetr.f90 index c7ec74cd..08713bc9 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_descr.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_descr.f90 index 20fa0742..2b5c1ffd 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_s_poly_smoother_dmp.f90 b/amgprec/impl/smoother/amg_s_poly_smoother_dmp.f90 index da16b187..9069a831 100644 --- a/amgprec/impl/smoother/amg_s_poly_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_s_poly_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_apply.f90 b/amgprec/impl/smoother/amg_z_as_smoother_apply.f90 index 34d19141..3fa19da8 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_z_as_smoother_apply_vect.f90 index 6b7e9736..e9b0fb21 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_bld.f90 b/amgprec/impl/smoother/amg_z_as_smoother_bld.f90 index c4fc6deb..40f0d65d 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_check.f90 b/amgprec/impl/smoother/amg_z_as_smoother_check.f90 index 1a52b08e..b0fe1b54 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_check.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_z_as_smoother_clear_data.f90 index e637fac6..6ab70d63 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_clone.f90 b/amgprec/impl/smoother/amg_z_as_smoother_clone.f90 index d3223240..c6f56de1 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_z_as_smoother_clone_settings.f90 index 77ada6b7..824115c7 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_cnv.f90 b/amgprec/impl/smoother/amg_z_as_smoother_cnv.f90 index 8997bdcc..a330d679 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_csetc.f90 b/amgprec/impl/smoother/amg_z_as_smoother_csetc.f90 index 00dafe6d..5a55cc0b 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_cseti.f90 b/amgprec/impl/smoother/amg_z_as_smoother_cseti.f90 index 3bdb1abb..a3c4a4af 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_dmp.f90 b/amgprec/impl/smoother/amg_z_as_smoother_dmp.f90 index 1fafe1bb..af883b64 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_free.f90 b/amgprec/impl/smoother/amg_z_as_smoother_free.f90 index dc6c98b6..08b23f50 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_free.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_prol_a.f90 b/amgprec/impl/smoother/amg_z_as_smoother_prol_a.f90 index 5c52fe0f..8395ec8b 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_prol_a.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_prol_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_prol_v.f90 b/amgprec/impl/smoother/amg_z_as_smoother_prol_v.f90 index 32b748aa..23a58caf 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_prol_v.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_prol_v.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_restr_a.f90 b/amgprec/impl/smoother/amg_z_as_smoother_restr_a.f90 index d988ad8f..6c64e246 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_restr_a.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_restr_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_as_smoother_restr_v.f90 b/amgprec/impl/smoother/amg_z_as_smoother_restr_v.f90 index 146b34b1..3187598f 100644 --- a/amgprec/impl/smoother/amg_z_as_smoother_restr_v.f90 +++ b/amgprec/impl/smoother/amg_z_as_smoother_restr_v.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_apply.f90 b/amgprec/impl/smoother/amg_z_base_smoother_apply.f90 index c983fcfd..16d82e4c 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_z_base_smoother_apply_vect.f90 index 71c05b27..54cd8505 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_bld.f90 b/amgprec/impl/smoother/amg_z_base_smoother_bld.f90 index 4f4b0985..f805485a 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_check.f90 b/amgprec/impl/smoother/amg_z_base_smoother_check.f90 index 99cac3ef..8ccac413 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_check.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_z_base_smoother_clear_data.f90 index 1a1641d3..72eef80e 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_clone.f90 b/amgprec/impl/smoother/amg_z_base_smoother_clone.f90 index f7a2fd0b..5d30a307 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_z_base_smoother_clone_settings.f90 index 4bfe7ef0..f9d26101 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_cnv.f90 b/amgprec/impl/smoother/amg_z_base_smoother_cnv.f90 index 1477288a..9f23a10d 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_csetc.f90 b/amgprec/impl/smoother/amg_z_base_smoother_csetc.f90 index 5ca41078..e59481b3 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_cseti.f90 b/amgprec/impl/smoother/amg_z_base_smoother_cseti.f90 index 78c2234c..a9673df8 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_csetr.f90 b/amgprec/impl/smoother/amg_z_base_smoother_csetr.f90 index 9610365d..8f04ab5e 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_descr.f90 b/amgprec/impl/smoother/amg_z_base_smoother_descr.f90 index 42d9cbb9..ca50cc93 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_dmp.f90 b/amgprec/impl/smoother/amg_z_base_smoother_dmp.f90 index 88b28665..c5f605dd 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_base_smoother_free.f90 b/amgprec/impl/smoother/amg_z_base_smoother_free.f90 index ca07d533..3cae112e 100644 --- a/amgprec/impl/smoother/amg_z_base_smoother_free.f90 +++ b/amgprec/impl/smoother/amg_z_base_smoother_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_apply.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_apply.f90 index 893794ab..d2a422c1 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_apply.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_apply_vect.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_apply_vect.f90 index f73458dd..00e77d33 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_apply_vect.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_bld.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_bld.f90 index 3a95bf32..0aa987bb 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_clear_data.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_clear_data.f90 index 5b5d4666..c9c48b45 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_clear_data.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_clone.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_clone.f90 index 5ea845ab..a7a0fd90 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_clone_settings.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_clone_settings.f90 index 489575b4..eb160cf9 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_clone_settings.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_cnv.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_cnv.f90 index 05bdd3ee..c72c9745 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_cnv.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_csetc.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_csetc.f90 index f8ef645b..1999fed0 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_csetc.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_cseti.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_cseti.f90 index 78d003c6..e9c0d904 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_cseti.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_csetr.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_csetr.f90 index 433cd883..b8120a0f 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_csetr.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_descr.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_descr.f90 index 79f85d23..e9b55fee 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_jac_smoother_dmp.f90 b/amgprec/impl/smoother/amg_z_jac_smoother_dmp.f90 index 47ed8560..0c85a63e 100644 --- a/amgprec/impl/smoother/amg_z_jac_smoother_dmp.f90 +++ b/amgprec/impl/smoother/amg_z_jac_smoother_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_l1_jac_smoother_bld.f90 b/amgprec/impl/smoother/amg_z_l1_jac_smoother_bld.f90 index 571933a3..f76ba9cb 100644 --- a/amgprec/impl/smoother/amg_z_l1_jac_smoother_bld.f90 +++ b/amgprec/impl/smoother/amg_z_l1_jac_smoother_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_l1_jac_smoother_clone.f90 b/amgprec/impl/smoother/amg_z_l1_jac_smoother_clone.f90 index 86d88027..84310ad6 100644 --- a/amgprec/impl/smoother/amg_z_l1_jac_smoother_clone.f90 +++ b/amgprec/impl/smoother/amg_z_l1_jac_smoother_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/smoother/amg_z_l1_jac_smoother_descr.f90 b/amgprec/impl/smoother/amg_z_l1_jac_smoother_descr.f90 index 63ebf9ee..9ee3f71a 100644 --- a/amgprec/impl/smoother/amg_z_l1_jac_smoother_descr.f90 +++ b/amgprec/impl/smoother/amg_z_l1_jac_smoother_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ainv_solver_bld.f90 b/amgprec/impl/solver/amg_c_ainv_solver_bld.f90 index 33e011c7..2bc80cce 100644 --- a/amgprec/impl/solver/amg_c_ainv_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_ainv_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ainv_solver_check.f90 b/amgprec/impl/solver/amg_c_ainv_solver_check.f90 index 4fe6580d..44bacaba 100644 --- a/amgprec/impl/solver/amg_c_ainv_solver_check.f90 +++ b/amgprec/impl/solver/amg_c_ainv_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ainv_solver_clone.f90 b/amgprec/impl/solver/amg_c_ainv_solver_clone.f90 index 49060a8e..6ed8dff1 100644 --- a/amgprec/impl/solver/amg_c_ainv_solver_clone.f90 +++ b/amgprec/impl/solver/amg_c_ainv_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ainv_solver_clone_settings.f90 b/amgprec/impl/solver/amg_c_ainv_solver_clone_settings.f90 index 07297dcf..c6dade4c 100644 --- a/amgprec/impl/solver/amg_c_ainv_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_c_ainv_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ainv_solver_csetc.f90 b/amgprec/impl/solver/amg_c_ainv_solver_csetc.f90 index 15b15da1..988e89ce 100644 --- a/amgprec/impl/solver/amg_c_ainv_solver_csetc.f90 +++ b/amgprec/impl/solver/amg_c_ainv_solver_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ainv_solver_cseti.f90 b/amgprec/impl/solver/amg_c_ainv_solver_cseti.f90 index e5ea4fbb..1b18f61a 100644 --- a/amgprec/impl/solver/amg_c_ainv_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_c_ainv_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ainv_solver_csetr.f90 b/amgprec/impl/solver/amg_c_ainv_solver_csetr.f90 index ce9ddfe2..79509c6a 100644 --- a/amgprec/impl/solver/amg_c_ainv_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_c_ainv_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ainv_solver_descr.f90 b/amgprec/impl/solver/amg_c_ainv_solver_descr.f90 index 8bbdf666..67e8ffa0 100644 --- a/amgprec/impl/solver/amg_c_ainv_solver_descr.f90 +++ b/amgprec/impl/solver/amg_c_ainv_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_ainv_solver_apply.f90 b/amgprec/impl/solver/amg_c_base_ainv_solver_apply.f90 index 80707e35..96421721 100644 --- a/amgprec/impl/solver/amg_c_base_ainv_solver_apply.f90 +++ b/amgprec/impl/solver/amg_c_base_ainv_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_ainv_solver_apply_vect.f90 b/amgprec/impl/solver/amg_c_base_ainv_solver_apply_vect.f90 index 50c2ad4c..fbb6f7c0 100644 --- a/amgprec/impl/solver/amg_c_base_ainv_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_c_base_ainv_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_ainv_solver_cnv.f90 b/amgprec/impl/solver/amg_c_base_ainv_solver_cnv.f90 index 8b25d169..dfe1b1c9 100644 --- a/amgprec/impl/solver/amg_c_base_ainv_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_c_base_ainv_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_ainv_solver_dmp.f90 b/amgprec/impl/solver/amg_c_base_ainv_solver_dmp.f90 index 348d55da..a9439072 100644 --- a/amgprec/impl/solver/amg_c_base_ainv_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_c_base_ainv_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_ainv_solver_free.f90 b/amgprec/impl/solver/amg_c_base_ainv_solver_free.f90 index 3926e864..9f9e89e5 100644 --- a/amgprec/impl/solver/amg_c_base_ainv_solver_free.f90 +++ b/amgprec/impl/solver/amg_c_base_ainv_solver_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_ainv_update_a.f90 b/amgprec/impl/solver/amg_c_base_ainv_update_a.f90 index 17ffe89f..af6dd0e5 100644 --- a/amgprec/impl/solver/amg_c_base_ainv_update_a.f90 +++ b/amgprec/impl/solver/amg_c_base_ainv_update_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_apply.f90 b/amgprec/impl/solver/amg_c_base_solver_apply.f90 index fc430f8e..16d71269 100644 --- a/amgprec/impl/solver/amg_c_base_solver_apply.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_apply_vect.f90 b/amgprec/impl/solver/amg_c_base_solver_apply_vect.f90 index 9a624ce3..5531a4f7 100644 --- a/amgprec/impl/solver/amg_c_base_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_bld.f90 b/amgprec/impl/solver/amg_c_base_solver_bld.f90 index c4b498ed..7f71b558 100644 --- a/amgprec/impl/solver/amg_c_base_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_check.f90 b/amgprec/impl/solver/amg_c_base_solver_check.f90 index 882fb967..61a5c335 100644 --- a/amgprec/impl/solver/amg_c_base_solver_check.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_clear_data.f90 b/amgprec/impl/solver/amg_c_base_solver_clear_data.f90 index c7ea66b2..3fac2315 100644 --- a/amgprec/impl/solver/amg_c_base_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_clone.f90 b/amgprec/impl/solver/amg_c_base_solver_clone.f90 index 994312f5..3b85c255 100644 --- a/amgprec/impl/solver/amg_c_base_solver_clone.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_clone_settings.f90 b/amgprec/impl/solver/amg_c_base_solver_clone_settings.f90 index ede64855..bed685e0 100644 --- a/amgprec/impl/solver/amg_c_base_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_cnv.f90 b/amgprec/impl/solver/amg_c_base_solver_cnv.f90 index 3653fec5..afa4e062 100644 --- a/amgprec/impl/solver/amg_c_base_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_csetc.f90 b/amgprec/impl/solver/amg_c_base_solver_csetc.f90 index 62d51dee..8448ccc8 100644 --- a/amgprec/impl/solver/amg_c_base_solver_csetc.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_cseti.f90 b/amgprec/impl/solver/amg_c_base_solver_cseti.f90 index a885eb1f..551d24c1 100644 --- a/amgprec/impl/solver/amg_c_base_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_csetr.f90 b/amgprec/impl/solver/amg_c_base_solver_csetr.f90 index b78209a4..3197e8a0 100644 --- a/amgprec/impl/solver/amg_c_base_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_descr.f90 b/amgprec/impl/solver/amg_c_base_solver_descr.f90 index b768d52b..315f9e10 100644 --- a/amgprec/impl/solver/amg_c_base_solver_descr.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_dmp.f90 b/amgprec/impl/solver/amg_c_base_solver_dmp.f90 index 86ae3ea2..a67f5521 100644 --- a/amgprec/impl/solver/amg_c_base_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_base_solver_free.f90 b/amgprec/impl/solver/amg_c_base_solver_free.f90 index 041324d2..96af912b 100644 --- a/amgprec/impl/solver/amg_c_base_solver_free.f90 +++ b/amgprec/impl/solver/amg_c_base_solver_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_bwgs_solver_apply.f90 b/amgprec/impl/solver/amg_c_bwgs_solver_apply.f90 index a2b681c5..d356ffb9 100644 --- a/amgprec/impl/solver/amg_c_bwgs_solver_apply.f90 +++ b/amgprec/impl/solver/amg_c_bwgs_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_bwgs_solver_apply_vect.f90 b/amgprec/impl/solver/amg_c_bwgs_solver_apply_vect.f90 index 8510746c..079f0ea4 100644 --- a/amgprec/impl/solver/amg_c_bwgs_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_c_bwgs_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_bwgs_solver_bld.f90 b/amgprec/impl/solver/amg_c_bwgs_solver_bld.f90 index 9bfcaabd..c1bc388d 100644 --- a/amgprec/impl/solver/amg_c_bwgs_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_bwgs_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_diag_solver_apply.f90 b/amgprec/impl/solver/amg_c_diag_solver_apply.f90 index b7618e37..b075ac9f 100644 --- a/amgprec/impl/solver/amg_c_diag_solver_apply.f90 +++ b/amgprec/impl/solver/amg_c_diag_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_diag_solver_apply_vect.f90 b/amgprec/impl/solver/amg_c_diag_solver_apply_vect.f90 index f1cf0ee2..a62aaab6 100644 --- a/amgprec/impl/solver/amg_c_diag_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_c_diag_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_diag_solver_bld.f90 b/amgprec/impl/solver/amg_c_diag_solver_bld.f90 index fa16a66f..3048605f 100644 --- a/amgprec/impl/solver/amg_c_diag_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_diag_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_diag_solver_clear_data.f90 b/amgprec/impl/solver/amg_c_diag_solver_clear_data.f90 index 6263b6d9..a3cc15d7 100644 --- a/amgprec/impl/solver/amg_c_diag_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_c_diag_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_diag_solver_clone.f90 b/amgprec/impl/solver/amg_c_diag_solver_clone.f90 index 93442d57..7e16a0fc 100644 --- a/amgprec/impl/solver/amg_c_diag_solver_clone.f90 +++ b/amgprec/impl/solver/amg_c_diag_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_diag_solver_cnv.f90 b/amgprec/impl/solver/amg_c_diag_solver_cnv.f90 index 7b5b96e2..f706dd75 100644 --- a/amgprec/impl/solver/amg_c_diag_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_c_diag_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_diag_solver_dmp.f90 b/amgprec/impl/solver/amg_c_diag_solver_dmp.f90 index 5fecba4c..0f1a1ede 100644 --- a/amgprec/impl/solver/amg_c_diag_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_c_diag_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_gs_solver_apply.f90 b/amgprec/impl/solver/amg_c_gs_solver_apply.f90 index 32d57490..f33bf447 100644 --- a/amgprec/impl/solver/amg_c_gs_solver_apply.f90 +++ b/amgprec/impl/solver/amg_c_gs_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_gs_solver_apply_vect.f90 b/amgprec/impl/solver/amg_c_gs_solver_apply_vect.f90 index 98a32f31..3953a878 100644 --- a/amgprec/impl/solver/amg_c_gs_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_c_gs_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_gs_solver_bld.f90 b/amgprec/impl/solver/amg_c_gs_solver_bld.f90 index 9b3d3387..62dbabee 100644 --- a/amgprec/impl/solver/amg_c_gs_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_gs_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_gs_solver_clear_data.f90 b/amgprec/impl/solver/amg_c_gs_solver_clear_data.f90 index 46fbecad..c7d2ff8c 100644 --- a/amgprec/impl/solver/amg_c_gs_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_c_gs_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_gs_solver_clone.f90 b/amgprec/impl/solver/amg_c_gs_solver_clone.f90 index cd172396..dee914f5 100644 --- a/amgprec/impl/solver/amg_c_gs_solver_clone.f90 +++ b/amgprec/impl/solver/amg_c_gs_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_gs_solver_clone_settings.f90 b/amgprec/impl/solver/amg_c_gs_solver_clone_settings.f90 index 77b3d43e..2378f397 100644 --- a/amgprec/impl/solver/amg_c_gs_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_c_gs_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_gs_solver_cnv.f90 b/amgprec/impl/solver/amg_c_gs_solver_cnv.f90 index cd9c201f..fc2ca588 100644 --- a/amgprec/impl/solver/amg_c_gs_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_c_gs_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_gs_solver_dmp.f90 b/amgprec/impl/solver/amg_c_gs_solver_dmp.f90 index 75ce5e76..e526cb9c 100644 --- a/amgprec/impl/solver/amg_c_gs_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_c_gs_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_id_solver_apply.f90 b/amgprec/impl/solver/amg_c_id_solver_apply.f90 index f0f87f7a..f2839bc8 100644 --- a/amgprec/impl/solver/amg_c_id_solver_apply.f90 +++ b/amgprec/impl/solver/amg_c_id_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_id_solver_apply_vect.f90 b/amgprec/impl/solver/amg_c_id_solver_apply_vect.f90 index 84f36961..ad7432dd 100644 --- a/amgprec/impl/solver/amg_c_id_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_c_id_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_id_solver_clone.f90 b/amgprec/impl/solver/amg_c_id_solver_clone.f90 index dd139919..b4e4e136 100644 --- a/amgprec/impl/solver/amg_c_id_solver_clone.f90 +++ b/amgprec/impl/solver/amg_c_id_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ilu_solver_apply.f90 b/amgprec/impl/solver/amg_c_ilu_solver_apply.f90 index b7576781..16064a09 100644 --- a/amgprec/impl/solver/amg_c_ilu_solver_apply.f90 +++ b/amgprec/impl/solver/amg_c_ilu_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ilu_solver_apply_vect.f90 b/amgprec/impl/solver/amg_c_ilu_solver_apply_vect.f90 index eb4dc045..6b7258ed 100644 --- a/amgprec/impl/solver/amg_c_ilu_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_c_ilu_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ilu_solver_bld.f90 b/amgprec/impl/solver/amg_c_ilu_solver_bld.f90 index 42bad9e1..3a897f8e 100644 --- a/amgprec/impl/solver/amg_c_ilu_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_ilu_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ilu_solver_clear_data.f90 b/amgprec/impl/solver/amg_c_ilu_solver_clear_data.f90 index 2c9b6c79..3f29bcd1 100644 --- a/amgprec/impl/solver/amg_c_ilu_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_c_ilu_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ilu_solver_clone.f90 b/amgprec/impl/solver/amg_c_ilu_solver_clone.f90 index 40a9c798..e51e1975 100644 --- a/amgprec/impl/solver/amg_c_ilu_solver_clone.f90 +++ b/amgprec/impl/solver/amg_c_ilu_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ilu_solver_clone_settings.f90 b/amgprec/impl/solver/amg_c_ilu_solver_clone_settings.f90 index 4537e1ff..f270ccec 100644 --- a/amgprec/impl/solver/amg_c_ilu_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_c_ilu_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ilu_solver_cnv.f90 b/amgprec/impl/solver/amg_c_ilu_solver_cnv.f90 index 193343ad..dbfa4562 100644 --- a/amgprec/impl/solver/amg_c_ilu_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_c_ilu_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_ilu_solver_dmp.f90 b/amgprec/impl/solver/amg_c_ilu_solver_dmp.f90 index cd0038a2..99bd5ad2 100644 --- a/amgprec/impl/solver/amg_c_ilu_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_c_ilu_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invk_solver_bld.f90 b/amgprec/impl/solver/amg_c_invk_solver_bld.f90 index e70515e0..4d625568 100644 --- a/amgprec/impl/solver/amg_c_invk_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_invk_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invk_solver_check.f90 b/amgprec/impl/solver/amg_c_invk_solver_check.f90 index d69b505b..6e010534 100644 --- a/amgprec/impl/solver/amg_c_invk_solver_check.f90 +++ b/amgprec/impl/solver/amg_c_invk_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invk_solver_clone.f90 b/amgprec/impl/solver/amg_c_invk_solver_clone.f90 index 8642a637..37639af6 100644 --- a/amgprec/impl/solver/amg_c_invk_solver_clone.f90 +++ b/amgprec/impl/solver/amg_c_invk_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invk_solver_clone_settings.f90 b/amgprec/impl/solver/amg_c_invk_solver_clone_settings.f90 index 387e96da..42d2848c 100644 --- a/amgprec/impl/solver/amg_c_invk_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_c_invk_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invk_solver_cseti.f90 b/amgprec/impl/solver/amg_c_invk_solver_cseti.f90 index ad5b5f46..e7d6c2de 100644 --- a/amgprec/impl/solver/amg_c_invk_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_c_invk_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invk_solver_descr.f90 b/amgprec/impl/solver/amg_c_invk_solver_descr.f90 index 46b79813..2cf7c1a5 100644 --- a/amgprec/impl/solver/amg_c_invk_solver_descr.f90 +++ b/amgprec/impl/solver/amg_c_invk_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invt_solver_bld.f90 b/amgprec/impl/solver/amg_c_invt_solver_bld.f90 index b81edf62..9dadba4a 100644 --- a/amgprec/impl/solver/amg_c_invt_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_invt_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invt_solver_check.f90 b/amgprec/impl/solver/amg_c_invt_solver_check.f90 index 19a4c17e..8f65c399 100644 --- a/amgprec/impl/solver/amg_c_invt_solver_check.f90 +++ b/amgprec/impl/solver/amg_c_invt_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invt_solver_clone.f90 b/amgprec/impl/solver/amg_c_invt_solver_clone.f90 index 0f758764..87ba28a7 100644 --- a/amgprec/impl/solver/amg_c_invt_solver_clone.f90 +++ b/amgprec/impl/solver/amg_c_invt_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invt_solver_clone_settings.f90 b/amgprec/impl/solver/amg_c_invt_solver_clone_settings.f90 index a94347e4..75efa7a2 100644 --- a/amgprec/impl/solver/amg_c_invt_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_c_invt_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invt_solver_cseti.f90 b/amgprec/impl/solver/amg_c_invt_solver_cseti.f90 index 1b45dea5..7c6ddb05 100644 --- a/amgprec/impl/solver/amg_c_invt_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_c_invt_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invt_solver_csetr.f90 b/amgprec/impl/solver/amg_c_invt_solver_csetr.f90 index c9d9df0f..8d4fb3b2 100644 --- a/amgprec/impl/solver/amg_c_invt_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_c_invt_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_invt_solver_descr.f90 b/amgprec/impl/solver/amg_c_invt_solver_descr.f90 index 5a8508c5..f1d9d24b 100644 --- a/amgprec/impl/solver/amg_c_invt_solver_descr.f90 +++ b/amgprec/impl/solver/amg_c_invt_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_jac_solver_apply.f90 b/amgprec/impl/solver/amg_c_jac_solver_apply.f90 index d47a9f6b..73828cfd 100644 --- a/amgprec/impl/solver/amg_c_jac_solver_apply.f90 +++ b/amgprec/impl/solver/amg_c_jac_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_jac_solver_apply_vect.f90 b/amgprec/impl/solver/amg_c_jac_solver_apply_vect.f90 index 1fccaf63..6ae53101 100644 --- a/amgprec/impl/solver/amg_c_jac_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_c_jac_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_jac_solver_bld.f90 b/amgprec/impl/solver/amg_c_jac_solver_bld.f90 index c896de1d..2a55b8b5 100644 --- a/amgprec/impl/solver/amg_c_jac_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_jac_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_jac_solver_clear_data.f90 b/amgprec/impl/solver/amg_c_jac_solver_clear_data.f90 index f0469082..fb70e44f 100644 --- a/amgprec/impl/solver/amg_c_jac_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_c_jac_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_jac_solver_clone.f90 b/amgprec/impl/solver/amg_c_jac_solver_clone.f90 index fa690052..e429635c 100644 --- a/amgprec/impl/solver/amg_c_jac_solver_clone.f90 +++ b/amgprec/impl/solver/amg_c_jac_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_jac_solver_clone_settings.f90 b/amgprec/impl/solver/amg_c_jac_solver_clone_settings.f90 index 2159e34f..49f55ce3 100644 --- a/amgprec/impl/solver/amg_c_jac_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_c_jac_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_jac_solver_cnv.f90 b/amgprec/impl/solver/amg_c_jac_solver_cnv.f90 index f68dfa00..bffd1745 100644 --- a/amgprec/impl/solver/amg_c_jac_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_c_jac_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_jac_solver_dmp.f90 b/amgprec/impl/solver/amg_c_jac_solver_dmp.f90 index 2dfbc729..85e5608c 100644 --- a/amgprec/impl/solver/amg_c_jac_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_c_jac_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_krm_solver_impl.f90 b/amgprec/impl/solver/amg_c_krm_solver_impl.f90 index e09950f7..a5bf23f1 100644 --- a/amgprec/impl/solver/amg_c_krm_solver_impl.f90 +++ b/amgprec/impl/solver/amg_c_krm_solver_impl.f90 @@ -23,7 +23,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -57,7 +57,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_l1_jac_solver_bld.f90 b/amgprec/impl/solver/amg_c_l1_jac_solver_bld.f90 index 12bb2b3b..b83fe53d 100644 --- a/amgprec/impl/solver/amg_c_l1_jac_solver_bld.f90 +++ b/amgprec/impl/solver/amg_c_l1_jac_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_mumps_solver_apply.F90 b/amgprec/impl/solver/amg_c_mumps_solver_apply.F90 index 1e77dfb1..f7dd24ec 100644 --- a/amgprec/impl/solver/amg_c_mumps_solver_apply.F90 +++ b/amgprec/impl/solver/amg_c_mumps_solver_apply.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_mumps_solver_apply_vect.F90 b/amgprec/impl/solver/amg_c_mumps_solver_apply_vect.F90 index 8e73aafe..920586dd 100644 --- a/amgprec/impl/solver/amg_c_mumps_solver_apply_vect.F90 +++ b/amgprec/impl/solver/amg_c_mumps_solver_apply_vect.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_c_mumps_solver_bld.F90 b/amgprec/impl/solver/amg_c_mumps_solver_bld.F90 index d7c9d518..926b4ddd 100644 --- a/amgprec/impl/solver/amg_c_mumps_solver_bld.F90 +++ b/amgprec/impl/solver/amg_c_mumps_solver_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ainv_solver_bld.f90 b/amgprec/impl/solver/amg_d_ainv_solver_bld.f90 index d271cb8e..1701d74c 100644 --- a/amgprec/impl/solver/amg_d_ainv_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_ainv_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ainv_solver_check.f90 b/amgprec/impl/solver/amg_d_ainv_solver_check.f90 index 8b7a613a..a7ea1d24 100644 --- a/amgprec/impl/solver/amg_d_ainv_solver_check.f90 +++ b/amgprec/impl/solver/amg_d_ainv_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ainv_solver_clone.f90 b/amgprec/impl/solver/amg_d_ainv_solver_clone.f90 index 85f036cd..68799642 100644 --- a/amgprec/impl/solver/amg_d_ainv_solver_clone.f90 +++ b/amgprec/impl/solver/amg_d_ainv_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ainv_solver_clone_settings.f90 b/amgprec/impl/solver/amg_d_ainv_solver_clone_settings.f90 index 68633b98..173891d8 100644 --- a/amgprec/impl/solver/amg_d_ainv_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_d_ainv_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ainv_solver_csetc.f90 b/amgprec/impl/solver/amg_d_ainv_solver_csetc.f90 index 450b2117..62585ad6 100644 --- a/amgprec/impl/solver/amg_d_ainv_solver_csetc.f90 +++ b/amgprec/impl/solver/amg_d_ainv_solver_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ainv_solver_cseti.f90 b/amgprec/impl/solver/amg_d_ainv_solver_cseti.f90 index 0c80f22d..a1d00ee7 100644 --- a/amgprec/impl/solver/amg_d_ainv_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_d_ainv_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ainv_solver_csetr.f90 b/amgprec/impl/solver/amg_d_ainv_solver_csetr.f90 index 793cb310..7367c6a3 100644 --- a/amgprec/impl/solver/amg_d_ainv_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_d_ainv_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ainv_solver_descr.f90 b/amgprec/impl/solver/amg_d_ainv_solver_descr.f90 index cca5d2f9..11c0a077 100644 --- a/amgprec/impl/solver/amg_d_ainv_solver_descr.f90 +++ b/amgprec/impl/solver/amg_d_ainv_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_ainv_solver_apply.f90 b/amgprec/impl/solver/amg_d_base_ainv_solver_apply.f90 index 3c0cb38c..c8adcd06 100644 --- a/amgprec/impl/solver/amg_d_base_ainv_solver_apply.f90 +++ b/amgprec/impl/solver/amg_d_base_ainv_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_ainv_solver_apply_vect.f90 b/amgprec/impl/solver/amg_d_base_ainv_solver_apply_vect.f90 index cd7d33ec..8cf4f874 100644 --- a/amgprec/impl/solver/amg_d_base_ainv_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_d_base_ainv_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_ainv_solver_cnv.f90 b/amgprec/impl/solver/amg_d_base_ainv_solver_cnv.f90 index f42c1504..440566f0 100644 --- a/amgprec/impl/solver/amg_d_base_ainv_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_d_base_ainv_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_ainv_solver_dmp.f90 b/amgprec/impl/solver/amg_d_base_ainv_solver_dmp.f90 index cbc8abd9..e05f0e21 100644 --- a/amgprec/impl/solver/amg_d_base_ainv_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_d_base_ainv_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_ainv_solver_free.f90 b/amgprec/impl/solver/amg_d_base_ainv_solver_free.f90 index 710ab9e9..b20a8321 100644 --- a/amgprec/impl/solver/amg_d_base_ainv_solver_free.f90 +++ b/amgprec/impl/solver/amg_d_base_ainv_solver_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_ainv_update_a.f90 b/amgprec/impl/solver/amg_d_base_ainv_update_a.f90 index 5155aee3..9dbd6df2 100644 --- a/amgprec/impl/solver/amg_d_base_ainv_update_a.f90 +++ b/amgprec/impl/solver/amg_d_base_ainv_update_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_apply.f90 b/amgprec/impl/solver/amg_d_base_solver_apply.f90 index 1059c1f3..58183cd4 100644 --- a/amgprec/impl/solver/amg_d_base_solver_apply.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_apply_vect.f90 b/amgprec/impl/solver/amg_d_base_solver_apply_vect.f90 index 139731f6..f441e5be 100644 --- a/amgprec/impl/solver/amg_d_base_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_bld.f90 b/amgprec/impl/solver/amg_d_base_solver_bld.f90 index 95c38f46..d6a2a0a7 100644 --- a/amgprec/impl/solver/amg_d_base_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_check.f90 b/amgprec/impl/solver/amg_d_base_solver_check.f90 index 3d092a7f..c1b6d0b5 100644 --- a/amgprec/impl/solver/amg_d_base_solver_check.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_clear_data.f90 b/amgprec/impl/solver/amg_d_base_solver_clear_data.f90 index 59f2b299..6d2b819b 100644 --- a/amgprec/impl/solver/amg_d_base_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_clone.f90 b/amgprec/impl/solver/amg_d_base_solver_clone.f90 index 4835fbbc..c15c0208 100644 --- a/amgprec/impl/solver/amg_d_base_solver_clone.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_clone_settings.f90 b/amgprec/impl/solver/amg_d_base_solver_clone_settings.f90 index 9f889890..51643008 100644 --- a/amgprec/impl/solver/amg_d_base_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_cnv.f90 b/amgprec/impl/solver/amg_d_base_solver_cnv.f90 index 7c0d55ce..94ac8cc4 100644 --- a/amgprec/impl/solver/amg_d_base_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_csetc.f90 b/amgprec/impl/solver/amg_d_base_solver_csetc.f90 index ee8cd9f5..63bc10bf 100644 --- a/amgprec/impl/solver/amg_d_base_solver_csetc.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_cseti.f90 b/amgprec/impl/solver/amg_d_base_solver_cseti.f90 index ae311939..f1f6221f 100644 --- a/amgprec/impl/solver/amg_d_base_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_csetr.f90 b/amgprec/impl/solver/amg_d_base_solver_csetr.f90 index 8cae84ee..41559a27 100644 --- a/amgprec/impl/solver/amg_d_base_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_descr.f90 b/amgprec/impl/solver/amg_d_base_solver_descr.f90 index 46f94c38..e1dee045 100644 --- a/amgprec/impl/solver/amg_d_base_solver_descr.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_dmp.f90 b/amgprec/impl/solver/amg_d_base_solver_dmp.f90 index 8c0bdacd..1c3513c6 100644 --- a/amgprec/impl/solver/amg_d_base_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_base_solver_free.f90 b/amgprec/impl/solver/amg_d_base_solver_free.f90 index 28b16533..ba896ca1 100644 --- a/amgprec/impl/solver/amg_d_base_solver_free.f90 +++ b/amgprec/impl/solver/amg_d_base_solver_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_bwgs_solver_apply.f90 b/amgprec/impl/solver/amg_d_bwgs_solver_apply.f90 index e7c11477..5e97831d 100644 --- a/amgprec/impl/solver/amg_d_bwgs_solver_apply.f90 +++ b/amgprec/impl/solver/amg_d_bwgs_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_bwgs_solver_apply_vect.f90 b/amgprec/impl/solver/amg_d_bwgs_solver_apply_vect.f90 index 6528f5d7..4b20c216 100644 --- a/amgprec/impl/solver/amg_d_bwgs_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_d_bwgs_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_bwgs_solver_bld.f90 b/amgprec/impl/solver/amg_d_bwgs_solver_bld.f90 index 49a32138..29772b52 100644 --- a/amgprec/impl/solver/amg_d_bwgs_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_bwgs_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_diag_solver_apply.f90 b/amgprec/impl/solver/amg_d_diag_solver_apply.f90 index 8b027869..e83a24d2 100644 --- a/amgprec/impl/solver/amg_d_diag_solver_apply.f90 +++ b/amgprec/impl/solver/amg_d_diag_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_diag_solver_apply_vect.f90 b/amgprec/impl/solver/amg_d_diag_solver_apply_vect.f90 index 169ee6c1..78ef6b97 100644 --- a/amgprec/impl/solver/amg_d_diag_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_d_diag_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_diag_solver_bld.f90 b/amgprec/impl/solver/amg_d_diag_solver_bld.f90 index e9fda7a9..77d34ce7 100644 --- a/amgprec/impl/solver/amg_d_diag_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_diag_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_diag_solver_clear_data.f90 b/amgprec/impl/solver/amg_d_diag_solver_clear_data.f90 index 0d153ff2..195d7f9a 100644 --- a/amgprec/impl/solver/amg_d_diag_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_d_diag_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_diag_solver_clone.f90 b/amgprec/impl/solver/amg_d_diag_solver_clone.f90 index 48297843..f2b36e13 100644 --- a/amgprec/impl/solver/amg_d_diag_solver_clone.f90 +++ b/amgprec/impl/solver/amg_d_diag_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_diag_solver_cnv.f90 b/amgprec/impl/solver/amg_d_diag_solver_cnv.f90 index 67cdccee..7ce96d7f 100644 --- a/amgprec/impl/solver/amg_d_diag_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_d_diag_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_diag_solver_dmp.f90 b/amgprec/impl/solver/amg_d_diag_solver_dmp.f90 index 0b87929c..97713871 100644 --- a/amgprec/impl/solver/amg_d_diag_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_d_diag_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_gs_solver_apply.f90 b/amgprec/impl/solver/amg_d_gs_solver_apply.f90 index 4c3c3580..27fb05f4 100644 --- a/amgprec/impl/solver/amg_d_gs_solver_apply.f90 +++ b/amgprec/impl/solver/amg_d_gs_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_gs_solver_apply_vect.f90 b/amgprec/impl/solver/amg_d_gs_solver_apply_vect.f90 index d7b31026..b77bdb20 100644 --- a/amgprec/impl/solver/amg_d_gs_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_d_gs_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_gs_solver_bld.f90 b/amgprec/impl/solver/amg_d_gs_solver_bld.f90 index 0944eabd..6f2d8c22 100644 --- a/amgprec/impl/solver/amg_d_gs_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_gs_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_gs_solver_clear_data.f90 b/amgprec/impl/solver/amg_d_gs_solver_clear_data.f90 index 0d7710ae..7c80ad40 100644 --- a/amgprec/impl/solver/amg_d_gs_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_d_gs_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_gs_solver_clone.f90 b/amgprec/impl/solver/amg_d_gs_solver_clone.f90 index a6fbeca7..40df4aad 100644 --- a/amgprec/impl/solver/amg_d_gs_solver_clone.f90 +++ b/amgprec/impl/solver/amg_d_gs_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_gs_solver_clone_settings.f90 b/amgprec/impl/solver/amg_d_gs_solver_clone_settings.f90 index 015ad987..1aa5598a 100644 --- a/amgprec/impl/solver/amg_d_gs_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_d_gs_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_gs_solver_cnv.f90 b/amgprec/impl/solver/amg_d_gs_solver_cnv.f90 index 3e262e15..ad280bb1 100644 --- a/amgprec/impl/solver/amg_d_gs_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_d_gs_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_gs_solver_dmp.f90 b/amgprec/impl/solver/amg_d_gs_solver_dmp.f90 index a246f137..dc6c6b38 100644 --- a/amgprec/impl/solver/amg_d_gs_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_d_gs_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_id_solver_apply.f90 b/amgprec/impl/solver/amg_d_id_solver_apply.f90 index 335383bb..fca5728d 100644 --- a/amgprec/impl/solver/amg_d_id_solver_apply.f90 +++ b/amgprec/impl/solver/amg_d_id_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_id_solver_apply_vect.f90 b/amgprec/impl/solver/amg_d_id_solver_apply_vect.f90 index 0b255ebb..1661325a 100644 --- a/amgprec/impl/solver/amg_d_id_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_d_id_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_id_solver_clone.f90 b/amgprec/impl/solver/amg_d_id_solver_clone.f90 index afc18694..a62e7dc8 100644 --- a/amgprec/impl/solver/amg_d_id_solver_clone.f90 +++ b/amgprec/impl/solver/amg_d_id_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ilu_solver_apply.f90 b/amgprec/impl/solver/amg_d_ilu_solver_apply.f90 index 7c70600a..63e8115b 100644 --- a/amgprec/impl/solver/amg_d_ilu_solver_apply.f90 +++ b/amgprec/impl/solver/amg_d_ilu_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ilu_solver_apply_vect.f90 b/amgprec/impl/solver/amg_d_ilu_solver_apply_vect.f90 index 0a3e9ff7..3e9a23b9 100644 --- a/amgprec/impl/solver/amg_d_ilu_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_d_ilu_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ilu_solver_bld.f90 b/amgprec/impl/solver/amg_d_ilu_solver_bld.f90 index b9d702ab..0a75fd34 100644 --- a/amgprec/impl/solver/amg_d_ilu_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_ilu_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ilu_solver_clear_data.f90 b/amgprec/impl/solver/amg_d_ilu_solver_clear_data.f90 index 21c10b10..818ecc7f 100644 --- a/amgprec/impl/solver/amg_d_ilu_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_d_ilu_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ilu_solver_clone.f90 b/amgprec/impl/solver/amg_d_ilu_solver_clone.f90 index bc2ecfab..eaf8300c 100644 --- a/amgprec/impl/solver/amg_d_ilu_solver_clone.f90 +++ b/amgprec/impl/solver/amg_d_ilu_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ilu_solver_clone_settings.f90 b/amgprec/impl/solver/amg_d_ilu_solver_clone_settings.f90 index 312561c1..73c04e2f 100644 --- a/amgprec/impl/solver/amg_d_ilu_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_d_ilu_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ilu_solver_cnv.f90 b/amgprec/impl/solver/amg_d_ilu_solver_cnv.f90 index 78d687ee..1e74d979 100644 --- a/amgprec/impl/solver/amg_d_ilu_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_d_ilu_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_ilu_solver_dmp.f90 b/amgprec/impl/solver/amg_d_ilu_solver_dmp.f90 index a9af5b2e..0d8491fe 100644 --- a/amgprec/impl/solver/amg_d_ilu_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_d_ilu_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invk_solver_bld.f90 b/amgprec/impl/solver/amg_d_invk_solver_bld.f90 index 2471ae71..efddf98b 100644 --- a/amgprec/impl/solver/amg_d_invk_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_invk_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invk_solver_check.f90 b/amgprec/impl/solver/amg_d_invk_solver_check.f90 index cd2a3bff..af272e49 100644 --- a/amgprec/impl/solver/amg_d_invk_solver_check.f90 +++ b/amgprec/impl/solver/amg_d_invk_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invk_solver_clone.f90 b/amgprec/impl/solver/amg_d_invk_solver_clone.f90 index df0c7e79..f3487e29 100644 --- a/amgprec/impl/solver/amg_d_invk_solver_clone.f90 +++ b/amgprec/impl/solver/amg_d_invk_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invk_solver_clone_settings.f90 b/amgprec/impl/solver/amg_d_invk_solver_clone_settings.f90 index 57e2e12e..337e7035 100644 --- a/amgprec/impl/solver/amg_d_invk_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_d_invk_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invk_solver_cseti.f90 b/amgprec/impl/solver/amg_d_invk_solver_cseti.f90 index 42c79056..8167ee57 100644 --- a/amgprec/impl/solver/amg_d_invk_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_d_invk_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invk_solver_descr.f90 b/amgprec/impl/solver/amg_d_invk_solver_descr.f90 index 3a0633c2..a9984e27 100644 --- a/amgprec/impl/solver/amg_d_invk_solver_descr.f90 +++ b/amgprec/impl/solver/amg_d_invk_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invt_solver_bld.f90 b/amgprec/impl/solver/amg_d_invt_solver_bld.f90 index d87ddabe..63822472 100644 --- a/amgprec/impl/solver/amg_d_invt_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_invt_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invt_solver_check.f90 b/amgprec/impl/solver/amg_d_invt_solver_check.f90 index e09107ec..4cd2aa59 100644 --- a/amgprec/impl/solver/amg_d_invt_solver_check.f90 +++ b/amgprec/impl/solver/amg_d_invt_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invt_solver_clone.f90 b/amgprec/impl/solver/amg_d_invt_solver_clone.f90 index f5ba7f6b..7fa6fa92 100644 --- a/amgprec/impl/solver/amg_d_invt_solver_clone.f90 +++ b/amgprec/impl/solver/amg_d_invt_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invt_solver_clone_settings.f90 b/amgprec/impl/solver/amg_d_invt_solver_clone_settings.f90 index 2645f30d..697237b3 100644 --- a/amgprec/impl/solver/amg_d_invt_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_d_invt_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invt_solver_cseti.f90 b/amgprec/impl/solver/amg_d_invt_solver_cseti.f90 index 9652a97f..9ac4c109 100644 --- a/amgprec/impl/solver/amg_d_invt_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_d_invt_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invt_solver_csetr.f90 b/amgprec/impl/solver/amg_d_invt_solver_csetr.f90 index e43dedc3..d4686250 100644 --- a/amgprec/impl/solver/amg_d_invt_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_d_invt_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_invt_solver_descr.f90 b/amgprec/impl/solver/amg_d_invt_solver_descr.f90 index 33d7b32f..1e0f9ed2 100644 --- a/amgprec/impl/solver/amg_d_invt_solver_descr.f90 +++ b/amgprec/impl/solver/amg_d_invt_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_jac_solver_apply.f90 b/amgprec/impl/solver/amg_d_jac_solver_apply.f90 index 9a37a162..3b217c2e 100644 --- a/amgprec/impl/solver/amg_d_jac_solver_apply.f90 +++ b/amgprec/impl/solver/amg_d_jac_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_jac_solver_apply_vect.f90 b/amgprec/impl/solver/amg_d_jac_solver_apply_vect.f90 index ab6b943c..1ec9662c 100644 --- a/amgprec/impl/solver/amg_d_jac_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_d_jac_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_jac_solver_bld.f90 b/amgprec/impl/solver/amg_d_jac_solver_bld.f90 index 4effcca5..1a8f9456 100644 --- a/amgprec/impl/solver/amg_d_jac_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_jac_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_jac_solver_clear_data.f90 b/amgprec/impl/solver/amg_d_jac_solver_clear_data.f90 index 63073ffd..ce40ac5d 100644 --- a/amgprec/impl/solver/amg_d_jac_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_d_jac_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_jac_solver_clone.f90 b/amgprec/impl/solver/amg_d_jac_solver_clone.f90 index 5213e007..d4926549 100644 --- a/amgprec/impl/solver/amg_d_jac_solver_clone.f90 +++ b/amgprec/impl/solver/amg_d_jac_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_jac_solver_clone_settings.f90 b/amgprec/impl/solver/amg_d_jac_solver_clone_settings.f90 index d041ce32..7c7e59bd 100644 --- a/amgprec/impl/solver/amg_d_jac_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_d_jac_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_jac_solver_cnv.f90 b/amgprec/impl/solver/amg_d_jac_solver_cnv.f90 index 4d8283fe..63234508 100644 --- a/amgprec/impl/solver/amg_d_jac_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_d_jac_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_jac_solver_dmp.f90 b/amgprec/impl/solver/amg_d_jac_solver_dmp.f90 index 014b1c1c..b05b2291 100644 --- a/amgprec/impl/solver/amg_d_jac_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_d_jac_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_krm_solver_impl.f90 b/amgprec/impl/solver/amg_d_krm_solver_impl.f90 index b267afe3..8dece46a 100644 --- a/amgprec/impl/solver/amg_d_krm_solver_impl.f90 +++ b/amgprec/impl/solver/amg_d_krm_solver_impl.f90 @@ -23,7 +23,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -57,7 +57,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_l1_jac_solver_bld.f90 b/amgprec/impl/solver/amg_d_l1_jac_solver_bld.f90 index c5979ccd..3ba0dc4a 100644 --- a/amgprec/impl/solver/amg_d_l1_jac_solver_bld.f90 +++ b/amgprec/impl/solver/amg_d_l1_jac_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_mumps_solver_apply.F90 b/amgprec/impl/solver/amg_d_mumps_solver_apply.F90 index b335612b..9375b247 100644 --- a/amgprec/impl/solver/amg_d_mumps_solver_apply.F90 +++ b/amgprec/impl/solver/amg_d_mumps_solver_apply.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_mumps_solver_apply_vect.F90 b/amgprec/impl/solver/amg_d_mumps_solver_apply_vect.F90 index d2a6c7ee..baed7250 100644 --- a/amgprec/impl/solver/amg_d_mumps_solver_apply_vect.F90 +++ b/amgprec/impl/solver/amg_d_mumps_solver_apply_vect.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_d_mumps_solver_bld.F90 b/amgprec/impl/solver/amg_d_mumps_solver_bld.F90 index 6f2217fe..25ef79d1 100644 --- a/amgprec/impl/solver/amg_d_mumps_solver_bld.F90 +++ b/amgprec/impl/solver/amg_d_mumps_solver_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ainv_solver_bld.f90 b/amgprec/impl/solver/amg_s_ainv_solver_bld.f90 index 7b67f339..c1bfeb24 100644 --- a/amgprec/impl/solver/amg_s_ainv_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_ainv_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ainv_solver_check.f90 b/amgprec/impl/solver/amg_s_ainv_solver_check.f90 index 3998d5b7..3ea0c02e 100644 --- a/amgprec/impl/solver/amg_s_ainv_solver_check.f90 +++ b/amgprec/impl/solver/amg_s_ainv_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ainv_solver_clone.f90 b/amgprec/impl/solver/amg_s_ainv_solver_clone.f90 index 907ad8a6..4dc8b7ff 100644 --- a/amgprec/impl/solver/amg_s_ainv_solver_clone.f90 +++ b/amgprec/impl/solver/amg_s_ainv_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ainv_solver_clone_settings.f90 b/amgprec/impl/solver/amg_s_ainv_solver_clone_settings.f90 index 273f62bc..ab401fbe 100644 --- a/amgprec/impl/solver/amg_s_ainv_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_s_ainv_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ainv_solver_csetc.f90 b/amgprec/impl/solver/amg_s_ainv_solver_csetc.f90 index c1ef5c85..ea7e5ea0 100644 --- a/amgprec/impl/solver/amg_s_ainv_solver_csetc.f90 +++ b/amgprec/impl/solver/amg_s_ainv_solver_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ainv_solver_cseti.f90 b/amgprec/impl/solver/amg_s_ainv_solver_cseti.f90 index a0101469..0df8d50c 100644 --- a/amgprec/impl/solver/amg_s_ainv_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_s_ainv_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ainv_solver_csetr.f90 b/amgprec/impl/solver/amg_s_ainv_solver_csetr.f90 index e746b479..ca943782 100644 --- a/amgprec/impl/solver/amg_s_ainv_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_s_ainv_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ainv_solver_descr.f90 b/amgprec/impl/solver/amg_s_ainv_solver_descr.f90 index 5f39a070..15081b90 100644 --- a/amgprec/impl/solver/amg_s_ainv_solver_descr.f90 +++ b/amgprec/impl/solver/amg_s_ainv_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_ainv_solver_apply.f90 b/amgprec/impl/solver/amg_s_base_ainv_solver_apply.f90 index b60702b4..a232aa53 100644 --- a/amgprec/impl/solver/amg_s_base_ainv_solver_apply.f90 +++ b/amgprec/impl/solver/amg_s_base_ainv_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_ainv_solver_apply_vect.f90 b/amgprec/impl/solver/amg_s_base_ainv_solver_apply_vect.f90 index d4e6c9f5..b10ef465 100644 --- a/amgprec/impl/solver/amg_s_base_ainv_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_s_base_ainv_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_ainv_solver_cnv.f90 b/amgprec/impl/solver/amg_s_base_ainv_solver_cnv.f90 index cb1771dc..8f7adf3b 100644 --- a/amgprec/impl/solver/amg_s_base_ainv_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_s_base_ainv_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_ainv_solver_dmp.f90 b/amgprec/impl/solver/amg_s_base_ainv_solver_dmp.f90 index 83f4573a..85eae348 100644 --- a/amgprec/impl/solver/amg_s_base_ainv_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_s_base_ainv_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_ainv_solver_free.f90 b/amgprec/impl/solver/amg_s_base_ainv_solver_free.f90 index fc7d21d5..bb8caea7 100644 --- a/amgprec/impl/solver/amg_s_base_ainv_solver_free.f90 +++ b/amgprec/impl/solver/amg_s_base_ainv_solver_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_ainv_update_a.f90 b/amgprec/impl/solver/amg_s_base_ainv_update_a.f90 index 44c6cadb..4dd1b428 100644 --- a/amgprec/impl/solver/amg_s_base_ainv_update_a.f90 +++ b/amgprec/impl/solver/amg_s_base_ainv_update_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_apply.f90 b/amgprec/impl/solver/amg_s_base_solver_apply.f90 index eebfd8d6..ddb323d6 100644 --- a/amgprec/impl/solver/amg_s_base_solver_apply.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_apply_vect.f90 b/amgprec/impl/solver/amg_s_base_solver_apply_vect.f90 index afc668ae..8ca55fe5 100644 --- a/amgprec/impl/solver/amg_s_base_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_bld.f90 b/amgprec/impl/solver/amg_s_base_solver_bld.f90 index 73a0f448..5220ff5b 100644 --- a/amgprec/impl/solver/amg_s_base_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_check.f90 b/amgprec/impl/solver/amg_s_base_solver_check.f90 index 98c40356..bac3564b 100644 --- a/amgprec/impl/solver/amg_s_base_solver_check.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_clear_data.f90 b/amgprec/impl/solver/amg_s_base_solver_clear_data.f90 index a4f3781f..322adab2 100644 --- a/amgprec/impl/solver/amg_s_base_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_clone.f90 b/amgprec/impl/solver/amg_s_base_solver_clone.f90 index b5b704b5..2ae1b9f8 100644 --- a/amgprec/impl/solver/amg_s_base_solver_clone.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_clone_settings.f90 b/amgprec/impl/solver/amg_s_base_solver_clone_settings.f90 index 9fd34891..af022983 100644 --- a/amgprec/impl/solver/amg_s_base_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_cnv.f90 b/amgprec/impl/solver/amg_s_base_solver_cnv.f90 index deeb7160..ed7c76b0 100644 --- a/amgprec/impl/solver/amg_s_base_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_csetc.f90 b/amgprec/impl/solver/amg_s_base_solver_csetc.f90 index 2efdf745..a9bba8d5 100644 --- a/amgprec/impl/solver/amg_s_base_solver_csetc.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_cseti.f90 b/amgprec/impl/solver/amg_s_base_solver_cseti.f90 index 3a86a6ea..4e5d0a01 100644 --- a/amgprec/impl/solver/amg_s_base_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_csetr.f90 b/amgprec/impl/solver/amg_s_base_solver_csetr.f90 index 74f59e0e..8974334b 100644 --- a/amgprec/impl/solver/amg_s_base_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_descr.f90 b/amgprec/impl/solver/amg_s_base_solver_descr.f90 index ee6f0922..40167534 100644 --- a/amgprec/impl/solver/amg_s_base_solver_descr.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_dmp.f90 b/amgprec/impl/solver/amg_s_base_solver_dmp.f90 index 7f3e6317..45d50af9 100644 --- a/amgprec/impl/solver/amg_s_base_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_base_solver_free.f90 b/amgprec/impl/solver/amg_s_base_solver_free.f90 index 55bead89..fc618770 100644 --- a/amgprec/impl/solver/amg_s_base_solver_free.f90 +++ b/amgprec/impl/solver/amg_s_base_solver_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_bwgs_solver_apply.f90 b/amgprec/impl/solver/amg_s_bwgs_solver_apply.f90 index a720caa3..e3b79c1d 100644 --- a/amgprec/impl/solver/amg_s_bwgs_solver_apply.f90 +++ b/amgprec/impl/solver/amg_s_bwgs_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_bwgs_solver_apply_vect.f90 b/amgprec/impl/solver/amg_s_bwgs_solver_apply_vect.f90 index 517c024c..9b90b462 100644 --- a/amgprec/impl/solver/amg_s_bwgs_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_s_bwgs_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_bwgs_solver_bld.f90 b/amgprec/impl/solver/amg_s_bwgs_solver_bld.f90 index 6eea51d3..4630fc12 100644 --- a/amgprec/impl/solver/amg_s_bwgs_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_bwgs_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_diag_solver_apply.f90 b/amgprec/impl/solver/amg_s_diag_solver_apply.f90 index 70f5a185..a708deef 100644 --- a/amgprec/impl/solver/amg_s_diag_solver_apply.f90 +++ b/amgprec/impl/solver/amg_s_diag_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_diag_solver_apply_vect.f90 b/amgprec/impl/solver/amg_s_diag_solver_apply_vect.f90 index 0d9f8bfd..740797f5 100644 --- a/amgprec/impl/solver/amg_s_diag_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_s_diag_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_diag_solver_bld.f90 b/amgprec/impl/solver/amg_s_diag_solver_bld.f90 index 54ec6bc4..9e678a00 100644 --- a/amgprec/impl/solver/amg_s_diag_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_diag_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_diag_solver_clear_data.f90 b/amgprec/impl/solver/amg_s_diag_solver_clear_data.f90 index af2bf1e2..db14afaa 100644 --- a/amgprec/impl/solver/amg_s_diag_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_s_diag_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_diag_solver_clone.f90 b/amgprec/impl/solver/amg_s_diag_solver_clone.f90 index 9be4f5ed..81c1ae7f 100644 --- a/amgprec/impl/solver/amg_s_diag_solver_clone.f90 +++ b/amgprec/impl/solver/amg_s_diag_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_diag_solver_cnv.f90 b/amgprec/impl/solver/amg_s_diag_solver_cnv.f90 index fcd541af..61a5af49 100644 --- a/amgprec/impl/solver/amg_s_diag_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_s_diag_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_diag_solver_dmp.f90 b/amgprec/impl/solver/amg_s_diag_solver_dmp.f90 index 274a8f0e..7c415867 100644 --- a/amgprec/impl/solver/amg_s_diag_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_s_diag_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_gs_solver_apply.f90 b/amgprec/impl/solver/amg_s_gs_solver_apply.f90 index 1fca93e3..5b73ba71 100644 --- a/amgprec/impl/solver/amg_s_gs_solver_apply.f90 +++ b/amgprec/impl/solver/amg_s_gs_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_gs_solver_apply_vect.f90 b/amgprec/impl/solver/amg_s_gs_solver_apply_vect.f90 index ee8bc688..d055c047 100644 --- a/amgprec/impl/solver/amg_s_gs_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_s_gs_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_gs_solver_bld.f90 b/amgprec/impl/solver/amg_s_gs_solver_bld.f90 index edf8ac74..fdc5b931 100644 --- a/amgprec/impl/solver/amg_s_gs_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_gs_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_gs_solver_clear_data.f90 b/amgprec/impl/solver/amg_s_gs_solver_clear_data.f90 index da649784..19514084 100644 --- a/amgprec/impl/solver/amg_s_gs_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_s_gs_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_gs_solver_clone.f90 b/amgprec/impl/solver/amg_s_gs_solver_clone.f90 index d522e5e2..7d5e29cc 100644 --- a/amgprec/impl/solver/amg_s_gs_solver_clone.f90 +++ b/amgprec/impl/solver/amg_s_gs_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_gs_solver_clone_settings.f90 b/amgprec/impl/solver/amg_s_gs_solver_clone_settings.f90 index ce3abac6..607eeb95 100644 --- a/amgprec/impl/solver/amg_s_gs_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_s_gs_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_gs_solver_cnv.f90 b/amgprec/impl/solver/amg_s_gs_solver_cnv.f90 index 92c584b9..a774b3af 100644 --- a/amgprec/impl/solver/amg_s_gs_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_s_gs_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_gs_solver_dmp.f90 b/amgprec/impl/solver/amg_s_gs_solver_dmp.f90 index 4284977e..06071e19 100644 --- a/amgprec/impl/solver/amg_s_gs_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_s_gs_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_id_solver_apply.f90 b/amgprec/impl/solver/amg_s_id_solver_apply.f90 index 4730abd1..5a26b9b6 100644 --- a/amgprec/impl/solver/amg_s_id_solver_apply.f90 +++ b/amgprec/impl/solver/amg_s_id_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_id_solver_apply_vect.f90 b/amgprec/impl/solver/amg_s_id_solver_apply_vect.f90 index 569dc029..e7e435f0 100644 --- a/amgprec/impl/solver/amg_s_id_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_s_id_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_id_solver_clone.f90 b/amgprec/impl/solver/amg_s_id_solver_clone.f90 index cb3d056e..985741d1 100644 --- a/amgprec/impl/solver/amg_s_id_solver_clone.f90 +++ b/amgprec/impl/solver/amg_s_id_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ilu_solver_apply.f90 b/amgprec/impl/solver/amg_s_ilu_solver_apply.f90 index e01bd4e3..ebe7f99d 100644 --- a/amgprec/impl/solver/amg_s_ilu_solver_apply.f90 +++ b/amgprec/impl/solver/amg_s_ilu_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ilu_solver_apply_vect.f90 b/amgprec/impl/solver/amg_s_ilu_solver_apply_vect.f90 index 949076d9..bfc2af01 100644 --- a/amgprec/impl/solver/amg_s_ilu_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_s_ilu_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ilu_solver_bld.f90 b/amgprec/impl/solver/amg_s_ilu_solver_bld.f90 index 8f28d8c5..dd0a8bb2 100644 --- a/amgprec/impl/solver/amg_s_ilu_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_ilu_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ilu_solver_clear_data.f90 b/amgprec/impl/solver/amg_s_ilu_solver_clear_data.f90 index 2f8dd473..fb15552e 100644 --- a/amgprec/impl/solver/amg_s_ilu_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_s_ilu_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ilu_solver_clone.f90 b/amgprec/impl/solver/amg_s_ilu_solver_clone.f90 index d1022fd8..5aeb33d5 100644 --- a/amgprec/impl/solver/amg_s_ilu_solver_clone.f90 +++ b/amgprec/impl/solver/amg_s_ilu_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ilu_solver_clone_settings.f90 b/amgprec/impl/solver/amg_s_ilu_solver_clone_settings.f90 index 41646e5e..88eb529f 100644 --- a/amgprec/impl/solver/amg_s_ilu_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_s_ilu_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ilu_solver_cnv.f90 b/amgprec/impl/solver/amg_s_ilu_solver_cnv.f90 index b8737c86..fd4a6661 100644 --- a/amgprec/impl/solver/amg_s_ilu_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_s_ilu_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_ilu_solver_dmp.f90 b/amgprec/impl/solver/amg_s_ilu_solver_dmp.f90 index 1004f1de..444ae92e 100644 --- a/amgprec/impl/solver/amg_s_ilu_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_s_ilu_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invk_solver_bld.f90 b/amgprec/impl/solver/amg_s_invk_solver_bld.f90 index 2bf38536..4864efa3 100644 --- a/amgprec/impl/solver/amg_s_invk_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_invk_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invk_solver_check.f90 b/amgprec/impl/solver/amg_s_invk_solver_check.f90 index e2523fbb..68f0f310 100644 --- a/amgprec/impl/solver/amg_s_invk_solver_check.f90 +++ b/amgprec/impl/solver/amg_s_invk_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invk_solver_clone.f90 b/amgprec/impl/solver/amg_s_invk_solver_clone.f90 index f3a62aa6..50618d62 100644 --- a/amgprec/impl/solver/amg_s_invk_solver_clone.f90 +++ b/amgprec/impl/solver/amg_s_invk_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invk_solver_clone_settings.f90 b/amgprec/impl/solver/amg_s_invk_solver_clone_settings.f90 index 4da74026..d82143cb 100644 --- a/amgprec/impl/solver/amg_s_invk_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_s_invk_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invk_solver_cseti.f90 b/amgprec/impl/solver/amg_s_invk_solver_cseti.f90 index 014d9068..40728255 100644 --- a/amgprec/impl/solver/amg_s_invk_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_s_invk_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invk_solver_descr.f90 b/amgprec/impl/solver/amg_s_invk_solver_descr.f90 index b793b98b..c691b224 100644 --- a/amgprec/impl/solver/amg_s_invk_solver_descr.f90 +++ b/amgprec/impl/solver/amg_s_invk_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invt_solver_bld.f90 b/amgprec/impl/solver/amg_s_invt_solver_bld.f90 index d6918971..a6eaf54e 100644 --- a/amgprec/impl/solver/amg_s_invt_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_invt_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invt_solver_check.f90 b/amgprec/impl/solver/amg_s_invt_solver_check.f90 index c494ad71..a86a52fc 100644 --- a/amgprec/impl/solver/amg_s_invt_solver_check.f90 +++ b/amgprec/impl/solver/amg_s_invt_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invt_solver_clone.f90 b/amgprec/impl/solver/amg_s_invt_solver_clone.f90 index f85bc74d..8264cf98 100644 --- a/amgprec/impl/solver/amg_s_invt_solver_clone.f90 +++ b/amgprec/impl/solver/amg_s_invt_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invt_solver_clone_settings.f90 b/amgprec/impl/solver/amg_s_invt_solver_clone_settings.f90 index 367843a7..9a6a4137 100644 --- a/amgprec/impl/solver/amg_s_invt_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_s_invt_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invt_solver_cseti.f90 b/amgprec/impl/solver/amg_s_invt_solver_cseti.f90 index 6e8ae5a7..3a25527a 100644 --- a/amgprec/impl/solver/amg_s_invt_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_s_invt_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invt_solver_csetr.f90 b/amgprec/impl/solver/amg_s_invt_solver_csetr.f90 index 123e0011..0167c65a 100644 --- a/amgprec/impl/solver/amg_s_invt_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_s_invt_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_invt_solver_descr.f90 b/amgprec/impl/solver/amg_s_invt_solver_descr.f90 index d706096c..767ecfc1 100644 --- a/amgprec/impl/solver/amg_s_invt_solver_descr.f90 +++ b/amgprec/impl/solver/amg_s_invt_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_jac_solver_apply.f90 b/amgprec/impl/solver/amg_s_jac_solver_apply.f90 index 217f8027..d1faece1 100644 --- a/amgprec/impl/solver/amg_s_jac_solver_apply.f90 +++ b/amgprec/impl/solver/amg_s_jac_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_jac_solver_apply_vect.f90 b/amgprec/impl/solver/amg_s_jac_solver_apply_vect.f90 index 7dc5b9ad..dd9baa15 100644 --- a/amgprec/impl/solver/amg_s_jac_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_s_jac_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_jac_solver_bld.f90 b/amgprec/impl/solver/amg_s_jac_solver_bld.f90 index 0af2cb78..2486b017 100644 --- a/amgprec/impl/solver/amg_s_jac_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_jac_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_jac_solver_clear_data.f90 b/amgprec/impl/solver/amg_s_jac_solver_clear_data.f90 index d4bdb7b8..6605a625 100644 --- a/amgprec/impl/solver/amg_s_jac_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_s_jac_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_jac_solver_clone.f90 b/amgprec/impl/solver/amg_s_jac_solver_clone.f90 index 9026f90f..79f038f1 100644 --- a/amgprec/impl/solver/amg_s_jac_solver_clone.f90 +++ b/amgprec/impl/solver/amg_s_jac_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_jac_solver_clone_settings.f90 b/amgprec/impl/solver/amg_s_jac_solver_clone_settings.f90 index 43363944..d6530778 100644 --- a/amgprec/impl/solver/amg_s_jac_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_s_jac_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_jac_solver_cnv.f90 b/amgprec/impl/solver/amg_s_jac_solver_cnv.f90 index 7d7dd4e4..3150c432 100644 --- a/amgprec/impl/solver/amg_s_jac_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_s_jac_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_jac_solver_dmp.f90 b/amgprec/impl/solver/amg_s_jac_solver_dmp.f90 index 5b0e724b..428987ef 100644 --- a/amgprec/impl/solver/amg_s_jac_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_s_jac_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_krm_solver_impl.f90 b/amgprec/impl/solver/amg_s_krm_solver_impl.f90 index b01face6..177bbfc7 100644 --- a/amgprec/impl/solver/amg_s_krm_solver_impl.f90 +++ b/amgprec/impl/solver/amg_s_krm_solver_impl.f90 @@ -23,7 +23,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -57,7 +57,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_l1_jac_solver_bld.f90 b/amgprec/impl/solver/amg_s_l1_jac_solver_bld.f90 index d7663326..6cfff1e9 100644 --- a/amgprec/impl/solver/amg_s_l1_jac_solver_bld.f90 +++ b/amgprec/impl/solver/amg_s_l1_jac_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_mumps_solver_apply.F90 b/amgprec/impl/solver/amg_s_mumps_solver_apply.F90 index 1c48fed6..5a9fe74f 100644 --- a/amgprec/impl/solver/amg_s_mumps_solver_apply.F90 +++ b/amgprec/impl/solver/amg_s_mumps_solver_apply.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_mumps_solver_apply_vect.F90 b/amgprec/impl/solver/amg_s_mumps_solver_apply_vect.F90 index 44debad6..fa05c5fe 100644 --- a/amgprec/impl/solver/amg_s_mumps_solver_apply_vect.F90 +++ b/amgprec/impl/solver/amg_s_mumps_solver_apply_vect.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_s_mumps_solver_bld.F90 b/amgprec/impl/solver/amg_s_mumps_solver_bld.F90 index 4f320414..643b5a4d 100644 --- a/amgprec/impl/solver/amg_s_mumps_solver_bld.F90 +++ b/amgprec/impl/solver/amg_s_mumps_solver_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ainv_solver_bld.f90 b/amgprec/impl/solver/amg_z_ainv_solver_bld.f90 index 36123436..63622b33 100644 --- a/amgprec/impl/solver/amg_z_ainv_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_ainv_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ainv_solver_check.f90 b/amgprec/impl/solver/amg_z_ainv_solver_check.f90 index a576f3a2..c747e2bd 100644 --- a/amgprec/impl/solver/amg_z_ainv_solver_check.f90 +++ b/amgprec/impl/solver/amg_z_ainv_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ainv_solver_clone.f90 b/amgprec/impl/solver/amg_z_ainv_solver_clone.f90 index 95b9bc7c..a555c506 100644 --- a/amgprec/impl/solver/amg_z_ainv_solver_clone.f90 +++ b/amgprec/impl/solver/amg_z_ainv_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ainv_solver_clone_settings.f90 b/amgprec/impl/solver/amg_z_ainv_solver_clone_settings.f90 index 825b546f..a773124c 100644 --- a/amgprec/impl/solver/amg_z_ainv_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_z_ainv_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ainv_solver_csetc.f90 b/amgprec/impl/solver/amg_z_ainv_solver_csetc.f90 index bd68fbdd..4823c6f9 100644 --- a/amgprec/impl/solver/amg_z_ainv_solver_csetc.f90 +++ b/amgprec/impl/solver/amg_z_ainv_solver_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ainv_solver_cseti.f90 b/amgprec/impl/solver/amg_z_ainv_solver_cseti.f90 index bf383ed2..5f4f8866 100644 --- a/amgprec/impl/solver/amg_z_ainv_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_z_ainv_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ainv_solver_csetr.f90 b/amgprec/impl/solver/amg_z_ainv_solver_csetr.f90 index 9965c4fb..2fd8c662 100644 --- a/amgprec/impl/solver/amg_z_ainv_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_z_ainv_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ainv_solver_descr.f90 b/amgprec/impl/solver/amg_z_ainv_solver_descr.f90 index c208e68d..5d0c10ac 100644 --- a/amgprec/impl/solver/amg_z_ainv_solver_descr.f90 +++ b/amgprec/impl/solver/amg_z_ainv_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_ainv_solver_apply.f90 b/amgprec/impl/solver/amg_z_base_ainv_solver_apply.f90 index 3fd26c5d..34552a35 100644 --- a/amgprec/impl/solver/amg_z_base_ainv_solver_apply.f90 +++ b/amgprec/impl/solver/amg_z_base_ainv_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_ainv_solver_apply_vect.f90 b/amgprec/impl/solver/amg_z_base_ainv_solver_apply_vect.f90 index 894dea13..55653d2e 100644 --- a/amgprec/impl/solver/amg_z_base_ainv_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_z_base_ainv_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_ainv_solver_cnv.f90 b/amgprec/impl/solver/amg_z_base_ainv_solver_cnv.f90 index c56749d6..3e0d9f9a 100644 --- a/amgprec/impl/solver/amg_z_base_ainv_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_z_base_ainv_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_ainv_solver_dmp.f90 b/amgprec/impl/solver/amg_z_base_ainv_solver_dmp.f90 index 4f1880bc..b2a65371 100644 --- a/amgprec/impl/solver/amg_z_base_ainv_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_z_base_ainv_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_ainv_solver_free.f90 b/amgprec/impl/solver/amg_z_base_ainv_solver_free.f90 index b7469441..dc65520d 100644 --- a/amgprec/impl/solver/amg_z_base_ainv_solver_free.f90 +++ b/amgprec/impl/solver/amg_z_base_ainv_solver_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_ainv_update_a.f90 b/amgprec/impl/solver/amg_z_base_ainv_update_a.f90 index 11c631dd..6b4d2e42 100644 --- a/amgprec/impl/solver/amg_z_base_ainv_update_a.f90 +++ b/amgprec/impl/solver/amg_z_base_ainv_update_a.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_apply.f90 b/amgprec/impl/solver/amg_z_base_solver_apply.f90 index 6d070d53..ca85ed09 100644 --- a/amgprec/impl/solver/amg_z_base_solver_apply.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_apply_vect.f90 b/amgprec/impl/solver/amg_z_base_solver_apply_vect.f90 index db0afc8c..360fb1db 100644 --- a/amgprec/impl/solver/amg_z_base_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_bld.f90 b/amgprec/impl/solver/amg_z_base_solver_bld.f90 index 251b3f42..6e292f29 100644 --- a/amgprec/impl/solver/amg_z_base_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_check.f90 b/amgprec/impl/solver/amg_z_base_solver_check.f90 index b5d71fd5..ac663d52 100644 --- a/amgprec/impl/solver/amg_z_base_solver_check.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_clear_data.f90 b/amgprec/impl/solver/amg_z_base_solver_clear_data.f90 index 8b803bd2..c5a89f43 100644 --- a/amgprec/impl/solver/amg_z_base_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_clone.f90 b/amgprec/impl/solver/amg_z_base_solver_clone.f90 index 047e064a..2eb62d1d 100644 --- a/amgprec/impl/solver/amg_z_base_solver_clone.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_clone_settings.f90 b/amgprec/impl/solver/amg_z_base_solver_clone_settings.f90 index 16d2b3a0..f7dfd6a9 100644 --- a/amgprec/impl/solver/amg_z_base_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_cnv.f90 b/amgprec/impl/solver/amg_z_base_solver_cnv.f90 index f70cd114..8b6313f3 100644 --- a/amgprec/impl/solver/amg_z_base_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_csetc.f90 b/amgprec/impl/solver/amg_z_base_solver_csetc.f90 index 74a57623..0034c0c3 100644 --- a/amgprec/impl/solver/amg_z_base_solver_csetc.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_csetc.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_cseti.f90 b/amgprec/impl/solver/amg_z_base_solver_cseti.f90 index 21749711..573c02c2 100644 --- a/amgprec/impl/solver/amg_z_base_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_csetr.f90 b/amgprec/impl/solver/amg_z_base_solver_csetr.f90 index 5c14d396..43ae0a88 100644 --- a/amgprec/impl/solver/amg_z_base_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_descr.f90 b/amgprec/impl/solver/amg_z_base_solver_descr.f90 index a2035b02..3235e665 100644 --- a/amgprec/impl/solver/amg_z_base_solver_descr.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_dmp.f90 b/amgprec/impl/solver/amg_z_base_solver_dmp.f90 index c4243179..7ebf0f39 100644 --- a/amgprec/impl/solver/amg_z_base_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_base_solver_free.f90 b/amgprec/impl/solver/amg_z_base_solver_free.f90 index d7e9a407..3c95b13a 100644 --- a/amgprec/impl/solver/amg_z_base_solver_free.f90 +++ b/amgprec/impl/solver/amg_z_base_solver_free.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_bwgs_solver_apply.f90 b/amgprec/impl/solver/amg_z_bwgs_solver_apply.f90 index aac8e7be..c8a772f9 100644 --- a/amgprec/impl/solver/amg_z_bwgs_solver_apply.f90 +++ b/amgprec/impl/solver/amg_z_bwgs_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_bwgs_solver_apply_vect.f90 b/amgprec/impl/solver/amg_z_bwgs_solver_apply_vect.f90 index 9688e16a..ac6fcd8d 100644 --- a/amgprec/impl/solver/amg_z_bwgs_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_z_bwgs_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_bwgs_solver_bld.f90 b/amgprec/impl/solver/amg_z_bwgs_solver_bld.f90 index 177a1626..e48fe35d 100644 --- a/amgprec/impl/solver/amg_z_bwgs_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_bwgs_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_diag_solver_apply.f90 b/amgprec/impl/solver/amg_z_diag_solver_apply.f90 index d9631262..cd95eee8 100644 --- a/amgprec/impl/solver/amg_z_diag_solver_apply.f90 +++ b/amgprec/impl/solver/amg_z_diag_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_diag_solver_apply_vect.f90 b/amgprec/impl/solver/amg_z_diag_solver_apply_vect.f90 index 601692c4..6e83a2b8 100644 --- a/amgprec/impl/solver/amg_z_diag_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_z_diag_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_diag_solver_bld.f90 b/amgprec/impl/solver/amg_z_diag_solver_bld.f90 index 4db78218..ef743861 100644 --- a/amgprec/impl/solver/amg_z_diag_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_diag_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_diag_solver_clear_data.f90 b/amgprec/impl/solver/amg_z_diag_solver_clear_data.f90 index f3cf56f2..b76c24e3 100644 --- a/amgprec/impl/solver/amg_z_diag_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_z_diag_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_diag_solver_clone.f90 b/amgprec/impl/solver/amg_z_diag_solver_clone.f90 index 00435604..f3b05de1 100644 --- a/amgprec/impl/solver/amg_z_diag_solver_clone.f90 +++ b/amgprec/impl/solver/amg_z_diag_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_diag_solver_cnv.f90 b/amgprec/impl/solver/amg_z_diag_solver_cnv.f90 index 16b16dcd..76051594 100644 --- a/amgprec/impl/solver/amg_z_diag_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_z_diag_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_diag_solver_dmp.f90 b/amgprec/impl/solver/amg_z_diag_solver_dmp.f90 index b2ce44d8..e02a49e1 100644 --- a/amgprec/impl/solver/amg_z_diag_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_z_diag_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_gs_solver_apply.f90 b/amgprec/impl/solver/amg_z_gs_solver_apply.f90 index 87096ada..c23533b9 100644 --- a/amgprec/impl/solver/amg_z_gs_solver_apply.f90 +++ b/amgprec/impl/solver/amg_z_gs_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_gs_solver_apply_vect.f90 b/amgprec/impl/solver/amg_z_gs_solver_apply_vect.f90 index 295ecb65..f3c13fdb 100644 --- a/amgprec/impl/solver/amg_z_gs_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_z_gs_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_gs_solver_bld.f90 b/amgprec/impl/solver/amg_z_gs_solver_bld.f90 index 35be7881..ff40fdbe 100644 --- a/amgprec/impl/solver/amg_z_gs_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_gs_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_gs_solver_clear_data.f90 b/amgprec/impl/solver/amg_z_gs_solver_clear_data.f90 index 5eb75396..a9e89d7d 100644 --- a/amgprec/impl/solver/amg_z_gs_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_z_gs_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_gs_solver_clone.f90 b/amgprec/impl/solver/amg_z_gs_solver_clone.f90 index d95bc112..3f4fda65 100644 --- a/amgprec/impl/solver/amg_z_gs_solver_clone.f90 +++ b/amgprec/impl/solver/amg_z_gs_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_gs_solver_clone_settings.f90 b/amgprec/impl/solver/amg_z_gs_solver_clone_settings.f90 index bbd28425..e3175400 100644 --- a/amgprec/impl/solver/amg_z_gs_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_z_gs_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_gs_solver_cnv.f90 b/amgprec/impl/solver/amg_z_gs_solver_cnv.f90 index 9970565d..14cb6db5 100644 --- a/amgprec/impl/solver/amg_z_gs_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_z_gs_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_gs_solver_dmp.f90 b/amgprec/impl/solver/amg_z_gs_solver_dmp.f90 index 701e33f1..da06ad3b 100644 --- a/amgprec/impl/solver/amg_z_gs_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_z_gs_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_id_solver_apply.f90 b/amgprec/impl/solver/amg_z_id_solver_apply.f90 index da866400..5a2f6c99 100644 --- a/amgprec/impl/solver/amg_z_id_solver_apply.f90 +++ b/amgprec/impl/solver/amg_z_id_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_id_solver_apply_vect.f90 b/amgprec/impl/solver/amg_z_id_solver_apply_vect.f90 index 8c04639a..397b8028 100644 --- a/amgprec/impl/solver/amg_z_id_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_z_id_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_id_solver_clone.f90 b/amgprec/impl/solver/amg_z_id_solver_clone.f90 index 1e011465..4973382a 100644 --- a/amgprec/impl/solver/amg_z_id_solver_clone.f90 +++ b/amgprec/impl/solver/amg_z_id_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ilu_solver_apply.f90 b/amgprec/impl/solver/amg_z_ilu_solver_apply.f90 index d0d9c458..08ecb896 100644 --- a/amgprec/impl/solver/amg_z_ilu_solver_apply.f90 +++ b/amgprec/impl/solver/amg_z_ilu_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ilu_solver_apply_vect.f90 b/amgprec/impl/solver/amg_z_ilu_solver_apply_vect.f90 index 6236b46d..94fdea90 100644 --- a/amgprec/impl/solver/amg_z_ilu_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_z_ilu_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ilu_solver_bld.f90 b/amgprec/impl/solver/amg_z_ilu_solver_bld.f90 index 4557b5ed..4b109e35 100644 --- a/amgprec/impl/solver/amg_z_ilu_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_ilu_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ilu_solver_clear_data.f90 b/amgprec/impl/solver/amg_z_ilu_solver_clear_data.f90 index f7d9b45a..af346de1 100644 --- a/amgprec/impl/solver/amg_z_ilu_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_z_ilu_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ilu_solver_clone.f90 b/amgprec/impl/solver/amg_z_ilu_solver_clone.f90 index 1f43fdf1..3b3d11b4 100644 --- a/amgprec/impl/solver/amg_z_ilu_solver_clone.f90 +++ b/amgprec/impl/solver/amg_z_ilu_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ilu_solver_clone_settings.f90 b/amgprec/impl/solver/amg_z_ilu_solver_clone_settings.f90 index ad8beaed..a4a1ade0 100644 --- a/amgprec/impl/solver/amg_z_ilu_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_z_ilu_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ilu_solver_cnv.f90 b/amgprec/impl/solver/amg_z_ilu_solver_cnv.f90 index 2b08f9c9..3ab92839 100644 --- a/amgprec/impl/solver/amg_z_ilu_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_z_ilu_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_ilu_solver_dmp.f90 b/amgprec/impl/solver/amg_z_ilu_solver_dmp.f90 index a323294d..5933dd72 100644 --- a/amgprec/impl/solver/amg_z_ilu_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_z_ilu_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invk_solver_bld.f90 b/amgprec/impl/solver/amg_z_invk_solver_bld.f90 index 6166c072..44776750 100644 --- a/amgprec/impl/solver/amg_z_invk_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_invk_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invk_solver_check.f90 b/amgprec/impl/solver/amg_z_invk_solver_check.f90 index c1461253..dc824ed2 100644 --- a/amgprec/impl/solver/amg_z_invk_solver_check.f90 +++ b/amgprec/impl/solver/amg_z_invk_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invk_solver_clone.f90 b/amgprec/impl/solver/amg_z_invk_solver_clone.f90 index 050c9cd9..f60a0f40 100644 --- a/amgprec/impl/solver/amg_z_invk_solver_clone.f90 +++ b/amgprec/impl/solver/amg_z_invk_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invk_solver_clone_settings.f90 b/amgprec/impl/solver/amg_z_invk_solver_clone_settings.f90 index ab0b381f..a4b9a10e 100644 --- a/amgprec/impl/solver/amg_z_invk_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_z_invk_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invk_solver_cseti.f90 b/amgprec/impl/solver/amg_z_invk_solver_cseti.f90 index 565b56bf..c8bd0fc8 100644 --- a/amgprec/impl/solver/amg_z_invk_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_z_invk_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invk_solver_descr.f90 b/amgprec/impl/solver/amg_z_invk_solver_descr.f90 index 9bbd88ac..ae5db871 100644 --- a/amgprec/impl/solver/amg_z_invk_solver_descr.f90 +++ b/amgprec/impl/solver/amg_z_invk_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invt_solver_bld.f90 b/amgprec/impl/solver/amg_z_invt_solver_bld.f90 index 7590bd44..9864fc40 100644 --- a/amgprec/impl/solver/amg_z_invt_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_invt_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invt_solver_check.f90 b/amgprec/impl/solver/amg_z_invt_solver_check.f90 index 612ab39d..e6f609c2 100644 --- a/amgprec/impl/solver/amg_z_invt_solver_check.f90 +++ b/amgprec/impl/solver/amg_z_invt_solver_check.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invt_solver_clone.f90 b/amgprec/impl/solver/amg_z_invt_solver_clone.f90 index 76257ae9..c2f2d489 100644 --- a/amgprec/impl/solver/amg_z_invt_solver_clone.f90 +++ b/amgprec/impl/solver/amg_z_invt_solver_clone.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invt_solver_clone_settings.f90 b/amgprec/impl/solver/amg_z_invt_solver_clone_settings.f90 index 4b175e1a..9438303a 100644 --- a/amgprec/impl/solver/amg_z_invt_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_z_invt_solver_clone_settings.f90 @@ -21,7 +21,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invt_solver_cseti.f90 b/amgprec/impl/solver/amg_z_invt_solver_cseti.f90 index 8c7bbcc9..8155225b 100644 --- a/amgprec/impl/solver/amg_z_invt_solver_cseti.f90 +++ b/amgprec/impl/solver/amg_z_invt_solver_cseti.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invt_solver_csetr.f90 b/amgprec/impl/solver/amg_z_invt_solver_csetr.f90 index 6f460c9a..2e9c312d 100644 --- a/amgprec/impl/solver/amg_z_invt_solver_csetr.f90 +++ b/amgprec/impl/solver/amg_z_invt_solver_csetr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_invt_solver_descr.f90 b/amgprec/impl/solver/amg_z_invt_solver_descr.f90 index 50f73de2..a292686a 100644 --- a/amgprec/impl/solver/amg_z_invt_solver_descr.f90 +++ b/amgprec/impl/solver/amg_z_invt_solver_descr.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_jac_solver_apply.f90 b/amgprec/impl/solver/amg_z_jac_solver_apply.f90 index f55745bb..1d33e242 100644 --- a/amgprec/impl/solver/amg_z_jac_solver_apply.f90 +++ b/amgprec/impl/solver/amg_z_jac_solver_apply.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_jac_solver_apply_vect.f90 b/amgprec/impl/solver/amg_z_jac_solver_apply_vect.f90 index a97a21a0..2ed1950c 100644 --- a/amgprec/impl/solver/amg_z_jac_solver_apply_vect.f90 +++ b/amgprec/impl/solver/amg_z_jac_solver_apply_vect.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_jac_solver_bld.f90 b/amgprec/impl/solver/amg_z_jac_solver_bld.f90 index d9b2233f..4185e069 100644 --- a/amgprec/impl/solver/amg_z_jac_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_jac_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_jac_solver_clear_data.f90 b/amgprec/impl/solver/amg_z_jac_solver_clear_data.f90 index ba3686dd..ba23f4db 100644 --- a/amgprec/impl/solver/amg_z_jac_solver_clear_data.f90 +++ b/amgprec/impl/solver/amg_z_jac_solver_clear_data.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_jac_solver_clone.f90 b/amgprec/impl/solver/amg_z_jac_solver_clone.f90 index 29b2cfee..9037a0fa 100644 --- a/amgprec/impl/solver/amg_z_jac_solver_clone.f90 +++ b/amgprec/impl/solver/amg_z_jac_solver_clone.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_jac_solver_clone_settings.f90 b/amgprec/impl/solver/amg_z_jac_solver_clone_settings.f90 index 9ce36cc9..d1181f33 100644 --- a/amgprec/impl/solver/amg_z_jac_solver_clone_settings.f90 +++ b/amgprec/impl/solver/amg_z_jac_solver_clone_settings.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_jac_solver_cnv.f90 b/amgprec/impl/solver/amg_z_jac_solver_cnv.f90 index 52f52983..670beed2 100644 --- a/amgprec/impl/solver/amg_z_jac_solver_cnv.f90 +++ b/amgprec/impl/solver/amg_z_jac_solver_cnv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_jac_solver_dmp.f90 b/amgprec/impl/solver/amg_z_jac_solver_dmp.f90 index 9339b328..19795bed 100644 --- a/amgprec/impl/solver/amg_z_jac_solver_dmp.f90 +++ b/amgprec/impl/solver/amg_z_jac_solver_dmp.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_krm_solver_impl.f90 b/amgprec/impl/solver/amg_z_krm_solver_impl.f90 index 01d075c5..c0d88b18 100644 --- a/amgprec/impl/solver/amg_z_krm_solver_impl.f90 +++ b/amgprec/impl/solver/amg_z_krm_solver_impl.f90 @@ -23,7 +23,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -57,7 +57,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_l1_jac_solver_bld.f90 b/amgprec/impl/solver/amg_z_l1_jac_solver_bld.f90 index 8e9b0c37..febe2c3a 100644 --- a/amgprec/impl/solver/amg_z_l1_jac_solver_bld.f90 +++ b/amgprec/impl/solver/amg_z_l1_jac_solver_bld.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_mumps_solver_apply.F90 b/amgprec/impl/solver/amg_z_mumps_solver_apply.F90 index cf7db304..0b81b3fc 100644 --- a/amgprec/impl/solver/amg_z_mumps_solver_apply.F90 +++ b/amgprec/impl/solver/amg_z_mumps_solver_apply.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_mumps_solver_apply_vect.F90 b/amgprec/impl/solver/amg_z_mumps_solver_apply_vect.F90 index a033e7f3..d93cf3bf 100644 --- a/amgprec/impl/solver/amg_z_mumps_solver_apply_vect.F90 +++ b/amgprec/impl/solver/amg_z_mumps_solver_apply_vect.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/amgprec/impl/solver/amg_z_mumps_solver_bld.F90 b/amgprec/impl/solver/amg_z_mumps_solver_bld.F90 index de032d4b..37997322 100644 --- a/amgprec/impl/solver/amg_z_mumps_solver_bld.F90 +++ b/amgprec/impl/solver/amg_z_mumps_solver_bld.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/cbind/amgprec/amg_dprec_cbind_mod.F90 b/cbind/amgprec/amg_dprec_cbind_mod.F90 index be83cc08..2fb24fbf 100644 --- a/cbind/amgprec/amg_dprec_cbind_mod.F90 +++ b/cbind/amgprec/amg_dprec_cbind_mod.F90 @@ -11,16 +11,16 @@ module amg_dprec_cbind_mod contains #if 1 -#define MLDC_DEBUG(MSG) write(*,*) __FILE__,':',__LINE__,':',MSG -#define MLDC_ERROR(MSG) write(*,*) __FILE__,':',__LINE__,':'," ERROR: ",MSG +#define AMGC_DEBUG(MSG) write(*,*) __FILE__,':',__LINE__,':',MSG +#define AMGC_ERROR(MSG) write(*,*) __FILE__,':',__LINE__,':'," ERROR: ",MSG #else -#define MLDC_DEBUG(MSG) -#define MLDC_ERROR(MSG) +#define AMGC_DEBUG(MSG) +#define AMGC_ERROR(MSG) #endif #define amg_success_ 0 -!#define MLDC_ERR_FILTER(INFO) min(0,INFO) -#define MLDC_ERR_FILTER(INFO) (INFO) -#define MLDC_ERR_HANDLE(INFO) if(INFO/=amg_success_)MLDC_ERROR("ERROR!") +!#define AMGC_ERR_FILTER(INFO) min(0,INFO) +#define AMGC_ERR_FILTER(INFO) (INFO) +#define AMGC_ERR_HANDLE(INFO) if(INFO/=amg_success_)AMGC_ERROR("ERROR!") function amg_c_dprecinit(cctxt,ph,ptype) bind(c) result(res) implicit none @@ -47,8 +47,8 @@ contains call precp%init(psb_c2f_ctxt(cctxt),fptype,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_dprecinit @@ -74,8 +74,8 @@ contains call precp%set(fwhat,val,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_dprecseti @@ -102,8 +102,8 @@ contains call precp%set(fwhat,val,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_dprecsetr @@ -129,8 +129,8 @@ contains call precp%set(fwhat,fval,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_dprecsetc @@ -165,8 +165,8 @@ contains call amg_precbld(ap,descp,precp,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_dprecbld @@ -202,8 +202,8 @@ contains call precp%hierarchy_build(ap,descp,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_dhierarchy_build @@ -239,8 +239,8 @@ contains call precp%smoothers_build(ap,descp,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_dsmoothers_build @@ -494,8 +494,8 @@ contains call precp%apply(bp,xp,descp,info) ! Error handling and return - res = MLDC_ERR_FILTER(info) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(info) + AMGC_ERR_HANDLE(res) return end function amg_c_dprecapply @@ -550,8 +550,8 @@ end function amg_c_dprecapply call precp%apply(bp,xp,descp,info,trans=ftrans) ! Error handling and return - res = MLDC_ERR_FILTER(info) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(info) + AMGC_ERR_HANDLE(res) return end function amg_c_dprecapply_opt @@ -574,8 +574,8 @@ end function amg_c_dprecapply_opt call precp%free(iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_dprecfree @@ -600,8 +600,8 @@ end function amg_c_dprecapply_opt call flush(psb_out_unit) iret = 0 - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_ddescr diff --git a/cbind/amgprec/amg_zprec_cbind_mod.F90 b/cbind/amgprec/amg_zprec_cbind_mod.F90 index bbd64caa..55fbfb8e 100644 --- a/cbind/amgprec/amg_zprec_cbind_mod.F90 +++ b/cbind/amgprec/amg_zprec_cbind_mod.F90 @@ -11,16 +11,16 @@ module amg_zprec_cbind_mod contains #if 1 -#define MLDC_DEBUG(MSG) write(*,*) __FILE__,':',__LINE__,':',MSG -#define MLDC_ERROR(MSG) write(*,*) __FILE__,':',__LINE__,':'," ERROR: ",MSG +#define AMGC_DEBUG(MSG) write(*,*) __FILE__,':',__LINE__,':',MSG +#define AMGC_ERROR(MSG) write(*,*) __FILE__,':',__LINE__,':'," ERROR: ",MSG #else -#define MLDC_DEBUG(MSG) -#define MLDC_ERROR(MSG) +#define AMGC_DEBUG(MSG) +#define AMGC_ERROR(MSG) #endif #define amg_success_ 0 -!#define MLDC_ERR_FILTER(INFO) min(0,INFO) -#define MLDC_ERR_FILTER(INFO) (INFO) -#define MLDC_ERR_HANDLE(INFO) if(INFO/=amg_success_)MLDC_ERROR("ERROR!") +!#define AMGC_ERR_FILTER(INFO) min(0,INFO) +#define AMGC_ERR_FILTER(INFO) (INFO) +#define AMGC_ERR_HANDLE(INFO) if(INFO/=amg_success_)AMGC_ERROR("ERROR!") function amg_c_zprecinit(cctxt,ph,ptype) bind(c) result(res) implicit none @@ -48,8 +48,8 @@ contains call precp%init(psb_c2f_ctxt(cctxt),fptype,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_zprecinit @@ -75,8 +75,8 @@ contains call precp%set(fwhat,val,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_zprecseti @@ -103,8 +103,8 @@ contains call precp%set(fwhat,val,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_zprecsetr @@ -130,8 +130,8 @@ contains call precp%set(fwhat,fval,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_zprecsetc @@ -166,8 +166,8 @@ contains call amg_precbld(ap,descp,precp,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_zprecbld @@ -203,8 +203,8 @@ contains call precp%hierarchy_build(ap,descp,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_zhierarchy_build @@ -240,8 +240,8 @@ contains call precp%smoothers_build(ap,descp,iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_zsmoothers_build @@ -484,8 +484,8 @@ contains call precp%apply(bp,xp,descp,info) ! Error handling and return - res = MLDC_ERR_FILTER(info) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(info) + AMGC_ERR_HANDLE(res) return end function amg_c_zprecapply @@ -540,8 +540,8 @@ contains call precp%apply(bp,xp,descp,info,trans=ftrans) ! Error handling and return - res = MLDC_ERR_FILTER(info) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(info) + AMGC_ERR_HANDLE(res) return end function amg_c_zprecapply_opt @@ -564,8 +564,8 @@ contains call precp%free(iret) - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_zprecfree @@ -590,8 +590,8 @@ contains call flush(psb_out_unit) iret = 0 - res = MLDC_ERR_FILTER(iret) - MLDC_ERR_HANDLE(res) + res = AMGC_ERR_FILTER(iret) + AMGC_ERR_HANDLE(res) return end function amg_c_zdescr diff --git a/cbind/test/pargen/amgec.c b/cbind/test/pargen/amgec.c index 92b5e8da..491337e0 100644 --- a/cbind/test/pargen/amgec.c +++ b/cbind/test/pargen/amgec.c @@ -12,7 +12,7 @@ /* documentation and/or other materials provided with the distribution. */ /* 3. The name of the PSBLAS group or the names of its contributors may */ /* not be used to endorse or promote products derived from this */ -/* software without specific written permission. */ +/* software without specific prior written permission. */ /* */ /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ /* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ diff --git a/samples/advanced/fileread/amg_cf_sample.f90 b/samples/advanced/fileread/amg_cf_sample.f90 index 32b7a6c4..d8d98763 100644 --- a/samples/advanced/fileread/amg_cf_sample.f90 +++ b/samples/advanced/fileread/amg_cf_sample.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/fileread/amg_df_sample.f90 b/samples/advanced/fileread/amg_df_sample.f90 index 2f8495d2..975ba9f8 100644 --- a/samples/advanced/fileread/amg_df_sample.f90 +++ b/samples/advanced/fileread/amg_df_sample.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/fileread/amg_sf_sample.f90 b/samples/advanced/fileread/amg_sf_sample.f90 index 3b4c2d1a..d605b002 100644 --- a/samples/advanced/fileread/amg_sf_sample.f90 +++ b/samples/advanced/fileread/amg_sf_sample.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/fileread/amg_zf_sample.f90 b/samples/advanced/fileread/amg_zf_sample.f90 index acabe1ba..fbc25611 100644 --- a/samples/advanced/fileread/amg_zf_sample.f90 +++ b/samples/advanced/fileread/amg_zf_sample.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/fileread/data_input.f90 b/samples/advanced/fileread/data_input.f90 index 6b961352..39e2f53c 100644 --- a/samples/advanced/fileread/data_input.f90 +++ b/samples/advanced/fileread/data_input.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_genpde_mod.F90 b/samples/advanced/pdegen/amg_d_genpde_mod.F90 index 1a529c22..604d4974 100644 --- a/samples/advanced/pdegen/amg_d_genpde_mod.F90 +++ b/samples/advanced/pdegen/amg_d_genpde_mod.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde2d.F90 b/samples/advanced/pdegen/amg_d_pde2d.F90 index 6e86d4d9..bd89542b 100644 --- a/samples/advanced/pdegen/amg_d_pde2d.F90 +++ b/samples/advanced/pdegen/amg_d_pde2d.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde2d_box_mod.f90 b/samples/advanced/pdegen/amg_d_pde2d_box_mod.f90 index 11d5770b..bc768508 100644 --- a/samples/advanced/pdegen/amg_d_pde2d_box_mod.f90 +++ b/samples/advanced/pdegen/amg_d_pde2d_box_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde2d_exp_mod.f90 b/samples/advanced/pdegen/amg_d_pde2d_exp_mod.f90 index 76a733fc..80ede676 100644 --- a/samples/advanced/pdegen/amg_d_pde2d_exp_mod.f90 +++ b/samples/advanced/pdegen/amg_d_pde2d_exp_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde2d_gauss_mod.f90 b/samples/advanced/pdegen/amg_d_pde2d_gauss_mod.f90 index 93b911ea..296b661c 100644 --- a/samples/advanced/pdegen/amg_d_pde2d_gauss_mod.f90 +++ b/samples/advanced/pdegen/amg_d_pde2d_gauss_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde2d_poisson_mod.f90 b/samples/advanced/pdegen/amg_d_pde2d_poisson_mod.f90 index 560df536..ec0eda4b 100644 --- a/samples/advanced/pdegen/amg_d_pde2d_poisson_mod.f90 +++ b/samples/advanced/pdegen/amg_d_pde2d_poisson_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde3d.F90 b/samples/advanced/pdegen/amg_d_pde3d.F90 index 35fe4e47..99590a72 100644 --- a/samples/advanced/pdegen/amg_d_pde3d.F90 +++ b/samples/advanced/pdegen/amg_d_pde3d.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde3d_box_mod.f90 b/samples/advanced/pdegen/amg_d_pde3d_box_mod.f90 index 7062ad27..9a5ae7bc 100644 --- a/samples/advanced/pdegen/amg_d_pde3d_box_mod.f90 +++ b/samples/advanced/pdegen/amg_d_pde3d_box_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde3d_exp_mod.f90 b/samples/advanced/pdegen/amg_d_pde3d_exp_mod.f90 index fea3b8a4..b1fb7117 100644 --- a/samples/advanced/pdegen/amg_d_pde3d_exp_mod.f90 +++ b/samples/advanced/pdegen/amg_d_pde3d_exp_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde3d_gauss_mod.f90 b/samples/advanced/pdegen/amg_d_pde3d_gauss_mod.f90 index c2403131..234caf6a 100644 --- a/samples/advanced/pdegen/amg_d_pde3d_gauss_mod.f90 +++ b/samples/advanced/pdegen/amg_d_pde3d_gauss_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_d_pde3d_poisson_mod.f90 b/samples/advanced/pdegen/amg_d_pde3d_poisson_mod.f90 index d4b0049e..5acd3e1b 100644 --- a/samples/advanced/pdegen/amg_d_pde3d_poisson_mod.f90 +++ b/samples/advanced/pdegen/amg_d_pde3d_poisson_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_genpde_mod.F90 b/samples/advanced/pdegen/amg_s_genpde_mod.F90 index f7360127..c481fc07 100644 --- a/samples/advanced/pdegen/amg_s_genpde_mod.F90 +++ b/samples/advanced/pdegen/amg_s_genpde_mod.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde2d.F90 b/samples/advanced/pdegen/amg_s_pde2d.F90 index a99c19ed..3a630f8d 100644 --- a/samples/advanced/pdegen/amg_s_pde2d.F90 +++ b/samples/advanced/pdegen/amg_s_pde2d.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde2d_box_mod.f90 b/samples/advanced/pdegen/amg_s_pde2d_box_mod.f90 index c36f8eb0..6fe64592 100644 --- a/samples/advanced/pdegen/amg_s_pde2d_box_mod.f90 +++ b/samples/advanced/pdegen/amg_s_pde2d_box_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde2d_exp_mod.f90 b/samples/advanced/pdegen/amg_s_pde2d_exp_mod.f90 index acc786b2..09a16ce6 100644 --- a/samples/advanced/pdegen/amg_s_pde2d_exp_mod.f90 +++ b/samples/advanced/pdegen/amg_s_pde2d_exp_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde2d_gauss_mod.f90 b/samples/advanced/pdegen/amg_s_pde2d_gauss_mod.f90 index dd234d66..228c86ab 100644 --- a/samples/advanced/pdegen/amg_s_pde2d_gauss_mod.f90 +++ b/samples/advanced/pdegen/amg_s_pde2d_gauss_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde2d_poisson_mod.f90 b/samples/advanced/pdegen/amg_s_pde2d_poisson_mod.f90 index 7b5eef10..953735cc 100644 --- a/samples/advanced/pdegen/amg_s_pde2d_poisson_mod.f90 +++ b/samples/advanced/pdegen/amg_s_pde2d_poisson_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde3d.F90 b/samples/advanced/pdegen/amg_s_pde3d.F90 index 8adbdf14..3a66c586 100644 --- a/samples/advanced/pdegen/amg_s_pde3d.F90 +++ b/samples/advanced/pdegen/amg_s_pde3d.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde3d_box_mod.f90 b/samples/advanced/pdegen/amg_s_pde3d_box_mod.f90 index e0a1a5e3..4605cf7c 100644 --- a/samples/advanced/pdegen/amg_s_pde3d_box_mod.f90 +++ b/samples/advanced/pdegen/amg_s_pde3d_box_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde3d_exp_mod.f90 b/samples/advanced/pdegen/amg_s_pde3d_exp_mod.f90 index d1f8fbea..52b61cd4 100644 --- a/samples/advanced/pdegen/amg_s_pde3d_exp_mod.f90 +++ b/samples/advanced/pdegen/amg_s_pde3d_exp_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde3d_gauss_mod.f90 b/samples/advanced/pdegen/amg_s_pde3d_gauss_mod.f90 index d7bb81ab..c07f79a0 100644 --- a/samples/advanced/pdegen/amg_s_pde3d_gauss_mod.f90 +++ b/samples/advanced/pdegen/amg_s_pde3d_gauss_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/amg_s_pde3d_poisson_mod.f90 b/samples/advanced/pdegen/amg_s_pde3d_poisson_mod.f90 index 5f561566..c74e03ee 100644 --- a/samples/advanced/pdegen/amg_s_pde3d_poisson_mod.f90 +++ b/samples/advanced/pdegen/amg_s_pde3d_poisson_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/advanced/pdegen/data_input.f90 b/samples/advanced/pdegen/data_input.f90 index 6b961352..39e2f53c 100644 --- a/samples/advanced/pdegen/data_input.f90 +++ b/samples/advanced/pdegen/data_input.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/cuda/amg_dexample_cuda.F90 b/samples/cuda/amg_dexample_cuda.F90 index 0b57bcc0..47321e72 100644 --- a/samples/cuda/amg_dexample_cuda.F90 +++ b/samples/cuda/amg_dexample_cuda.F90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/cuda/data_input.f90 b/samples/cuda/data_input.f90 index fe95b557..a55bc87d 100644 --- a/samples/cuda/data_input.f90 +++ b/samples/cuda/data_input.f90 @@ -19,7 +19,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/newslv/amg_d_tlu_solver.f90 b/samples/newslv/amg_d_tlu_solver.f90 index c357cdeb..95cf91e4 100644 --- a/samples/newslv/amg_d_tlu_solver.f90 +++ b/samples/newslv/amg_d_tlu_solver.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/newslv/amg_d_tlu_solver_impl.f90 b/samples/newslv/amg_d_tlu_solver_impl.f90 index da46c810..d7407759 100644 --- a/samples/newslv/amg_d_tlu_solver_impl.f90 +++ b/samples/newslv/amg_d_tlu_solver_impl.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/newslv/amg_pde3d_newslv.f90 b/samples/newslv/amg_pde3d_newslv.f90 index 9d2b1f1c..613cb172 100644 --- a/samples/newslv/amg_pde3d_newslv.f90 +++ b/samples/newslv/amg_pde3d_newslv.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/newslv/data_input.f90 b/samples/newslv/data_input.f90 index 6b961352..39e2f53c 100644 --- a/samples/newslv/data_input.f90 +++ b/samples/newslv/data_input.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/fileread/amg_cexample_1lev.f90 b/samples/simple/fileread/amg_cexample_1lev.f90 index 341e94c0..88e8f6b4 100644 --- a/samples/simple/fileread/amg_cexample_1lev.f90 +++ b/samples/simple/fileread/amg_cexample_1lev.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/fileread/amg_cexample_ml.f90 b/samples/simple/fileread/amg_cexample_ml.f90 index d606c9a3..7d11044f 100644 --- a/samples/simple/fileread/amg_cexample_ml.f90 +++ b/samples/simple/fileread/amg_cexample_ml.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/fileread/amg_dexample_1lev.f90 b/samples/simple/fileread/amg_dexample_1lev.f90 index 7f6bebc3..b70fd371 100644 --- a/samples/simple/fileread/amg_dexample_1lev.f90 +++ b/samples/simple/fileread/amg_dexample_1lev.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/fileread/amg_dexample_ml.f90 b/samples/simple/fileread/amg_dexample_ml.f90 index 9822aec0..dee77030 100644 --- a/samples/simple/fileread/amg_dexample_ml.f90 +++ b/samples/simple/fileread/amg_dexample_ml.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/fileread/amg_sexample_1lev.f90 b/samples/simple/fileread/amg_sexample_1lev.f90 index 6f0114c6..0f06a81a 100644 --- a/samples/simple/fileread/amg_sexample_1lev.f90 +++ b/samples/simple/fileread/amg_sexample_1lev.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/fileread/amg_sexample_ml.f90 b/samples/simple/fileread/amg_sexample_ml.f90 index f532b8cf..369dd2c5 100644 --- a/samples/simple/fileread/amg_sexample_ml.f90 +++ b/samples/simple/fileread/amg_sexample_ml.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/fileread/amg_zexample_1lev.f90 b/samples/simple/fileread/amg_zexample_1lev.f90 index 76b5f4eb..8cc42bcd 100644 --- a/samples/simple/fileread/amg_zexample_1lev.f90 +++ b/samples/simple/fileread/amg_zexample_1lev.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/fileread/amg_zexample_ml.f90 b/samples/simple/fileread/amg_zexample_ml.f90 index a6de8ea0..246b8579 100644 --- a/samples/simple/fileread/amg_zexample_ml.f90 +++ b/samples/simple/fileread/amg_zexample_ml.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/fileread/data_input.f90 b/samples/simple/fileread/data_input.f90 index 5ee69438..46b8fe48 100644 --- a/samples/simple/fileread/data_input.f90 +++ b/samples/simple/fileread/data_input.f90 @@ -19,7 +19,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/pdegen/amg_dexample_1lev.f90 b/samples/simple/pdegen/amg_dexample_1lev.f90 index e20bfefa..21074aee 100644 --- a/samples/simple/pdegen/amg_dexample_1lev.f90 +++ b/samples/simple/pdegen/amg_dexample_1lev.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/pdegen/amg_dexample_ml.f90 b/samples/simple/pdegen/amg_dexample_ml.f90 index 9574a5c4..01b7ab1c 100644 --- a/samples/simple/pdegen/amg_dexample_ml.f90 +++ b/samples/simple/pdegen/amg_dexample_ml.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/pdegen/amg_dpde_mod.f90 b/samples/simple/pdegen/amg_dpde_mod.f90 index e496e26d..5bfe79aa 100644 --- a/samples/simple/pdegen/amg_dpde_mod.f90 +++ b/samples/simple/pdegen/amg_dpde_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/pdegen/amg_sexample_1lev.f90 b/samples/simple/pdegen/amg_sexample_1lev.f90 index bc542412..a1cc494a 100644 --- a/samples/simple/pdegen/amg_sexample_1lev.f90 +++ b/samples/simple/pdegen/amg_sexample_1lev.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/pdegen/amg_sexample_ml.f90 b/samples/simple/pdegen/amg_sexample_ml.f90 index 61f6b86e..8c20562a 100644 --- a/samples/simple/pdegen/amg_sexample_ml.f90 +++ b/samples/simple/pdegen/amg_sexample_ml.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/pdegen/amg_spde_mod.f90 b/samples/simple/pdegen/amg_spde_mod.f90 index c9ba8046..78907603 100644 --- a/samples/simple/pdegen/amg_spde_mod.f90 +++ b/samples/simple/pdegen/amg_spde_mod.f90 @@ -20,7 +20,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/samples/simple/pdegen/data_input.f90 b/samples/simple/pdegen/data_input.f90 index b17b3f0d..4235f3eb 100644 --- a/samples/simple/pdegen/data_input.f90 +++ b/samples/simple/pdegen/data_input.f90 @@ -19,7 +19,7 @@ ! documentation and/or other materials provided with the distribution. ! 3. The name of the AMG4PSBLAS group or the names of its contributors may ! not be used to endorse or promote products derived from this -! software without specific written permission. +! software without specific prior written permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ! ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED