commit cc57d86565a27e06981cd0a76937bdcc7f49d67e
parent 82495df3816e87b49ad00fe1bd4672a8f87d4a98
Author: Mahdi Mirzade <[email protected]>
Date: Fri, 25 Mar 2022 13:07:36 +0430
Reformat readme, add license
Diffstat:
3 files changed, 34 insertions(+), 13 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2022 Mahdi Mirzade <me at mahdi dot pw>
+
+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.
diff --git a/README b/README
@@ -0,0 +1,13 @@
+suckless-patches
+----------------
+My patches for http://suckless.org/
+
+dwm
+---
+- dwm-bidi-20220309-0386419.diff (https://dwm.suckless.org/patches/bidi/)
+> Added support for RTL languages (Farsi, Arabic & Hebrew)
+
+st
+--
+- st-xresources-signal-reloading-20220312-6685098.diff (https://st.suckless.org/patches/xresources-with-reload-signal)
+> This patch adds the ability to configure st via Xresources and signal reloading
diff --git a/README.md b/README.md
@@ -1,13 +0,0 @@
-# suckless-patches
-My patches for http://suckless.org/
-
-## dwm
-- [dwm-bidi-20220309-0386419.diff](./dwm/dwm-bidi-20220309-0386419.diff) (https://dwm.suckless.org/patches/bidi/)
-> Added support for RTL languages (Farsi, Arabic & Hebrew)
-
-## st
-- [st-xresources-signal-reloading-20220312-6685098.diff](./st/st-xresources-signal-reloading-20220312-6685098.diff) (https://st.suckless.org/patches/xresources-with-reload-signal)
-> This patch adds the ability to configure st via Xresources and signal reloading
-
-## Author
-Mahdi Mirzade - [[email protected]](mailto:[email protected])