From: Randy Dunlap Date: Tue, 28 Jun 2011 15:36:00 +0000 (-0700) Subject: dtrace: remove incorrect header comments and copyright X-Git-Tag: v4.1.12-92~313^2~180 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9df6e9e19e18cc9c194a3c192ad18d16457126c3;p=users%2Fjedix%2Flinux-maple.git dtrace: remove incorrect header comments and copyright Signed-off-by: Randy Dunlap --- 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 */