lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 23 Nov 2018 03:22:27 -0800
From:   tip-bot for Thomas Gleixner <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     cminyard@...sta.com, linux-kernel@...r.kernel.org,
        davidriley@...omium.org, keescook@...omium.org, hpa@...or.com,
        kstewart@...uxfoundation.org, peterz@...radead.org,
        paulmck@...ux.vnet.ibm.com, ccross@...roid.com,
        rmk+kernel@...linux.org.uk, mingo@...nel.org, tglx@...utronix.de,
        john.stultz@...aro.org, broonie@...nel.org,
        nicolas.pitre@...aro.org, richardcochran@...il.com,
        pombredanne@...b.com
Subject: [tip:timers/core] sched/clock: Remove license boilerplate

Commit-ID:  2fa6d420c22268b30dc46c8cbfe8bec0e361e03e
Gitweb:     https://git.kernel.org/tip/2fa6d420c22268b30dc46c8cbfe8bec0e361e03e
Author:     Thomas Gleixner <tglx@...utronix.de>
AuthorDate: Wed, 31 Oct 2018 19:21:14 +0100
Committer:  Thomas Gleixner <tglx@...utronix.de>
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@...utronix.de>
Acked-by: Kees Cook <keescook@...omium.org>
Acked-by: Ingo Molnar <mingo@...nel.org>
Acked-by: John Stultz <john.stultz@...aro.org>
Acked-by: Corey Minyard <cminyard@...sta.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Kate Stewart <kstewart@...uxfoundation.org>
Cc: Philippe Ombredanne <pombredanne@...b.com>
Cc: Peter Anvin <hpa@...or.com>
Cc: Russell King <rmk+kernel@...linux.org.uk>
Cc: Richard Cochran <richardcochran@...il.com>
Cc: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Cc: Nicolas Pitre <nicolas.pitre@...aro.org>
Cc: David Riley <davidriley@...omium.org>
Cc: Colin Cross <ccross@...roid.com>
Cc: Mark Brown <broonie@...nel.org>
Link: https://lkml.kernel.org/r/20181031182253.300140921@linutronix.de

---
 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>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ