summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjelle2013-09-01 18:10:11 +0000
committerFrederik “Freso” S. Olesen2015-07-12 15:29:05 +0200
commit17e127ffb98f49730f0988dff8ba91c6fb857706 (patch)
treea338a698b3648aec89abd925884acbf1802c247e
parent30e5f91e66b718b7ce58ab71d943c111ecc2d2da (diff)
downloadaur-17e127ffb98f49730f0988dff8ba91c6fb857706.tar.gz
upgpkg: networkmanager-dispatcher-ntpd 1.0-6
fix license issues git-svn-id: file:///srv/repos/svn-community/svn@96576 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE19
-rw-r--r--PKGBUILD10
3 files changed, 29 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a10ea1ff045..158262fc931e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = networkmanager-dispatcher-ntpd
pkgdesc = Dispatcher Script for ntpd
pkgver = 1.0
- pkgrel = 5
+ pkgrel = 6
url = http://www.gnome.org/projects/NetworkManager
arch = any
- license = BSD
+ license = MIT
depends = networkmanager
depends = ntp
source = 10-ntpd
+ source = LICENSE
md5sums = 6e2ea87331a44dd83dd992d1ed8363ea
+ md5sums = bade437c691452a83923e5064da20757
pkgname = networkmanager-dispatcher-ntpd
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..879c7f77f805
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2009-2013 Robert Djubek
+
+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 d835f995e254..50ddb413f143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: Jelle van der Waa <jelle vdwaa nl>
pkgname=networkmanager-dispatcher-ntpd
pkgver=1.0
-pkgrel=5
+pkgrel=6
pkgdesc="Dispatcher Script for ntpd"
arch=(any)
-license=('BSD')
+license=('MIT')
url="http://www.gnome.org/projects/NetworkManager"
depends=('networkmanager' 'ntp')
-source=("10-ntpd")
-md5sums=('6e2ea87331a44dd83dd992d1ed8363ea')
+source=("10-ntpd" "LICENSE")
+md5sums=('6e2ea87331a44dd83dd992d1ed8363ea'
+ 'bade437c691452a83923e5064da20757')
package() {
install -Dm700 $srcdir/10-ntpd $pkgdir/etc/NetworkManager/dispatcher.d/10-ntpd
+ install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}