[arch-commits] Commit in networkmanager-dispatcher-ntpd/trunk (LICENSE PKGBUILD)

Jelle van der Waa jelle at nymeria.archlinux.org
Sun Sep 1 18:10:12 UTC 2013


    Date: Sunday, September 1, 2013 @ 20:10:11
  Author: jelle
Revision: 96576

upgpkg: networkmanager-dispatcher-ntpd 1.0-6

fix license issues

Added:
  networkmanager-dispatcher-ntpd/trunk/LICENSE
Modified:
  networkmanager-dispatcher-ntpd/trunk/PKGBUILD

----------+
 LICENSE  |   19 +++++++++++++++++++
 PKGBUILD |   10 ++++++----
 2 files changed, 25 insertions(+), 4 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2013-09-01 18:10:11 UTC (rev 96576)
@@ -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.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-01 18:09:01 UTC (rev 96575)
+++ PKGBUILD	2013-09-01 18:10:11 UTC (rev 96576)
@@ -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
 }




More information about the arch-commits mailing list