From 707d926894194ae96728872ce99002e2982e8143 Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:14:57 +0200 Subject: [PATCH 01/12] Create license in a AWS S3 subsplit If sub-splits are meant to be used on projects directly, like this one https://github.com/thephpleague/flysystem-aws-s3-v3, then they should be signed with their own license. --- src/AwsS3V3/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/AwsS3V3/LICENSE diff --git a/src/AwsS3V3/LICENSE b/src/AwsS3V3/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/AwsS3V3/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 256eeec5784824402cf3f1029146413137c3bbca Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:17:23 +0200 Subject: [PATCH 02/12] Create LICENSE for FTP --- src/Ftp/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Ftp/LICENSE diff --git a/src/Ftp/LICENSE b/src/Ftp/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/Ftp/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From c090eab249af453ee41619401342a43a4b04814f Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:21:55 +0200 Subject: [PATCH 03/12] Add license to async aws s3 --- src/AsyncAwsS3/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/AsyncAwsS3/LICENSE diff --git a/src/AsyncAwsS3/LICENSE b/src/AsyncAwsS3/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/AsyncAwsS3/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From b516cc5d70c5b9596a6109ee612f5fc583db3ac1 Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:22:50 +0200 Subject: [PATCH 04/12] Create LICENSE AzureBlobStorage --- src/AzureBlobStorage/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/AzureBlobStorage/LICENSE diff --git a/src/AzureBlobStorage/LICENSE b/src/AzureBlobStorage/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/AzureBlobStorage/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From dada4db559aa33f4c36fb837eef2c505efcbc402 Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:23:18 +0200 Subject: [PATCH 05/12] Create LICENSE --- src/GoogleCloudStorage/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/GoogleCloudStorage/LICENSE diff --git a/src/GoogleCloudStorage/LICENSE b/src/GoogleCloudStorage/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/GoogleCloudStorage/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 18f66d69acc1c8537852ebd53360b8169804923b Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:23:38 +0200 Subject: [PATCH 06/12] Create LICENSE --- src/InMemory/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/InMemory/LICENSE diff --git a/src/InMemory/LICENSE b/src/InMemory/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/InMemory/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 80b9221e6ba252a8820cf08d09cb62a1d2612bf7 Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:23:59 +0200 Subject: [PATCH 07/12] Create LICENSE --- src/Local/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Local/LICENSE diff --git a/src/Local/LICENSE b/src/Local/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/Local/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From d8e6f754b944dfbd6e9100009a175e818dff2baa Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:24:28 +0200 Subject: [PATCH 08/12] Create LICENSE to PathPrefixing --- src/PathPrefixing/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/PathPrefixing/LICENSE diff --git a/src/PathPrefixing/LICENSE b/src/PathPrefixing/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/PathPrefixing/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From d9d0967057c994f9ae6a1fa9a0d5857c9f66e1d7 Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:25:05 +0200 Subject: [PATCH 09/12] Create LICENSE --- src/PhpseclibV3/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/PhpseclibV3/LICENSE diff --git a/src/PhpseclibV3/LICENSE b/src/PhpseclibV3/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/PhpseclibV3/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 7623202017a77c0166f92d1e8a36b6f1f6dd7a3c Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:26:14 +0200 Subject: [PATCH 10/12] Create LICENSE to ReadOnly --- src/ReadOnly/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/ReadOnly/LICENSE diff --git a/src/ReadOnly/LICENSE b/src/ReadOnly/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/ReadOnly/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 2c73d5e2ced1b002a4fed78e6c02480d906ecc81 Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:26:44 +0200 Subject: [PATCH 11/12] Create LICENSE to WebDAV --- src/WebDAV/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/WebDAV/LICENSE diff --git a/src/WebDAV/LICENSE b/src/WebDAV/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/WebDAV/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 57056a0421ffb022ae006169e0a510fa2935a79c Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Wed, 30 Aug 2023 12:27:15 +0200 Subject: [PATCH 12/12] Create LICENSE to ZipArchive --- src/ZipArchive/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/ZipArchive/LICENSE diff --git a/src/ZipArchive/LICENSE b/src/ZipArchive/LICENSE new file mode 100644 index 000000000..39d50b5e7 --- /dev/null +++ b/src/ZipArchive/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013-2023 Frank de Jonge + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.