Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5067b087 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Thomas Gleixner
Browse files

x86/tsc: Use SPDX identifier and update Intel copyright



Use SPDX identifier and update year in Intel copyright line.

While here, remove file name from the file itself.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Pavel Tatashin <pasha.tatashin@oracle.com>
Link: https://lkml.kernel.org/r/20180629193113.84425-5-andriy.shevchenko@linux.intel.com
parent 397d3ad1
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * tsc_msr.c - TSC frequency enumeration via MSR
 * TSC frequency enumeration via MSR
 *
 * Copyright (C) 2013 Intel Corporation
 * Copyright (C) 2013, 2018 Intel Corporation
 * Author: Bin Gao <bin.gao@intel.com>
 *
 * This file is released under the GPLv2.
 */

#include <linux/kernel.h>