.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * CPU idle for DaVinci SoCs |
---|
3 | 4 | * |
---|
4 | | - * Copyright (C) 2009 Texas Instruments Incorporated. http://www.ti.com/ |
---|
| 5 | + * Copyright (C) 2009 Texas Instruments Incorporated. https://www.ti.com/ |
---|
5 | 6 | * |
---|
6 | 7 | * Derived from Marvell Kirkwood CPU idle code |
---|
7 | 8 | * (arch/arm/mach-kirkwood/cpuidle.c) |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License version 2 as |
---|
11 | | - * published by the Free Software Foundation. |
---|
12 | 9 | */ |
---|
13 | 10 | |
---|
14 | 11 | #include <linux/kernel.h> |
---|