diff options
Diffstat (limited to 'util/viatool')
-rw-r--r-- | util/viatool/viatool.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util/viatool/viatool.c b/util/viatool/viatool.c index c19647fd0c..328377ac09 100644 --- a/util/viatool/viatool.c +++ b/util/viatool/viatool.c @@ -82,9 +82,7 @@ void print_version(void) "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" - "GNU General Public License for more details.\n\n" - "You should have received a copy of the GNU General Public License\n" - "along with this program. If not, see <http://www.gnu.org/licenses/>.\n\n"); + "GNU General Public License for more details.\n\n"); } void print_usage(const char *name) |