aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Ortlepp <post@ortlepp.eu>2021-02-01 23:47:17 +0100
committerThorsten Ortlepp <post@ortlepp.eu>2021-02-01 23:47:17 +0100
commitab7a3c3344fe4e993299a8b6bceecd4932921be5 (patch)
tree9e9513fa79d6d69d8b131f7abd1cd9918ac9641c
parent467014a3079e741beaa0fbe2f6a1d7276c1f2249 (diff)
downloadphp-stuff-ab7a3c3344fe4e993299a8b6bceecd4932921be5.zip
Fixed formatting
-rw-r--r--LICENSE18
-rw-r--r--README3
2 files changed, 17 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index bf884d7..9232e66 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,8 +2,20 @@ MIT License
Copyright 2021 Thorsten Ortlepp <hello.world@ortlepp.eu>
-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:
+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 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.
+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.
diff --git a/README b/README
index 6ab20d5..09ab543 100644
--- a/README
+++ b/README
@@ -4,4 +4,5 @@ PHP stuff
rssfilter
---------
-A simple script to remove unwanted articles from an RSS feed, either by title or by URL. It also removes duplicate articles from the feed.
+A simple script to remove unwanted articles from an RSS feed, either
+by title or by URL. It also removes duplicate articles from the feed.