From: Francois Fleuret Date: Tue, 4 Jul 2017 10:38:47 +0000 (+0200) Subject: Fixed a stupid typo in the headers. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=svrt.git;a=commitdiff_plain;h=d34ac2b649f3f88ffae5d52f36e1d86b75791d39 Fixed a stupid typo in the headers. --- diff --git a/Makefile b/Makefile index 0cf2320..13a74cc 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # License for more details. # # You should have received a copy of the GNU General Public License -# along with selector. If not, see . +# along with svrt. If not, see . LDFLAGS=-lm -ljpeg -lpng12 diff --git a/boosted_classifier.cc b/boosted_classifier.cc index 70f09d1..9099ff1 100644 --- a/boosted_classifier.cc +++ b/boosted_classifier.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/boosted_classifier.h b/boosted_classifier.h index 23039e6..796aee0 100644 --- a/boosted_classifier.h +++ b/boosted_classifier.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/classifier.cc b/classifier.cc index 491b194..91151e2 100644 --- a/classifier.cc +++ b/classifier.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/classifier.h b/classifier.h index b38ba40..b70eee6 100644 --- a/classifier.h +++ b/classifier.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/classifier_reader.cc b/classifier_reader.cc index e118979..8221c83 100644 --- a/classifier_reader.cc +++ b/classifier_reader.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/classifier_reader.h b/classifier_reader.h index 70fa73a..6a432e2 100644 --- a/classifier_reader.h +++ b/classifier_reader.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/discrete_density.cc b/discrete_density.cc index d14ec8d..ab58f6d 100644 --- a/discrete_density.cc +++ b/discrete_density.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/discrete_density.h b/discrete_density.h index 1c2b08d..e2922a8 100644 --- a/discrete_density.h +++ b/discrete_density.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/doit.sh b/doit.sh index 958cbe8..713c371 100755 --- a/doit.sh +++ b/doit.sh @@ -19,7 +19,7 @@ # License for more details. # # You should have received a copy of the GNU General Public License -# along with selector. If not, see . +# along with svrt. If not, see . nb_samples_to_save=100 nb_samples_for_training=1000 diff --git a/error_rates.cc b/error_rates.cc index 979edb4..2a0e1ad 100644 --- a/error_rates.cc +++ b/error_rates.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/error_rates.h b/error_rates.h index 899cd4d..ef21e13 100644 --- a/error_rates.h +++ b/error_rates.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/fusion_sort.cc b/fusion_sort.cc index 96d056f..0fcf5d1 100644 --- a/fusion_sort.cc +++ b/fusion_sort.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/fusion_sort.h b/fusion_sort.h index e1254b9..fb1bf6c 100644 --- a/fusion_sort.h +++ b/fusion_sort.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/global.cc b/global.cc index 8137f35..b55fbb4 100644 --- a/global.cc +++ b/global.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/global.h b/global.h index 1066ac6..a49bc16 100644 --- a/global.h +++ b/global.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/jpeg_misc.cc b/jpeg_misc.cc index 574bf13..f76dff0 100644 --- a/jpeg_misc.cc +++ b/jpeg_misc.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/jpeg_misc.h b/jpeg_misc.h index b34da02..6d1d865 100644 --- a/jpeg_misc.h +++ b/jpeg_misc.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/misc.cc b/misc.cc index 3affb33..7573d5a 100644 --- a/misc.cc +++ b/misc.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/misc.h b/misc.h index e101861..4762eaa 100644 --- a/misc.h +++ b/misc.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/naive_bayesian_classifier.cc b/naive_bayesian_classifier.cc index f8799c1..7b2aaa5 100644 --- a/naive_bayesian_classifier.cc +++ b/naive_bayesian_classifier.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/naive_bayesian_classifier.h b/naive_bayesian_classifier.h index de045ff..5fa1fed 100644 --- a/naive_bayesian_classifier.h +++ b/naive_bayesian_classifier.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/param_parser.cc b/param_parser.cc index 2d918bd..887e39f 100644 --- a/param_parser.cc +++ b/param_parser.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/param_parser.h b/param_parser.h index 3477c27..fe0c551 100644 --- a/param_parser.h +++ b/param_parser.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/progress_bar.cc b/progress_bar.cc index 96dc313..f4c6138 100644 --- a/progress_bar.cc +++ b/progress_bar.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/progress_bar.h b/progress_bar.h index ef0a88d..9afc6ec 100644 --- a/progress_bar.h +++ b/progress_bar.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/rgb_image.cc b/rgb_image.cc index 8922c4d..edb28eb 100644 --- a/rgb_image.cc +++ b/rgb_image.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/rgb_image.h b/rgb_image.h index 0f7bf66..9fddd6c 100644 --- a/rgb_image.h +++ b/rgb_image.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/shape.cc b/shape.cc index a1932ae..014a141 100644 --- a/shape.cc +++ b/shape.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/shape.h b/shape.h index 190e7bd..5e56950 100644 --- a/shape.h +++ b/shape.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/stump.cc b/stump.cc index c2835a5..0b1496c 100644 --- a/stump.cc +++ b/stump.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/stump.h b/stump.h index 7c3606e..3965e09 100644 --- a/stump.h +++ b/stump.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/tools.cc b/tools.cc index 1492e72..4d7e5c6 100644 --- a/tools.cc +++ b/tools.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/tools.h b/tools.h index 3e498af..c32272e 100644 --- a/tools.h +++ b/tools.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vignette.cc b/vignette.cc index 8402af0..2fe5041 100644 --- a/vignette.cc +++ b/vignette.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vignette.h b/vignette.h index 5966ac6..2fbeab0 100644 --- a/vignette.h +++ b/vignette.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vignette_generator.cc b/vignette_generator.cc index 417fb22..4738e42 100644 --- a/vignette_generator.cc +++ b/vignette_generator.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vignette_generator.h b/vignette_generator.h index 2390fbf..0efe57c 100644 --- a/vignette_generator.h +++ b/vignette_generator.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_1.cc b/vision_problem_1.cc index aa766e9..81d3a68 100644 --- a/vision_problem_1.cc +++ b/vision_problem_1.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_1.h b/vision_problem_1.h index afdf97a..2c31307 100644 --- a/vision_problem_1.h +++ b/vision_problem_1.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_10.cc b/vision_problem_10.cc index bbfd79c..8685d86 100644 --- a/vision_problem_10.cc +++ b/vision_problem_10.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_10.h b/vision_problem_10.h index e9b3baf..442d69b 100644 --- a/vision_problem_10.h +++ b/vision_problem_10.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_11.cc b/vision_problem_11.cc index 4cd1cff..8b9b263 100644 --- a/vision_problem_11.cc +++ b/vision_problem_11.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_11.h b/vision_problem_11.h index a8cf1ef..820dec8 100644 --- a/vision_problem_11.h +++ b/vision_problem_11.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_12.cc b/vision_problem_12.cc index ea75acb..a38c9d7 100644 --- a/vision_problem_12.cc +++ b/vision_problem_12.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_12.h b/vision_problem_12.h index 3d17d83..0cf702a 100644 --- a/vision_problem_12.h +++ b/vision_problem_12.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_13.cc b/vision_problem_13.cc index 30e96f4..24f96a5 100644 --- a/vision_problem_13.cc +++ b/vision_problem_13.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_13.h b/vision_problem_13.h index 98c49f8..d9eb3b2 100644 --- a/vision_problem_13.h +++ b/vision_problem_13.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_14.cc b/vision_problem_14.cc index cbabafe..52fb5b2 100644 --- a/vision_problem_14.cc +++ b/vision_problem_14.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_14.h b/vision_problem_14.h index c1598ff..2511c38 100644 --- a/vision_problem_14.h +++ b/vision_problem_14.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ #ifndef VISION_PROBLEM_14_H diff --git a/vision_problem_15.cc b/vision_problem_15.cc index 1747cb4..9b9f882 100644 --- a/vision_problem_15.cc +++ b/vision_problem_15.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_15.h b/vision_problem_15.h index b842dbd..4364743 100644 --- a/vision_problem_15.h +++ b/vision_problem_15.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ #ifndef VISION_PROBLEM_15_H diff --git a/vision_problem_16.cc b/vision_problem_16.cc index 06b9046..fb158e6 100644 --- a/vision_problem_16.cc +++ b/vision_problem_16.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_16.h b/vision_problem_16.h index 1799c31..df6eed4 100644 --- a/vision_problem_16.h +++ b/vision_problem_16.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ #ifndef VISION_PROBLEM_16_H diff --git a/vision_problem_17.cc b/vision_problem_17.cc index 8d3d9e6..67057d7 100644 --- a/vision_problem_17.cc +++ b/vision_problem_17.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_17.h b/vision_problem_17.h index f614126..c784026 100644 --- a/vision_problem_17.h +++ b/vision_problem_17.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_18.cc b/vision_problem_18.cc index 7064657..0414b3f 100644 --- a/vision_problem_18.cc +++ b/vision_problem_18.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_18.h b/vision_problem_18.h index b8c4dca..eb7f11d 100644 --- a/vision_problem_18.h +++ b/vision_problem_18.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_19.cc b/vision_problem_19.cc index e5b6dfb..56aa750 100644 --- a/vision_problem_19.cc +++ b/vision_problem_19.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_19.h b/vision_problem_19.h index 794b28e..800951d 100644 --- a/vision_problem_19.h +++ b/vision_problem_19.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ #ifndef VISION_PROBLEM_19_H diff --git a/vision_problem_2.cc b/vision_problem_2.cc index 75bcbc9..f8be1f3 100644 --- a/vision_problem_2.cc +++ b/vision_problem_2.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_2.h b/vision_problem_2.h index a1239f0..aa0692b 100644 --- a/vision_problem_2.h +++ b/vision_problem_2.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_20.cc b/vision_problem_20.cc index e4af48f..c019f50 100644 --- a/vision_problem_20.cc +++ b/vision_problem_20.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_20.h b/vision_problem_20.h index a1f1b7a..24e7ec1 100644 --- a/vision_problem_20.h +++ b/vision_problem_20.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_21.cc b/vision_problem_21.cc index 2c58a4d..50a67df 100644 --- a/vision_problem_21.cc +++ b/vision_problem_21.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_21.h b/vision_problem_21.h index 3fa825a..b17d1dd 100644 --- a/vision_problem_21.h +++ b/vision_problem_21.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_22.cc b/vision_problem_22.cc index edcf595..0062209 100644 --- a/vision_problem_22.cc +++ b/vision_problem_22.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_22.h b/vision_problem_22.h index f7cbdbe..036aa30 100644 --- a/vision_problem_22.h +++ b/vision_problem_22.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ #ifndef VISION_PROBLEM_22_H diff --git a/vision_problem_23.cc b/vision_problem_23.cc index 96f3fd2..089caef 100644 --- a/vision_problem_23.cc +++ b/vision_problem_23.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_23.h b/vision_problem_23.h index ec0665c..92023b7 100644 --- a/vision_problem_23.h +++ b/vision_problem_23.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ #ifndef VISION_PROBLEM_23_H diff --git a/vision_problem_3.cc b/vision_problem_3.cc index 49a917b..6800b55 100644 --- a/vision_problem_3.cc +++ b/vision_problem_3.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_3.h b/vision_problem_3.h index 2df8286..603c968 100644 --- a/vision_problem_3.h +++ b/vision_problem_3.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_4.cc b/vision_problem_4.cc index a49c296..ccf1c51 100644 --- a/vision_problem_4.cc +++ b/vision_problem_4.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_4.h b/vision_problem_4.h index a0ecf85..1b42d4d 100644 --- a/vision_problem_4.h +++ b/vision_problem_4.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ #ifndef VISION_PROBLEM_4_H diff --git a/vision_problem_5.cc b/vision_problem_5.cc index 84b058b..573bf5e 100644 --- a/vision_problem_5.cc +++ b/vision_problem_5.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_5.h b/vision_problem_5.h index 8c23f0d..bfb1fe3 100644 --- a/vision_problem_5.h +++ b/vision_problem_5.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_6.cc b/vision_problem_6.cc index b3b0dfb..f9cb819 100644 --- a/vision_problem_6.cc +++ b/vision_problem_6.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_6.h b/vision_problem_6.h index 1cbc3fb..c21104a 100644 --- a/vision_problem_6.h +++ b/vision_problem_6.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_7.cc b/vision_problem_7.cc index 0b006bf..6e1dcdc 100644 --- a/vision_problem_7.cc +++ b/vision_problem_7.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_7.h b/vision_problem_7.h index 1e7bb98..a09d686 100644 --- a/vision_problem_7.h +++ b/vision_problem_7.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ #ifndef VISION_PROBLEM_7_H diff --git a/vision_problem_8.cc b/vision_problem_8.cc index 0d7a28e..b134a8d 100644 --- a/vision_problem_8.cc +++ b/vision_problem_8.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_8.h b/vision_problem_8.h index b194452..c6f5341 100644 --- a/vision_problem_8.h +++ b/vision_problem_8.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_9.cc b/vision_problem_9.cc index 2be5c8d..0641a03 100644 --- a/vision_problem_9.cc +++ b/vision_problem_9.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_9.h b/vision_problem_9.h index b785da1..63e0ad6 100644 --- a/vision_problem_9.h +++ b/vision_problem_9.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ #ifndef VISION_PROBLEM_9_H diff --git a/vision_problem_tools.cc b/vision_problem_tools.cc index 0100e90..d8481cc 100644 --- a/vision_problem_tools.cc +++ b/vision_problem_tools.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_tools.h b/vision_problem_tools.h index c2082ae..c023f22 100644 --- a/vision_problem_tools.h +++ b/vision_problem_tools.h @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_test.cc b/vision_test.cc index 8efc304..524a6e1 100644 --- a/vision_test.cc +++ b/vision_test.cc @@ -18,7 +18,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */