public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 00/3] time: Cleanup license information
@ 2018-03-19 10:04 Thomas Gleixner
  2018-03-19 10:04 ` [patch 01/3] time: Remove useless filenames in top level comments Thomas Gleixner
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thomas Gleixner @ 2018-03-19 10:04 UTC (permalink / raw)
  To: LKML
  Cc: Ingo Molnar, Greg Kroah-Hartman, Kate Stewart,
	Philippe Ombredanne, H. Peter Anvin, John Stultz, Nicolas Pitre,
	Russell King, Stephen Boyd, Colin Cross, David Riley

The following patch series cleans up the licensing information in the
time subsystem.

  * Replace boiler plate language and sloppy references with SPDX

  * Add missing SPDX identifiers to files with no license reference

While at it clean up the top of file comments by removing pointless
references to the filename itself and condense the information where
appropriate.

Thanks,

        tglx
---
 include/linux/hrtimer.h         |    5 +----
 kernel/time/alarmtimer.c        |    5 +----
 kernel/time/clockevents.c       |    6 +-----
 kernel/time/clocksource.c       |   20 +-------------------
 kernel/time/hrtimer.c           |   17 ++++-------------
 kernel/time/jiffies.c           |   28 ++++++----------------------
 kernel/time/posix-clock.c       |   17 ++---------------
 kernel/time/posix-stubs.c       |    5 +----
 kernel/time/posix-timers.c      |   25 ++-----------------------
 kernel/time/sched_clock.c       |    9 +++------
 kernel/time/test_udelay.c       |   10 +---------
 kernel/time/tick-broadcast.c    |    6 +-----
 kernel/time/tick-common.c       |    6 +-----
 kernel/time/tick-oneshot.c      |    6 +-----
 kernel/time/tick-sched.c        |    5 +----
 kernel/time/time.c              |   13 +++++--------
 kernel/time/timeconst.bc        |    2 ++
 kernel/time/timeconv.c          |   18 +-----------------
 kernel/time/timecounter.c       |   16 ++--------------
 kernel/time/timekeeping.c       |    8 +++-----
 kernel/time/timekeeping_debug.c |   11 +----------
 kernel/time/timer.c             |    3 +--
 kernel/time/timer_list.c        |    7 +------
 23 files changed, 43 insertions(+), 205 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-19 10:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-19 10:04 [patch 00/3] time: Cleanup license information Thomas Gleixner
2018-03-19 10:04 ` [patch 01/3] time: Remove useless filenames in top level comments Thomas Gleixner
2018-03-19 10:37   ` Greg Kroah-Hartman
2018-03-19 10:04 ` [patch 02/3] time: Add SPDX license identifiers Thomas Gleixner
2018-03-19 10:37   ` Greg Kroah-Hartman
2018-03-19 10:04 ` [patch 03/3] time: Remove license boilerplates and sloppy references Thomas Gleixner
2018-03-19 10:37   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox