Commit-ID: 2fa6d420c22268b30dc46c8cbfe8bec0e361e03e Gitweb: https://git.kernel.org/tip/2fa6d420c22268b30dc46c8cbfe8bec0e361e03e Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx> AuthorDate: Wed, 31 Oct 2018 19:21:14 +0100 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitDate: Fri, 23 Nov 2018 11:51:22 +0100 sched/clock: Remove license boilerplate The SPDX identifier defines the license of the file already. No need for the boilerplate. Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Acked-by: Kees Cook <keescook@xxxxxxxxxxxx> Acked-by: Ingo Molnar <mingo@xxxxxxxxxx> Acked-by: John Stultz <john.stultz@xxxxxxxxxx> Acked-by: Corey Minyard <cminyard@xxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Kate Stewart <kstewart@xxxxxxxxxxxxxxxxxxx> Cc: Philippe Ombredanne <pombredanne@xxxxxxxx> Cc: Peter Anvin <hpa@xxxxxxxxx> Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> Cc: Richard Cochran <richardcochran@xxxxxxxxx> Cc: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx> Cc: Nicolas Pitre <nicolas.pitre@xxxxxxxxxx> Cc: David Riley <davidriley@xxxxxxxxxxxx> Cc: Colin Cross <ccross@xxxxxxxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxx> Link: https://lkml.kernel.org/r/20181031182253.300140921@xxxxxxxxxxxxx --- kernel/time/sched_clock.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/time/sched_clock.c b/kernel/time/sched_clock.c index 11570ba451cc..094b82ca95e5 100644 --- a/kernel/time/sched_clock.c +++ b/kernel/time/sched_clock.c @@ -2,10 +2,6 @@ /* * Generic sched_clock() support, to extend low level hardware time * counters to full 64-bit ns values. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include <linux/clocksource.h> #include <linux/init.h>