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

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


    Date: Sunday, September 1, 2013 @ 20:04:39
  Author: jelle
Revision: 96572

upgpkg: networkmanager-dispatcher-sshd 1.0-4

fix license issues

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

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

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2013-09-01 18:04:39 UTC (rev 96572)
@@ -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 17:39:47 UTC (rev 96571)
+++ PKGBUILD	2013-09-01 18:04:39 UTC (rev 96572)
@@ -1,15 +1,17 @@
 # Maintainer: Jelle van der Waa <jelle vdwaa nl>
 pkgname=networkmanager-dispatcher-sshd
 pkgver=1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Dispatcher Script for sshd"
 arch=(any)
-license=('BSD')
+license=('MIT')
 url="http://www.gnome.org/projects/NetworkManager/"
 depends=('networkmanager' 'openssh')
-source=("10-sshd")
-md5sums=('32b05542b6dca22e2958bd9e1198b08b')
+source=("10-sshd" "LICENSE")
+md5sums=('32b05542b6dca22e2958bd9e1198b08b'
+         'bade437c691452a83923e5064da20757')
 
 package() {
     install -Dm700 $srcdir/10-sshd $pkgdir/etc/NetworkManager/dispatcher.d/10-sshd
+    install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list