From: Francois Fleuret <francois@fleuret.org>
Date: Sat, 17 Jun 2017 22:37:49 +0000 (+0200)
Subject: Stupid typo in the headers ...
X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=34aeb8100a6c19dae72779f9e46a0acbb5a069c7;p=pysvrt.git

Stupid typo in the headers ...
---

diff --git a/Makefile b/Makefile
index 5f2d6cf..05881d8 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+#  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
 
 ifeq ($(DEBUG),yes)
  CXXFLAGS = -fPIC -Wall -g -DDEBUG
diff --git a/build.py b/build.py
index 1a10c62..b3769f9 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+#  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
 
 from os import path
 from torch.utils.ffi import create_extension
diff --git a/cnn-svrt.py b/cnn-svrt.py
index 0770bf3..da03961 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+#  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
 
 import time
 import argparse
diff --git a/misc.cc b/misc.cc
index 3affb33..174245f 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/misc.h b/misc.h
index e101861..ad776cd 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/random.cc b/random.cc
index 28ae5d6..ca5691c 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/random.h b/random.h
index 283f8e7..e114473 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/shape.cc b/shape.cc
index 057face..90579a7 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/shape.h b/shape.h
index 6e09f02..44f2f91 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/svrt.c b/svrt.c
index d1341b6..3729c62 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/svrt.h b/svrt.h
index ff77fb9..855fe01 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/svrt_generator.cc b/svrt_generator.cc
index 1fa4f40..5d64806 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/svrt_generator.h b/svrt_generator.h
index 7f6a3ad..5fb4d0f 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/test-svrt.py b/test-svrt.py
index 5f38fa9..0e7d908 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+#  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
 
 import time
 
diff --git a/vignette.cc b/vignette.cc
index 9e615e4..71a7fd6 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vignette.h b/vignette.h
index 81b7898..45eb317 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vignette_generator.cc b/vignette_generator.cc
index 417fb22..a996f13 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vignette_generator.h b/vignette_generator.h
index c02d7df..6ebd4fb 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vignette_set.py b/vignette_set.py
index 5062f3e..b95a1db 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 selector.  If not, see <http://www.gnu.org/licenses/>.
+#  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
 
 import torch
 from math import sqrt
diff --git a/vision_problem_1.cc b/vision_problem_1.cc
index 73e656d..dde0f64 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_1.h b/vision_problem_1.h
index afdf97a..6826919 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_10.cc b/vision_problem_10.cc
index adb6a4a..6200146 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_10.h b/vision_problem_10.h
index e9b3baf..c947330 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_11.cc b/vision_problem_11.cc
index 89ecdfc..4124e4e 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_11.h b/vision_problem_11.h
index a8cf1ef..b66e748 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_12.cc b/vision_problem_12.cc
index 3348b4e..98f0324 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_12.h b/vision_problem_12.h
index 3d17d83..6a31986 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_13.cc b/vision_problem_13.cc
index 7193a3a..5db9815 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_13.h b/vision_problem_13.h
index 98c49f8..030bd23 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_14.cc b/vision_problem_14.cc
index a89804b..e6762ba 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_14.h b/vision_problem_14.h
index c1598ff..3048c32 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef VISION_PROBLEM_14_H
diff --git a/vision_problem_15.cc b/vision_problem_15.cc
index c09d75f..87d598a 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_15.h b/vision_problem_15.h
index b842dbd..27673b6 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef VISION_PROBLEM_15_H
diff --git a/vision_problem_16.cc b/vision_problem_16.cc
index c61d075..7a71da5 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_16.h b/vision_problem_16.h
index 1799c31..f62ed30 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef VISION_PROBLEM_16_H
diff --git a/vision_problem_17.cc b/vision_problem_17.cc
index 9609764..2866f2d 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_17.h b/vision_problem_17.h
index f614126..8666cb8 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_18.cc b/vision_problem_18.cc
index cffe85c..fc17d6a 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_18.h b/vision_problem_18.h
index b8c4dca..3947644 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_19.cc b/vision_problem_19.cc
index a947a09..1ed213d 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_19.h b/vision_problem_19.h
index 794b28e..bf91c92 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef VISION_PROBLEM_19_H
diff --git a/vision_problem_2.cc b/vision_problem_2.cc
index 142ed12..f5cf214 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_2.h b/vision_problem_2.h
index a1239f0..2164434 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_20.cc b/vision_problem_20.cc
index 557b113..cf13253 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_20.h b/vision_problem_20.h
index a1f1b7a..953aafe 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_21.cc b/vision_problem_21.cc
index e92d6f9..8930f0b 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_21.h b/vision_problem_21.h
index 3fa825a..a558ba9 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_22.cc b/vision_problem_22.cc
index 5d6acda..9663759 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_22.h b/vision_problem_22.h
index f7cbdbe..ace3b39 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef VISION_PROBLEM_22_H
diff --git a/vision_problem_23.cc b/vision_problem_23.cc
index 023234d..a178b97 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_23.h b/vision_problem_23.h
index ec0665c..556282e 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef VISION_PROBLEM_23_H
diff --git a/vision_problem_3.cc b/vision_problem_3.cc
index f34cd56..11f0dfc 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_3.h b/vision_problem_3.h
index 2df8286..b5ac380 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_4.cc b/vision_problem_4.cc
index a663244..39a8646 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_4.h b/vision_problem_4.h
index a0ecf85..3fdd893 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef VISION_PROBLEM_4_H
diff --git a/vision_problem_5.cc b/vision_problem_5.cc
index e2c3628..1b9347a 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_5.h b/vision_problem_5.h
index 8c23f0d..632281d 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_6.cc b/vision_problem_6.cc
index e48f0cb..64bd18d 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_6.h b/vision_problem_6.h
index 1cbc3fb..e3a4b01 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_7.cc b/vision_problem_7.cc
index 528b56f..1dca91d 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_7.h b/vision_problem_7.h
index 1e7bb98..3e09fb0 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef VISION_PROBLEM_7_H
diff --git a/vision_problem_8.cc b/vision_problem_8.cc
index 12e2d7a..0929dc2 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_8.h b/vision_problem_8.h
index b194452..3c31ed8 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_9.cc b/vision_problem_9.cc
index 83de226..44c83c8 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_9.h b/vision_problem_9.h
index b785da1..27b1b0f 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef VISION_PROBLEM_9_H
diff --git a/vision_problem_tools.cc b/vision_problem_tools.cc
index 0100e90..a343b80 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/vision_problem_tools.h b/vision_problem_tools.h
index 5631711..57463af 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 <http://www.gnu.org/licenses/>.
+ *  along with pysvrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */