1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
This is the Debian GNU/Linux r-cran-rsclient package of RSclient, an R
package which provides a client for Rserve, allowing to connect to Rserve instances
and issue commands. RSclient was written by Simon Urbanek.
This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the main CRAN site
http://cran.r-project.org/src/contrib/
and are also available from all CRAN mirrors as e.g.
http://cran.us.r-project.org/src/contrib/
The package was renamed from its upstream name 'RSclient' to
'r-cran-rsclient' to fit the pattern of CRAN (and non-CRAN) Debian R
packages.
Copyright (C) 2001 - 2012 Simon Urbanek
License: GPL-2 with OpenSSL excemption (see below)
On a Debian GNU/Linux system, the GPL license (v2) is included in the
file /usr/share/common-licenses/GPL-2.
For reference, the upstream DESCRIPTION file is included below:
Package: RSclient
Version: 0.7-1.1
Title: Client for Rserve
Author: Simon Urbanek <Simon.Urbanek@r-project.org>
Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
Depends: R (>= 2.7.0)
Description: Client for Rserve, allowing to connect to Rserve instances
and issue commands.
License: GPL-2
URL: http://www.rforge.net/Rserve/
Packaged: 2013-03-23 18:12:41 UTC; ligges
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-03-23 19:16:39
The upstream file LICENSE starts as follows
[Summary: GPL-2 with OpenSSL linking exception]
RSclient
Copyright (C) 2002-2013 Simon Urbanek
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
In addition, as a special exception, the copyright holders give
permission to link the code of portions of this program with the
OpenSSL project's "OpenSSL" library (or with modified versions of
it that use the same license as the "OpenSSL" library - see
http://www.openssl.org/), and distribute linked combinations
including the two.
You must obey the GNU General Public License in all respects
for all of the code used other than OpenSSL. If you modify
file(s) with this exception, you may extend this exception to your
version of the file(s), but you are not obligated to do so. If you
do not wish to do so, delete this exception statement from your
version. If you delete this exception statement from all source
files in the program, then also delete it here.
Full text of GPL-2 follows:
The remainder is omitted here, see /usr/share/common-licenses/GPL-2
for a complete copy of the GPL-2
|