Stupid typo in the headers ...
authorFrancois Fleuret <francois@fleuret.org>
Sat, 17 Jun 2017 22:37:49 +0000 (00:37 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sat, 17 Jun 2017 22:37:49 +0000 (00:37 +0200)
67 files changed:
Makefile
build.py
cnn-svrt.py
misc.cc
misc.h
random.cc
random.h
shape.cc
shape.h
svrt.c
svrt.h
svrt_generator.cc
svrt_generator.h
test-svrt.py
vignette.cc
vignette.h
vignette_generator.cc
vignette_generator.h
vignette_set.py
vision_problem_1.cc
vision_problem_1.h
vision_problem_10.cc
vision_problem_10.h
vision_problem_11.cc
vision_problem_11.h
vision_problem_12.cc
vision_problem_12.h
vision_problem_13.cc
vision_problem_13.h
vision_problem_14.cc
vision_problem_14.h
vision_problem_15.cc
vision_problem_15.h
vision_problem_16.cc
vision_problem_16.h
vision_problem_17.cc
vision_problem_17.h
vision_problem_18.cc
vision_problem_18.h
vision_problem_19.cc
vision_problem_19.h
vision_problem_2.cc
vision_problem_2.h
vision_problem_20.cc
vision_problem_20.h
vision_problem_21.cc
vision_problem_21.h
vision_problem_22.cc
vision_problem_22.h
vision_problem_23.cc
vision_problem_23.h
vision_problem_3.cc
vision_problem_3.h
vision_problem_4.cc
vision_problem_4.h
vision_problem_5.cc
vision_problem_5.h
vision_problem_6.cc
vision_problem_6.h
vision_problem_7.cc
vision_problem_7.h
vision_problem_8.cc
vision_problem_8.h
vision_problem_9.cc
vision_problem_9.h
vision_problem_tools.cc
vision_problem_tools.h

index 5f2d6cf..05881d8 100644 (file)
--- 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
index 1a10c62..b3769f9 100755 (executable)
--- 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
index 0770bf3..da03961 100755 (executable)
@@ -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 (file)
--- 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 (file)
--- 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/>.
  *
  */
 
index 28ae5d6..ca5691c 100644 (file)
--- 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/>.
  *
  */
 
index 283f8e7..e114473 100644 (file)
--- 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/>.
  *
  */
 
index 057face..90579a7 100644 (file)
--- 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 (file)
--- 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 (file)
--- 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 (file)
--- 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/>.
  *
  */
 
index 1fa4f40..5d64806 100644 (file)
@@ -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/>.
  *
  */
 
index 7f6a3ad..5fb4d0f 100644 (file)
@@ -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/>.
  *
  */
 
index 5f38fa9..0e7d908 100755 (executable)
@@ -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
 
index 9e615e4..71a7fd6 100644 (file)
@@ -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/>.
  *
  */
 
index 81b7898..45eb317 100644 (file)
@@ -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/>.
  *
  */
 
index 417fb22..a996f13 100644 (file)
@@ -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/>.
  *
  */
 
index c02d7df..6ebd4fb 100644 (file)
@@ -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/>.
  *
  */
 
index 5062f3e..b95a1db 100755 (executable)
@@ -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
index 73e656d..dde0f64 100644 (file)
@@ -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/>.
  *
  */
 
index afdf97a..6826919 100644 (file)
@@ -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/>.
  *
  */
 
index adb6a4a..6200146 100644 (file)
@@ -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/>.
  *
  */
 
index e9b3baf..c947330 100644 (file)
@@ -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/>.
  *
  */
 
index 89ecdfc..4124e4e 100644 (file)
@@ -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/>.
  *
  */
 
index a8cf1ef..b66e748 100644 (file)
@@ -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/>.
  *
  */
 
index 3348b4e..98f0324 100644 (file)
@@ -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/>.
  *
  */
 
index 3d17d83..6a31986 100644 (file)
@@ -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/>.
  *
  */
 
index 7193a3a..5db9815 100644 (file)
@@ -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/>.
  *
  */
 
index 98c49f8..030bd23 100644 (file)
@@ -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/>.
  *
  */
 
index a89804b..e6762ba 100644 (file)
@@ -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/>.
  *
  */
 
index c1598ff..3048c32 100644 (file)
@@ -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
index c09d75f..87d598a 100644 (file)
@@ -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/>.
  *
  */
 
index b842dbd..27673b6 100644 (file)
@@ -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
index c61d075..7a71da5 100644 (file)
@@ -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/>.
  *
  */
 
index 1799c31..f62ed30 100644 (file)
@@ -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
index 9609764..2866f2d 100644 (file)
@@ -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/>.
  *
  */
 
index f614126..8666cb8 100644 (file)
@@ -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/>.
  *
  */
 
index cffe85c..fc17d6a 100644 (file)
@@ -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/>.
  *
  */
 
index b8c4dca..3947644 100644 (file)
@@ -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/>.
  *
  */
 
index a947a09..1ed213d 100644 (file)
@@ -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/>.
  *
  */
 
index 794b28e..bf91c92 100644 (file)
@@ -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
index 142ed12..f5cf214 100644 (file)
@@ -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/>.
  *
  */
 
index a1239f0..2164434 100644 (file)
@@ -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/>.
  *
  */
 
index 557b113..cf13253 100644 (file)
@@ -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/>.
  *
  */
 
index a1f1b7a..953aafe 100644 (file)
@@ -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/>.
  *
  */
 
index e92d6f9..8930f0b 100644 (file)
@@ -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/>.
  *
  */
 
index 3fa825a..a558ba9 100644 (file)
@@ -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/>.
  *
  */
 
index 5d6acda..9663759 100644 (file)
@@ -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/>.
  *
  */
 
index f7cbdbe..ace3b39 100644 (file)
@@ -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
index 023234d..a178b97 100644 (file)
@@ -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/>.
  *
  */
 
index ec0665c..556282e 100644 (file)
@@ -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
index f34cd56..11f0dfc 100644 (file)
@@ -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/>.
  *
  */
 
index 2df8286..b5ac380 100644 (file)
@@ -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/>.
  *
  */
 
index a663244..39a8646 100644 (file)
@@ -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/>.
  *
  */
 
index a0ecf85..3fdd893 100644 (file)
@@ -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
index e2c3628..1b9347a 100644 (file)
@@ -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/>.
  *
  */
 
index 8c23f0d..632281d 100644 (file)
@@ -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/>.
  *
  */
 
index e48f0cb..64bd18d 100644 (file)
@@ -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/>.
  *
  */
 
index 1cbc3fb..e3a4b01 100644 (file)
@@ -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/>.
  *
  */
 
index 528b56f..1dca91d 100644 (file)
@@ -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/>.
  *
  */
 
index 1e7bb98..3e09fb0 100644 (file)
@@ -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
index 12e2d7a..0929dc2 100644 (file)
@@ -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/>.
  *
  */
 
index b194452..3c31ed8 100644 (file)
@@ -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/>.
  *
  */
 
index 83de226..44c83c8 100644 (file)
@@ -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/>.
  *
  */
 
index b785da1..27b1b0f 100644 (file)
@@ -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
index 0100e90..a343b80 100644 (file)
@@ -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/>.
  *
  */
 
index 5631711..57463af 100644 (file)
@@ -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/>.
  *
  */