summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2016-04-16 17:51:34 -0400
committerMatthew McGinn2016-04-16 17:51:34 -0400
commit645481ee77be1d3aacfe35e2c668a581a590ecee (patch)
tree6c5b3e99f28e0b4d5aeff046b8e9a441e7c1d993
parentbbce3e9a00990e9ba52c9749e11e1dfd5cdf935c (diff)
downloadaur-645481ee77be1d3aacfe35e2c668a581a590ecee.tar.gz
fixing license issue, adding COPYRIGHT
-rw-r--r--.SRCINFO4
-rw-r--r--COPYRIGHT49
-rw-r--r--PKGBUILD2
3 files changed, 52 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e89de565500d..b3160c21734d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Nov 8 17:14:20 UTC 2015
+# Sat Apr 16 21:51:04 UTC 2016
pkgbase = ptpd
pkgdesc = The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as defined by the relevant IEEE 1588 standard. PTP Version 2 implements IEEE-1588-2008. PTP was developed to provide very precise time coordination of LAN connected computers.
pkgver = 2.3.1
@@ -8,7 +8,7 @@ pkgbase = ptpd
arch = x86_64
arch = i686
arch = any
- license = GPL
+ license = BSD
depends = libpcap
provides = ptpd
source = http://sourceforge.net/projects/ptpd/files/ptpd/2.3.1/ptpd-2.3.1.tar.gz/download
diff --git a/COPYRIGHT b/COPYRIGHT
new file mode 100644
index 000000000000..86a257d19791
--- /dev/null
+++ b/COPYRIGHT
@@ -0,0 +1,49 @@
+/*-
+ * Copyright (c) 2015 Wojciech Owczarek.
+ * Copyright (c) 2014 Perseus Telecom.
+ * Copyright (c) 2013-2014 Harlan Stenn,
+ * George N. Neville-Neil,
+ * Wojciech Owczarek,
+ * Jan Breuer.
+ * Copyright (c) 2011-2012 George V. Neville-Neil,
+ * Steven Kreuzer,
+ * Martin Burnicki,
+ * Jan Breuer,
+ * Wojciech Owczarek,
+ * Gael Mace,
+ * Alexandre Van Kempen,
+ * Inaqui Delgado,
+ * Rick Ratzel,
+ * National Instruments.
+ * Copyright (c) 2009-2010 George V. Neville-Neil,
+ * Steven Kreuzer,
+ * Martin Burnicki,
+ * Jan Breuer,
+ * Gael Mace,
+ * Alexandre Van Kempen.
+ *
+ * Copyright (c) 2005-2008 Kendall Correll, Aidan Williams
+ *
+ * All Rights Reserved
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are
+ * met:
+ * 1. Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
diff --git a/PKGBUILD b/PKGBUILD
index 204f7361e3f4..e144c659228e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as defined by the relevant IEEE 1588 standard. PTP Version 2 implements IEEE-1588-2008. PTP was developed to provide very precise time coordination of LAN connected computers."
arch=('x86_64' 'i686' 'any')
url="http://ptpd.sourceforge.net/"
-license=('GPL')
+license=('BSD')
depends=('libpcap')
provides=('ptpd')
source=("http://sourceforge.net/projects/ptpd/files/ptpd/2.3.1/ptpd-2.3.1.tar.gz/download")