From eb20e60c9cdcb5bf904a6f489d9971220697b5d6 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 12 Jan 2016 13:30:50 -0700 Subject: utils: Remove old license text from help & disclaimer file The license text that we decided to remove was removed from the headers of these files, but was still left in the help text. Remove it from those locations as well. Change-Id: I0e1b3b79f1afa35e632c4a4dd09a8bf2b02eaa6d Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12913 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/inteltool/inteltool.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'util/inteltool/inteltool.c') diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c index 974db6fb71..113eb4d9a9 100644 --- a/util/inteltool/inteltool.c +++ b/util/inteltool/inteltool.c @@ -210,9 +210,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 .\n\n"); + "GNU General Public License for more details.\n\n"); } void print_usage(const char *name) -- cgit v1.2.3