| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/i2c/busses/i2c-ibm_iic.h |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 12 | 13 | * Matt Porter <mporter@mvista.com> |
|---|
| 13 | 14 | * |
|---|
| 14 | 15 | * Copyright 2000-2003 MontaVista Software Inc. |
|---|
| 15 | | - * |
|---|
| 16 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 17 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 18 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 19 | | - * option) any later version. |
|---|
| 20 | | - * |
|---|
| 21 | 16 | */ |
|---|
| 22 | 17 | #ifndef __I2C_IBM_IIC_H_ |
|---|
| 23 | 18 | #define __I2C_IBM_IIC_H_ |
|---|