summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-09-04 08:32:15 -0300
committerRafael Fontenelle2018-09-04 08:32:15 -0300
commita94e2843d00c800cc329c73fd62b98c242b4d3b8 (patch)
treeab462da20127bd08314ae9e18e1263b17a650f57
parentc6723ea86d339f46c4a37879665632ab82bcd65c (diff)
downloadaur-nmclient.tar.gz
Add missing LICENSE file
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--LICENSE42
-rw-r--r--PKGBUILD2
4 files changed, 48 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc6fe7a16b31..782b8909ef09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = nmclient
pkgdesc = Novell Messenger Client for Linux
pkgver = 3.0.3
- pkgrel = 2
+ pkgrel = 3
url = http://gwclient.provo.novell.com/
arch = x86_64
- license = custom
+ license = custom:proprietary
makedepends = unzip
depends = bin32-jre
depends = lib32-glib2
@@ -14,7 +14,9 @@ pkgbase = nmclient
depends = hicolor-icon-theme
depends = desktop-file-utils
source = https://gwclient.innerweb.novell.com/client/messenger/nim30linux.zip
+ source = LICENSE
sha256sums = 0defd9414ba96a66d407c34c6de88fc495f27ff028457afe95a64499e3f5504a
+ sha256sums = c7af4afb70c93eecfb851f799f7242c7b6798c196d455d50d992fa9f54d9f066
pkgname = nmclient
diff --git a/.gitignore b/.gitignore
index 1e32c14d2a7b..1aace9926737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@
!*.diff
!*.desktop
!*.png
+!LICENSE
# ... except files from PKGBUILD fields
!*.changelog
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..6f79cfde646a
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,42 @@
+source= https://www.novell.com/documentation/novell_messenger30/messenger30_readme_sp2/data/messenger30_readme_sp2.html#b1ico0dy
+
+====================
+Legal Notices
+====================
+Novell, Inc. makes no representations or warranties with respect to
+the contents or use of this documentation, and specifically disclaims
+any express or implied warranties of merchantability or fitness for
+any particular purpose. Further, Novell, Inc. reserves the right to
+revise this publication and to make changes to its content, at any
+time, without obligation to notify any person or entity of such
+revisions or changes.
+
+Further, Novell, Inc. makes no representations or warranties with
+respect to any software, and specifically disclaims any express or
+implied warranties of merchantability or fitness for any particular
+purpose. Further, Novell, Inc. reserves the right to make changes
+to any and all parts of Novell software, at any time, without any
+obligation to notify any person or entity of such changes.
+
+Any products or technical information provided under this Agreement
+may be subject to U.S. export controls and the trade laws of other
+countries. You agree to comply with all export control regulations
+and to obtain any required licenses or classification to export,
+re-export, or import deliverables. You agree not to export or
+re-export to entities on the current U.S. export exclusion lists or
+to any embargoed or terrorist countries as specified in the U.S.
+export laws. You agree to not use deliverables for prohibited nuclear,
+missile, or chemical biological weaponry end uses. Please refer to
+the Novell International Trade Services web page for more information
+on exporting Novell software. Novell assumes no responsibility for
+your failure to obtain any necessary export approvals.
+
+Copyright © 2015 Novell, Inc. All rights reserved. No part of this
+publication may be reproduced, photocopied, stored on a retrieval
+system, or transmitted without the express written consent of the
+publisher.
+
+For Novell trademarks, see the Novell Trademark and Service Mark list.
+(https://www.novell.com/company/legal/trademarks/)
+
+All third-party trademarks are the property of their respective owners.
diff --git a/PKGBUILD b/PKGBUILD
index 33eb2ac3a23e..0dd2e3d9c402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=nmclient
pkgver=3.0.3
_date=20160302
-pkgrel=2
+pkgrel=3
pkgdesc="Novell Messenger Client for Linux"
url="http://gwclient.provo.novell.com/"
arch=('x86_64')