From: Andy Shevchenko Date: Fri, 29 Jun 2018 19:31:11 +0000 (+0300) Subject: x86/tsc: Use SPDX identifier and update Intel copyright X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5067b087cf5b2fa4de00443cdc6a66acb28a4953;p=openwrt%2Fstaging%2Fblogic.git 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: Andy Shevchenko Signed-off-by: Thomas Gleixner Cc: "H. Peter Anvin" Cc: Pavel Tatashin Link: https://lkml.kernel.org/r/20180629193113.84425-5-andriy.shevchenko@linux.intel.com --- diff --git a/arch/x86/kernel/tsc_msr.c b/arch/x86/kernel/tsc_msr.c index 1465aaee543a..f0951c2e9f28 100644 --- a/arch/x86/kernel/tsc_msr.c +++ b/arch/x86/kernel/tsc_msr.c @@ -1,10 +1,9 @@ +// 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 - * - * This file is released under the GPLv2. */ #include