|
From: Gleb C. <lna...@ya...> - 2023-04-04 08:48:29
|
Commit: 22b03d1 GitHub URL: https://github.com/SCST-project/scst/commit/22b03d1c6efa0c418cf0a8152e6e08a46686536a Author: Gleb Chesnokov Date: 2023-04-04T11:47:44+03:00 Log Message: ----------- INSTALL.md: Fix a checkpatch complaint about whitespace This patch fixes the following checkpatch warnings: ERROR:TRAILING_WHITESPACE: trailing whitespace. Modified Paths: -------------- INSTALL.md | 2 +- iscsi-scst/COPYING | 10 +++++----- scst/COPYING | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) =================================================================== diff --git a/INSTALL.md b/INSTALL.md index bbea35d..ce7c6b2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -46,7 +46,7 @@ scst-dkms package instead of the scst package. For example, if you want to have dkms support for your SCST rpm install, then you would use the following command to make your SCST packages: - make rpm-dkms + make rpm-dkms or diff --git a/iscsi-scst/COPYING b/iscsi-scst/COPYING index 31b2c9e..e14a790 100644 --- a/iscsi-scst/COPYING +++ b/iscsi-scst/COPYING @@ -55,7 +55,7 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION @@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions: License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) - + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in @@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is @@ -225,7 +225,7 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License @@ -278,7 +278,7 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS - + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest diff --git a/scst/COPYING b/scst/COPYING index d2469d5..7f982ea 100644 --- a/scst/COPYING +++ b/scst/COPYING @@ -54,7 +54,7 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION @@ -109,7 +109,7 @@ above, provided that you also meet all of these conditions: License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) - + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in @@ -167,7 +167,7 @@ access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is @@ -224,7 +224,7 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License @@ -277,7 +277,7 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS - + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest |