From 3ec07d5db9f932335c1a33e30d08042012a5753d Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Tue, 5 Jul 2022 20:12:57 -0700 Subject: [PATCH] docs: fix typo in license webpage --- MANUAL.html | 2 +- MANUAL.md | 2 +- MANUAL.txt | 2 +- README.md | 2 +- docs/content/licence.md | 2 +- rclone.1 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MANUAL.html b/MANUAL.html index 7b39794fb..eb2a7d197 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -30541,7 +30541,7 @@ dig www.googleapis.com @8.8.8.8 # resolve with Google's DNS server

For example: On a Windows system, you have a file with name Test:1.jpg, where is the Unicode fullwidth colon symbol. When using rclone to copy this to your Google Drive, you will notice that the file gets renamed to Test:1.jpg, where : is the regular (halfwidth) colon.

The reason for such renames is the way rclone handles different restricted filenames on different cloud storage systems. It tries to avoid ambiguous file names as much and allow moving files between many cloud storage systems transparently, by replacing invalid characters with similar looking Unicode characters when transferring to one storage system, and replacing back again when transferring to a different storage system where the original characters are supported. When the same Unicode characters are intentionally used in file names, this replacement strategy leads to unwanted renames. Read more here.

License

-

This is free software under the terms of MIT the license (check the COPYING file included with the source code).

+

This is free software under the terms of the MIT license (check the COPYING file included with the source code).

Copyright (C) 2019 by Nick Craig-Wood https://www.craig-wood.com/nick/
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/MANUAL.md b/MANUAL.md
index 06b37f0d2..58e4ddad6 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -40150,7 +40150,7 @@ to unwanted renames. Read more [here](https://rclone.org/overview/#restricted-fi
 
 # License
 
-This is free software under the terms of MIT the license (check the
+This is free software under the terms of the MIT license (check the
 COPYING file included with the source code).
 
 ```
diff --git a/MANUAL.txt b/MANUAL.txt
index 994bd6612..d25a312cb 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -40651,7 +40651,7 @@ replacement strategy leads to unwanted renames. Read more here.
 
 License
 
-This is free software under the terms of MIT the license (check the
+This is free software under the terms of the MIT license (check the
 COPYING file included with the source code).
 
     Copyright (C) 2019 by Nick Craig-Wood https://www.craig-wood.com/nick/
diff --git a/README.md b/README.md
index ba85e16bd..01776699e 100644
--- a/README.md
+++ b/README.md
@@ -132,5 +132,5 @@ Please see the [rclone website](https://rclone.org/) for:
 License
 -------
 
-This is free software under the terms of MIT the license (check the
+This is free software under the terms of the MIT license (check the
 [COPYING file](/COPYING) included in this package).
diff --git a/docs/content/licence.md b/docs/content/licence.md
index a12d71de4..004522223 100644
--- a/docs/content/licence.md
+++ b/docs/content/licence.md
@@ -5,7 +5,7 @@ description: "Rclone Licence"
 
 # License
 
-This is free software under the terms of MIT the license (check the
+This is free software under the terms of the MIT license (check the
 COPYING file included with the source code).
 
 ```
diff --git a/rclone.1 b/rclone.1
index 157f41d56..693b003af 100644
--- a/rclone.1
+++ b/rclone.1
@@ -59039,7 +59039,7 @@ Read more
 here (https://rclone.org/overview/#restricted-filenames-caveats).
 .SH License
 .PP
-This is free software under the terms of MIT the license (check the
+This is free software under the terms of the MIT license (check the
 COPYING file included with the source code).
 .IP
 .nf