.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * intel-mid.c: Intel MID platform setup code |
---|
3 | 4 | * |
---|
4 | 5 | * (C) Copyright 2008, 2012 Intel Corporation |
---|
5 | 6 | * Author: Jacob Pan (jacob.jun.pan@intel.com) |
---|
6 | 7 | * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@intel.com> |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or |
---|
9 | | - * modify it under the terms of the GNU General Public License |
---|
10 | | - * as published by the Free Software Foundation; version 2 |
---|
11 | | - * of the License. |
---|
12 | 8 | */ |
---|
13 | 9 | |
---|
14 | 10 | #define pr_fmt(fmt) "intel_mid: " fmt |
---|