diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-11-05 18:19:21 +1100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-11-04 23:19:21 -0800 |
| commit | fc51a4a1076c5f6f102024f1520e33634bc45dc4 (patch) | |
| tree | a988aa4ebeae7b877444586d31e901e6de64ff67 /drivers | |
| parent | 8b832c494cd6d50e4f9c8384ce54733308eda95f (diff) | |
| download | qmk_firmware-fc51a4a1076c5f6f102024f1520e33634bc45dc4.tar.gz qmk_firmware-fc51a4a1076c5f6f102024f1520e33634bc45dc4.zip | |
Fix typo in ARM I2C copyright header (#7264)
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/arm/i2c_master.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/arm/i2c_master.h b/drivers/arm/i2c_master.h index a8ed66403..efe3909a6 100644 --- a/drivers/arm/i2c_master.h +++ b/drivers/arm/i2c_master.h | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /* Copyright 2018 Jack Humbert | 1 | /* Copyright 2018 Jack Humbert |
| 2 | * Copyright 2018 Yiancar | 2 | * Copyright 2018 Yiancar |
| 3 | * | 3 | * |
| 4 | * This program is free sofare: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
| 6 | * the Free Sofare Foundation, either version 2 of the License, or | 6 | * the Free Software Foundation, either version 2 of the License, or |
| 7 | * (at your option) any later version. | 7 | * (at your option) any later version. |
| 8 | * | 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
