From 91b12f8980a69a99fd6bbdc9b6f6a422dd8cd15a Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 18 Jun 2017 00:40:35 +0200 Subject: [PATCH] Ahem. --- Makefile | 2 +- build.py | 2 +- cnn-svrt.py | 2 +- misc.cc | 2 +- misc.h | 2 +- random.cc | 2 +- random.h | 2 +- shape.cc | 2 +- shape.h | 2 +- svrt.c | 2 +- svrt.h | 2 +- svrt_generator.cc | 2 +- svrt_generator.h | 2 +- test-svrt.py | 2 +- vignette.cc | 2 +- vignette.h | 2 +- vignette_generator.cc | 2 +- vignette_generator.h | 2 +- vignette_set.py | 2 +- vision_problem_1.cc | 2 +- vision_problem_1.h | 2 +- vision_problem_10.cc | 2 +- vision_problem_10.h | 2 +- vision_problem_11.cc | 2 +- vision_problem_11.h | 2 +- vision_problem_12.cc | 2 +- vision_problem_12.h | 2 +- vision_problem_13.cc | 2 +- vision_problem_13.h | 2 +- vision_problem_14.cc | 2 +- vision_problem_14.h | 2 +- vision_problem_15.cc | 2 +- vision_problem_15.h | 2 +- vision_problem_16.cc | 2 +- vision_problem_16.h | 2 +- vision_problem_17.cc | 2 +- vision_problem_17.h | 2 +- vision_problem_18.cc | 2 +- vision_problem_18.h | 2 +- vision_problem_19.cc | 2 +- vision_problem_19.h | 2 +- vision_problem_2.cc | 2 +- vision_problem_2.h | 2 +- vision_problem_20.cc | 2 +- vision_problem_20.h | 2 +- vision_problem_21.cc | 2 +- vision_problem_21.h | 2 +- vision_problem_22.cc | 2 +- vision_problem_22.h | 2 +- vision_problem_23.cc | 2 +- vision_problem_23.h | 2 +- vision_problem_3.cc | 2 +- vision_problem_3.h | 2 +- vision_problem_4.cc | 2 +- vision_problem_4.h | 2 +- vision_problem_5.cc | 2 +- vision_problem_5.h | 2 +- vision_problem_6.cc | 2 +- vision_problem_6.h | 2 +- vision_problem_7.cc | 2 +- vision_problem_7.h | 2 +- vision_problem_8.cc | 2 +- vision_problem_8.h | 2 +- vision_problem_9.cc | 2 +- vision_problem_9.h | 2 +- vision_problem_tools.cc | 2 +- vision_problem_tools.h | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/Makefile b/Makefile index 05881d8..6e19ad6 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with pysvrt. If not, see . +# along with svrt. If not, see . ifeq ($(DEBUG),yes) CXXFLAGS = -fPIC -Wall -g -DDEBUG diff --git a/build.py b/build.py index b3769f9..264d1a9 100755 --- a/build.py +++ b/build.py @@ -19,7 +19,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with pysvrt. If not, see . +# along with svrt. If not, see . from os import path from torch.utils.ffi import create_extension diff --git a/cnn-svrt.py b/cnn-svrt.py index da03961..0d4b313 100755 --- a/cnn-svrt.py +++ b/cnn-svrt.py @@ -19,7 +19,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with pysvrt. If not, see . +# along with svrt. If not, see . import time import argparse diff --git a/misc.cc b/misc.cc index 174245f..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/misc.h b/misc.h index ad776cd..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/random.cc b/random.cc index ca5691c..442d8d5 100644 --- a/random.cc +++ b/random.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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/random.h b/random.h index e114473..4e10a27 100644 --- a/random.h +++ b/random.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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/shape.cc b/shape.cc index 90579a7..a8cb079 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/shape.h b/shape.h index 44f2f91..8986638 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/svrt.c b/svrt.c index 3729c62..4969d5a 100644 --- a/svrt.c +++ b/svrt.c @@ -19,7 +19,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/svrt.h b/svrt.h index 855fe01..e8c3f37 100644 --- a/svrt.h +++ b/svrt.h @@ -19,7 +19,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/svrt_generator.cc b/svrt_generator.cc index 5d64806..33b98ee 100644 --- a/svrt_generator.cc +++ b/svrt_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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/svrt_generator.h b/svrt_generator.h index 5fb4d0f..9f617cc 100644 --- a/svrt_generator.h +++ b/svrt_generator.h @@ -19,7 +19,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/test-svrt.py b/test-svrt.py index 0e7d908..ad3677a 100755 --- a/test-svrt.py +++ b/test-svrt.py @@ -19,7 +19,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with pysvrt. If not, see . +# along with svrt. If not, see . import time diff --git a/vignette.cc b/vignette.cc index 71a7fd6..44581c6 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vignette.h b/vignette.h index 45eb317..ffd8c42 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vignette_generator.cc b/vignette_generator.cc index a996f13..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vignette_generator.h b/vignette_generator.h index 6ebd4fb..1790e42 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vignette_set.py b/vignette_set.py index b95a1db..aef23d8 100755 --- a/vignette_set.py +++ b/vignette_set.py @@ -18,7 +18,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with pysvrt. If not, see . +# along with svrt. If not, see . import torch from math import sqrt diff --git a/vision_problem_1.cc b/vision_problem_1.cc index dde0f64..5c8e245 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_1.h b/vision_problem_1.h index 6826919..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_10.cc b/vision_problem_10.cc index 6200146..678f010 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_10.h b/vision_problem_10.h index c947330..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_11.cc b/vision_problem_11.cc index 4124e4e..288aca6 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_11.h b/vision_problem_11.h index b66e748..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_12.cc b/vision_problem_12.cc index 98f0324..3325ee7 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_12.h b/vision_problem_12.h index 6a31986..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_13.cc b/vision_problem_13.cc index 5db9815..937edff 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_13.h b/vision_problem_13.h index 030bd23..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_14.cc b/vision_problem_14.cc index e6762ba..ec6351b 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_14.h b/vision_problem_14.h index 3048c32..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 pysvrt. 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 87d598a..d76dfd7 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_15.h b/vision_problem_15.h index 27673b6..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 pysvrt. 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 7a71da5..06234b2 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_16.h b/vision_problem_16.h index f62ed30..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 pysvrt. 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 2866f2d..ac409f3 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_17.h b/vision_problem_17.h index 8666cb8..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_18.cc b/vision_problem_18.cc index fc17d6a..06a2e48 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_18.h b/vision_problem_18.h index 3947644..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_19.cc b/vision_problem_19.cc index 1ed213d..a76cd25 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_19.h b/vision_problem_19.h index bf91c92..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 pysvrt. 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 f5cf214..2883b0e 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_2.h b/vision_problem_2.h index 2164434..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_20.cc b/vision_problem_20.cc index cf13253..67cc184 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_20.h b/vision_problem_20.h index 953aafe..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_21.cc b/vision_problem_21.cc index 8930f0b..bc5c4bd 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_21.h b/vision_problem_21.h index a558ba9..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_22.cc b/vision_problem_22.cc index 9663759..3b57ede 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_22.h b/vision_problem_22.h index ace3b39..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 pysvrt. 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 a178b97..1e28eeb 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_23.h b/vision_problem_23.h index 556282e..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 pysvrt. 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 11f0dfc..9ca308f 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_3.h b/vision_problem_3.h index b5ac380..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_4.cc b/vision_problem_4.cc index 39a8646..7229db5 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_4.h b/vision_problem_4.h index 3fdd893..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 pysvrt. 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 1b9347a..c52f0fb 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_5.h b/vision_problem_5.h index 632281d..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_6.cc b/vision_problem_6.cc index 64bd18d..263f572 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_6.h b/vision_problem_6.h index e3a4b01..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_7.cc b/vision_problem_7.cc index 1dca91d..cbd6524 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_7.h b/vision_problem_7.h index 3e09fb0..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 pysvrt. 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 0929dc2..83af05c 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_8.h b/vision_problem_8.h index 3c31ed8..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_9.cc b/vision_problem_9.cc index 44c83c8..942d3a3 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_9.h b/vision_problem_9.h index 27b1b0f..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 pysvrt. 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 a343b80..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 pysvrt. If not, see . + * along with svrt. If not, see . * */ diff --git a/vision_problem_tools.h b/vision_problem_tools.h index 57463af..a1aa14c 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 pysvrt. If not, see . + * along with svrt. If not, see . * */ -- 2.20.1