From 128b20d857981ee07ddea0de160a1e6c1d416879 Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Sat, 28 Aug 2021 14:04:45 -0500 Subject: [PATCH] Corrected the license notice Turns out the program is not called Foobar. Forgot to replace one of the Foobar entries. --- src/download.c | 2 +- src/download.h | 2 +- src/rhosts.c | 2 +- src/rhosts.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/download.c b/src/download.c index 6cc2959..fd24be9 100644 --- a/src/download.c +++ b/src/download.c @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * rhosts is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/download.h b/src/download.h index 9dab9c2..1cbf708 100644 --- a/src/download.h +++ b/src/download.h @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * rhosts is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/rhosts.c b/src/rhosts.c index 74a367e..18bfc9d 100644 --- a/src/rhosts.c +++ b/src/rhosts.c @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * rhosts is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/rhosts.h b/src/rhosts.h index 310c383..3f8bcf5 100644 --- a/src/rhosts.h +++ b/src/rhosts.h @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * rhosts is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.