From 29f5d959edfd086910c004f8453a39ccde5e0959 Mon Sep 17 00:00:00 2001 From: "ui.manish" <1991manish.kumar@gmail.com> Date: Thu, 7 Feb 2019 13:55:50 -0700 Subject: [PATCH] Bug 327111 - Remove unnecessary/incomplete copyright notices in Tools output r=jcj Differential Revision: https://phabricator.services.mozilla.com//D18655 --HG-- extra : amend_source : 61c3ab1d96df44ca6f61fffd123e8a880573cdf6 --- cmd/ssltap/ssltap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/ssltap/ssltap.c b/cmd/ssltap/ssltap.c index a2471884e6..2283cdb524 100644 --- a/cmd/ssltap/ssltap.c +++ b/cmd/ssltap/ssltap.c @@ -2260,7 +2260,6 @@ print_hex(int amt, unsigned char *buf) void Usage(void) { - PR_fprintf(PR_STDERR, "SSLTAP (C) 1997, 1998 Netscape Communications Corporation.\n"); PR_fprintf(PR_STDERR, "Usage: ssltap [-vhfsxl] [-p port] hostname:port\n"); PR_fprintf(PR_STDERR, " -v [prints version string]\n"); PR_fprintf(PR_STDERR, " -h [outputs hex instead of ASCII]\n");