summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-05-12 01:26:14 +0200
committerChristopher Arndt2023-05-12 01:26:14 +0200
commitafdda7d3047257f25d448b9d0b08e110f3a0c642 (patch)
tree21eae297d6b0d01c97385976182d7d280e975b4e
parentc119c3cb034184dffaf4ff369cab470f5ea3e3ba (diff)
downloadaur-python-mando.tar.gz
Remove obsolete license file
-rw-r--r--.SRCINFO2
-rw-r--r--LICENSE22
-rw-r--r--PKGBUILD2
3 files changed, 2 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033dbb1473fa..3d8d8e813ae5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mando
pkgdesc = Python library wrapping argparse to help write flexible CLI applications
pkgver = 0.7.1
- pkgrel = 2
+ pkgrel = 3
url = https://mando.readthedocs.org/
arch = any
license = MIT
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 481337e2b660..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2016 Michele Lacchia
-
-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/PKGBUILD b/PKGBUILD
index bef269ccdbdd..349a64c5595f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=mando
pkgname=python-$_name
pkgver=0.7.1
-pkgrel=2
+pkgrel=3
pkgdesc='Python library wrapping argparse to help write flexible CLI applications'
arch=(any)
url='https://mando.readthedocs.org/'