From 9df6e9e19e18cc9c194a3c192ad18d16457126c3 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 28 Jun 2011 08:36:00 -0700 Subject: [PATCH] dtrace: remove incorrect header comments and copyright Signed-off-by: Randy Dunlap --- scripts/dtrace_relocs.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/dtrace_relocs.c b/scripts/dtrace_relocs.c index 171fa2b02bd6..01501bd07c18 100644 --- a/scripts/dtrace_relocs.c +++ b/scripts/dtrace_relocs.c @@ -1,10 +1,8 @@ /* Generate assembler source containing __dtrace_probe_* calls (reloc info) * - * Based on scripts/kallsyms.c - * Copyright 2002 by Kai Germaschewski + * inspired by scripts/kallsyms.c * - * This software may be used and distributed according to the terms - * of the GNU General Public License, incorporated herein by reference. + * (C) 2011 Oracle Corporation * * Usage: dtrace_relocs input_file_text output_file_elf */ -- 2.50.1