From eae4d787485d9b267b354ecf1bbaebcdf504e858 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 16 Dec 2016 17:12:18 +0300 Subject: [PATCH] misc: minor fix in license header --- modules/optflow/perf/perf_deepflow.cpp | 2 +- modules/optflow/perf/perf_disflow.cpp | 2 +- modules/optflow/perf/perf_variational_refinement.cpp | 2 +- modules/ximgproc/include/opencv2/ximgproc.hpp | 2 +- modules/ximgproc/include/opencv2/ximgproc/disparity_filter.hpp | 2 +- modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp | 2 +- modules/ximgproc/include/opencv2/ximgproc/paillou_filter.hpp | 2 +- .../include/opencv2/ximgproc/sparse_match_interpolator.hpp | 2 +- modules/ximgproc/perf/perf_adaptive_manifold.cpp | 2 +- modules/ximgproc/perf/perf_bilateral_texture_filter.cpp | 2 +- modules/ximgproc/perf/perf_disparity_wls_filter.cpp | 2 +- modules/ximgproc/perf/perf_domain_transform.cpp | 2 +- modules/ximgproc/perf/perf_fgs_filter.cpp | 2 +- modules/ximgproc/perf/perf_guided_filter.cpp | 2 +- modules/ximgproc/perf/perf_l0_smooth.cpp | 2 +- modules/ximgproc/perf/perf_rolling_guidance_filter.cpp | 2 +- modules/ximgproc/perf/perf_weighted_median_filter.cpp | 2 +- modules/ximgproc/perf/pref_joint_bilateral_filter.cpp | 2 +- modules/ximgproc/samples/live_demo.cpp | 2 +- modules/ximgproc/samples/paillou_demo.cpp | 2 +- modules/ximgproc/src/adaptive_manifold_filter_n.cpp | 2 +- modules/ximgproc/src/disparity_filters.cpp | 2 +- modules/ximgproc/src/domain_transform.cpp | 2 +- modules/ximgproc/src/dtfilter_cpu.cpp | 2 +- modules/ximgproc/src/dtfilter_cpu.hpp | 2 +- modules/ximgproc/src/dtfilter_cpu.inl.hpp | 2 +- modules/ximgproc/src/edgeaware_filters_common.cpp | 2 +- modules/ximgproc/src/edgeaware_filters_common.hpp | 2 +- modules/ximgproc/src/fgs_filter.cpp | 2 +- modules/ximgproc/src/guided_filter.cpp | 2 +- modules/ximgproc/src/joint_bilateral_filter.cpp | 2 +- modules/ximgproc/src/l0_smooth.cpp | 2 +- modules/ximgproc/src/precomp.hpp | 2 +- modules/ximgproc/src/rolling_guidance_filter.cpp | 2 +- modules/ximgproc/src/sparse_match_interpolators.cpp | 2 +- modules/ximgproc/src/weighted_median_filter.cpp | 2 +- modules/ximgproc/test/test_adaptive_manifold.cpp | 2 +- modules/ximgproc/test/test_adaptive_manifold_ref_impl.cpp | 2 +- modules/ximgproc/test/test_bilateral_texture_filter.cpp | 2 +- modules/ximgproc/test/test_disparity_wls_filter.cpp | 2 +- modules/ximgproc/test/test_domain_transform.cpp | 2 +- modules/ximgproc/test/test_fgs_filter.cpp | 2 +- modules/ximgproc/test/test_guided_filter.cpp | 2 +- modules/ximgproc/test/test_joint_bilateral_filter.cpp | 2 +- modules/ximgproc/test/test_l0_smooth.cpp | 2 +- modules/ximgproc/test/test_rolling_guidance_filter.cpp | 2 +- modules/ximgproc/test/test_sparse_match_interpolator.cpp | 2 +- modules/ximgproc/test/test_weighted_median_filter.cpp | 2 +- modules/xphoto/perf/perf_learning_based_color_balance.cpp | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/modules/optflow/perf/perf_deepflow.cpp b/modules/optflow/perf/perf_deepflow.cpp index 7df5bb2ae..e52dcd731 100644 --- a/modules/optflow/perf/perf_deepflow.cpp +++ b/modules/optflow/perf/perf_deepflow.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/optflow/perf/perf_disflow.cpp b/modules/optflow/perf/perf_disflow.cpp index ad05420be..12a620310 100644 --- a/modules/optflow/perf/perf_disflow.cpp +++ b/modules/optflow/perf/perf_disflow.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/optflow/perf/perf_variational_refinement.cpp b/modules/optflow/perf/perf_variational_refinement.cpp index e9a4ca1b8..613d698ec 100644 --- a/modules/optflow/perf/perf_variational_refinement.cpp +++ b/modules/optflow/perf/perf_variational_refinement.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * -* *Redistributions of source code must retain the above copyright notice, +* * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/include/opencv2/ximgproc.hpp b/modules/ximgproc/include/opencv2/ximgproc.hpp index 11b32cdeb..bf666f243 100644 --- a/modules/ximgproc/include/opencv2/ximgproc.hpp +++ b/modules/ximgproc/include/opencv2/ximgproc.hpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/include/opencv2/ximgproc/disparity_filter.hpp b/modules/ximgproc/include/opencv2/ximgproc/disparity_filter.hpp index 07bcf6d9a..b73843684 100644 --- a/modules/ximgproc/include/opencv2/ximgproc/disparity_filter.hpp +++ b/modules/ximgproc/include/opencv2/ximgproc/disparity_filter.hpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp b/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp index 4709798b6..65cff9e4d 100644 --- a/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp +++ b/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/include/opencv2/ximgproc/paillou_filter.hpp b/modules/ximgproc/include/opencv2/ximgproc/paillou_filter.hpp index e58b609d5..f7feee312 100644 --- a/modules/ximgproc/include/opencv2/ximgproc/paillou_filter.hpp +++ b/modules/ximgproc/include/opencv2/ximgproc/paillou_filter.hpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/include/opencv2/ximgproc/sparse_match_interpolator.hpp b/modules/ximgproc/include/opencv2/ximgproc/sparse_match_interpolator.hpp index 4821aba25..fffcfd6fa 100644 --- a/modules/ximgproc/include/opencv2/ximgproc/sparse_match_interpolator.hpp +++ b/modules/ximgproc/include/opencv2/ximgproc/sparse_match_interpolator.hpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/perf_adaptive_manifold.cpp b/modules/ximgproc/perf/perf_adaptive_manifold.cpp index a0a5df12e..5702fab68 100644 --- a/modules/ximgproc/perf/perf_adaptive_manifold.cpp +++ b/modules/ximgproc/perf/perf_adaptive_manifold.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/perf_bilateral_texture_filter.cpp b/modules/ximgproc/perf/perf_bilateral_texture_filter.cpp index 0da51babe..f49e4e57c 100644 --- a/modules/ximgproc/perf/perf_bilateral_texture_filter.cpp +++ b/modules/ximgproc/perf/perf_bilateral_texture_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/perf_disparity_wls_filter.cpp b/modules/ximgproc/perf/perf_disparity_wls_filter.cpp index bd7c8c226..89b9e777a 100644 --- a/modules/ximgproc/perf/perf_disparity_wls_filter.cpp +++ b/modules/ximgproc/perf/perf_disparity_wls_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/perf_domain_transform.cpp b/modules/ximgproc/perf/perf_domain_transform.cpp index 9e522dfb4..2d99c7934 100644 --- a/modules/ximgproc/perf/perf_domain_transform.cpp +++ b/modules/ximgproc/perf/perf_domain_transform.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/perf_fgs_filter.cpp b/modules/ximgproc/perf/perf_fgs_filter.cpp index b37188fcd..465193b61 100644 --- a/modules/ximgproc/perf/perf_fgs_filter.cpp +++ b/modules/ximgproc/perf/perf_fgs_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/perf_guided_filter.cpp b/modules/ximgproc/perf/perf_guided_filter.cpp index 8dd785d05..4f2d74e78 100644 --- a/modules/ximgproc/perf/perf_guided_filter.cpp +++ b/modules/ximgproc/perf/perf_guided_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/perf_l0_smooth.cpp b/modules/ximgproc/perf/perf_l0_smooth.cpp index 4ae7820f7..325c70337 100644 --- a/modules/ximgproc/perf/perf_l0_smooth.cpp +++ b/modules/ximgproc/perf/perf_l0_smooth.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/perf_rolling_guidance_filter.cpp b/modules/ximgproc/perf/perf_rolling_guidance_filter.cpp index a0bc3d400..89548c1fa 100644 --- a/modules/ximgproc/perf/perf_rolling_guidance_filter.cpp +++ b/modules/ximgproc/perf/perf_rolling_guidance_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/perf_weighted_median_filter.cpp b/modules/ximgproc/perf/perf_weighted_median_filter.cpp index b8acfa9ab..7ab4e7066 100644 --- a/modules/ximgproc/perf/perf_weighted_median_filter.cpp +++ b/modules/ximgproc/perf/perf_weighted_median_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/perf/pref_joint_bilateral_filter.cpp b/modules/ximgproc/perf/pref_joint_bilateral_filter.cpp index 59ce04605..087308271 100644 --- a/modules/ximgproc/perf/pref_joint_bilateral_filter.cpp +++ b/modules/ximgproc/perf/pref_joint_bilateral_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/samples/live_demo.cpp b/modules/ximgproc/samples/live_demo.cpp index 8e16de3a3..a5a09e2a6 100644 --- a/modules/ximgproc/samples/live_demo.cpp +++ b/modules/ximgproc/samples/live_demo.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/samples/paillou_demo.cpp b/modules/ximgproc/samples/paillou_demo.cpp index 7ac98b682..bcbb9eea7 100644 --- a/modules/ximgproc/samples/paillou_demo.cpp +++ b/modules/ximgproc/samples/paillou_demo.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/adaptive_manifold_filter_n.cpp b/modules/ximgproc/src/adaptive_manifold_filter_n.cpp index 3d400a4bc..89a5325c7 100644 --- a/modules/ximgproc/src/adaptive_manifold_filter_n.cpp +++ b/modules/ximgproc/src/adaptive_manifold_filter_n.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/disparity_filters.cpp b/modules/ximgproc/src/disparity_filters.cpp index 63db08316..77eb6ac7f 100644 --- a/modules/ximgproc/src/disparity_filters.cpp +++ b/modules/ximgproc/src/disparity_filters.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/domain_transform.cpp b/modules/ximgproc/src/domain_transform.cpp index 9689cbe90..9569fecac 100644 --- a/modules/ximgproc/src/domain_transform.cpp +++ b/modules/ximgproc/src/domain_transform.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/dtfilter_cpu.cpp b/modules/ximgproc/src/dtfilter_cpu.cpp index a908f4a49..79bad4272 100644 --- a/modules/ximgproc/src/dtfilter_cpu.cpp +++ b/modules/ximgproc/src/dtfilter_cpu.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/dtfilter_cpu.hpp b/modules/ximgproc/src/dtfilter_cpu.hpp index 7e92b005d..89881f94d 100644 --- a/modules/ximgproc/src/dtfilter_cpu.hpp +++ b/modules/ximgproc/src/dtfilter_cpu.hpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/dtfilter_cpu.inl.hpp b/modules/ximgproc/src/dtfilter_cpu.inl.hpp index b8d012bac..73e903ace 100644 --- a/modules/ximgproc/src/dtfilter_cpu.inl.hpp +++ b/modules/ximgproc/src/dtfilter_cpu.inl.hpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/edgeaware_filters_common.cpp b/modules/ximgproc/src/edgeaware_filters_common.cpp index 223a244aa..232891435 100644 --- a/modules/ximgproc/src/edgeaware_filters_common.cpp +++ b/modules/ximgproc/src/edgeaware_filters_common.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/edgeaware_filters_common.hpp b/modules/ximgproc/src/edgeaware_filters_common.hpp index 7ed217b17..e45d397d0 100644 --- a/modules/ximgproc/src/edgeaware_filters_common.hpp +++ b/modules/ximgproc/src/edgeaware_filters_common.hpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/fgs_filter.cpp b/modules/ximgproc/src/fgs_filter.cpp index 39307e5b9..f9f17ed4f 100644 --- a/modules/ximgproc/src/fgs_filter.cpp +++ b/modules/ximgproc/src/fgs_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/guided_filter.cpp b/modules/ximgproc/src/guided_filter.cpp index b94d812f1..1a5f79376 100644 --- a/modules/ximgproc/src/guided_filter.cpp +++ b/modules/ximgproc/src/guided_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/joint_bilateral_filter.cpp b/modules/ximgproc/src/joint_bilateral_filter.cpp index 5bc7dc62e..433e21aab 100644 --- a/modules/ximgproc/src/joint_bilateral_filter.cpp +++ b/modules/ximgproc/src/joint_bilateral_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/l0_smooth.cpp b/modules/ximgproc/src/l0_smooth.cpp index 57288ea31..65b1b7e4d 100644 --- a/modules/ximgproc/src/l0_smooth.cpp +++ b/modules/ximgproc/src/l0_smooth.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/precomp.hpp b/modules/ximgproc/src/precomp.hpp index 74d2c3835..29af094ce 100644 --- a/modules/ximgproc/src/precomp.hpp +++ b/modules/ximgproc/src/precomp.hpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/rolling_guidance_filter.cpp b/modules/ximgproc/src/rolling_guidance_filter.cpp index 679b296e0..0786ea026 100644 --- a/modules/ximgproc/src/rolling_guidance_filter.cpp +++ b/modules/ximgproc/src/rolling_guidance_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/sparse_match_interpolators.cpp b/modules/ximgproc/src/sparse_match_interpolators.cpp index 2ed790e04..5be3c46e5 100644 --- a/modules/ximgproc/src/sparse_match_interpolators.cpp +++ b/modules/ximgproc/src/sparse_match_interpolators.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/src/weighted_median_filter.cpp b/modules/ximgproc/src/weighted_median_filter.cpp index 0d03bc1d1..358959cdd 100644 --- a/modules/ximgproc/src/weighted_median_filter.cpp +++ b/modules/ximgproc/src/weighted_median_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_adaptive_manifold.cpp b/modules/ximgproc/test/test_adaptive_manifold.cpp index 6eca621ed..5e175b6f8 100644 --- a/modules/ximgproc/test/test_adaptive_manifold.cpp +++ b/modules/ximgproc/test/test_adaptive_manifold.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_adaptive_manifold_ref_impl.cpp b/modules/ximgproc/test/test_adaptive_manifold_ref_impl.cpp index 8f2db66a3..273daedf4 100644 --- a/modules/ximgproc/test/test_adaptive_manifold_ref_impl.cpp +++ b/modules/ximgproc/test/test_adaptive_manifold_ref_impl.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_bilateral_texture_filter.cpp b/modules/ximgproc/test/test_bilateral_texture_filter.cpp index 2c53e2377..61fa97224 100644 --- a/modules/ximgproc/test/test_bilateral_texture_filter.cpp +++ b/modules/ximgproc/test/test_bilateral_texture_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_disparity_wls_filter.cpp b/modules/ximgproc/test/test_disparity_wls_filter.cpp index a3e0ce6e5..93323b525 100644 --- a/modules/ximgproc/test/test_disparity_wls_filter.cpp +++ b/modules/ximgproc/test/test_disparity_wls_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_domain_transform.cpp b/modules/ximgproc/test/test_domain_transform.cpp index 53bf0103b..86951171b 100644 --- a/modules/ximgproc/test/test_domain_transform.cpp +++ b/modules/ximgproc/test/test_domain_transform.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_fgs_filter.cpp b/modules/ximgproc/test/test_fgs_filter.cpp index 3f3508230..94b4e7dbf 100644 --- a/modules/ximgproc/test/test_fgs_filter.cpp +++ b/modules/ximgproc/test/test_fgs_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_guided_filter.cpp b/modules/ximgproc/test/test_guided_filter.cpp index 89fd9837b..04b185fdb 100644 --- a/modules/ximgproc/test/test_guided_filter.cpp +++ b/modules/ximgproc/test/test_guided_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_joint_bilateral_filter.cpp b/modules/ximgproc/test/test_joint_bilateral_filter.cpp index ccd41de34..9c4de774a 100644 --- a/modules/ximgproc/test/test_joint_bilateral_filter.cpp +++ b/modules/ximgproc/test/test_joint_bilateral_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_l0_smooth.cpp b/modules/ximgproc/test/test_l0_smooth.cpp index dae1b4341..9f006a504 100644 --- a/modules/ximgproc/test/test_l0_smooth.cpp +++ b/modules/ximgproc/test/test_l0_smooth.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_rolling_guidance_filter.cpp b/modules/ximgproc/test/test_rolling_guidance_filter.cpp index 604f8514c..a29f9c4e2 100644 --- a/modules/ximgproc/test/test_rolling_guidance_filter.cpp +++ b/modules/ximgproc/test/test_rolling_guidance_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_sparse_match_interpolator.cpp b/modules/ximgproc/test/test_sparse_match_interpolator.cpp index bb9eb6174..fece6dbf2 100644 --- a/modules/ximgproc/test/test_sparse_match_interpolator.cpp +++ b/modules/ximgproc/test/test_sparse_match_interpolator.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/ximgproc/test/test_weighted_median_filter.cpp b/modules/ximgproc/test/test_weighted_median_filter.cpp index 9571e84d5..9dea51fd1 100644 --- a/modules/ximgproc/test/test_weighted_median_filter.cpp +++ b/modules/ximgproc/test/test_weighted_median_filter.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * - * *Redistributions of source code must retain the above copyright notice, + * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, diff --git a/modules/xphoto/perf/perf_learning_based_color_balance.cpp b/modules/xphoto/perf/perf_learning_based_color_balance.cpp index dbffbd79d..6c66d4eb9 100644 --- a/modules/xphoto/perf/perf_learning_based_color_balance.cpp +++ b/modules/xphoto/perf/perf_learning_based_color_balance.cpp @@ -11,7 +11,7 @@ * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met : * -* *Redistributions of source code must retain the above copyright notice, +* * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice,