Message ID | 165364055781.4207.11811127608681595982.tip-bot2@tip-bot2 (mailing list archive) |
---|---|
State | Accepted |
Commit | dcfa47d4720f91e278a81d0f64d2e74e3c59018b |
Headers | show |
Series | [tip:,timers/core] clocksource/drivers/mips-gic-timer: Convert to SPDX identifier | expand |
diff --git a/drivers/clocksource/mips-gic-timer.c b/drivers/clocksource/mips-gic-timer.c index be4175f..b3ae38f 100644 --- a/drivers/clocksource/mips-gic-timer.c +++ b/drivers/clocksource/mips-gic-timer.c @@ -1,10 +1,5 @@ -/* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. - */ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. #define pr_fmt(fmt) "mips-gic-timer: " fmt