[med-svn] [r-cran-locfit] 03/03: add summary of licensing issue

Michael Crusoe misterc-guest at moszumanska.debian.org
Mon Jun 27 22:00:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to branch master
in repository r-cran-locfit.

commit 9743821d4f2624d4ae5242cba49b23b377fd3022
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Mon Jun 27 14:59:52 2016 -0700

    add summary of licensing issue
---
 debian/README.source | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog     |  2 +-
 2 files changed, 59 insertions(+), 1 deletion(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..029f90d
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,58 @@
+From old README, might be no longer applicable.
+
+ The author of the Locfit software is
+ Catherine Loader, catherine at research.bell-labs.com
+                or cathl at optonline.net
+
+ Copyright (c) 1996-2001 Lucent Technologies, Bell Laboratories.
+ Permission to use, copy, modify, and distribute this software for any
+ purpose without fee is hereby granted, provided that this entire notice
+ is included in all copies of any software which is or includes a copy
+ or modification of this software and in all copies of the supporting
+ documentation for such software.
+ THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT TECHNOLOGIES
+ MAKE ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE
+ MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
+
+ SCB (simultaneous confidence bands) code is joint copyright with
+ Jiayang Sun (jiayang at sun.stat.cwru.edu)
+
+---
+
+ABOUT ALGORITHMS:
+The Locfit implementation has been designed largely from the point
+of view of generality: to provide a set of functions that can be
+used for as wide a range of local fitting problems as possible.
+It is not intended to be the fastest or most efficient implementation
+possible. In addition to generality, the code in many places makes
+extensive trade-offs made between speed and numerical accuracy (some
+of which can be controlled through optional arguments). Many of Locfit's
+options will only be used in a small fraction of cases; for other cases,
+they add to the cost of overhead (an obvious example is multi-dimensional
+fitting: when used in 1-d, many loops reduce to for(i=0;i<1;i++)).
+Additionally, the user interfaces (i.e. the R and S-Plus code) add
+significantly to the computational overhead. For these reasons, the
+Locfit code, as distributed, should not, and can not, be used to
+derive meaningful benchmarks, either for the speed or accuracy of algorithms.
+Anyone wishing to use Locfit in any kind of comparative benchmark
+study must contact and obtain permission from the Author.
+
+
+COPYRIGHT:
+
+Copyright (c) 1996-2001 Lucent Technologies, Bell Laboratories.
+SCB code is
+Copyright (c) 1996-2001 Jiayang Sun.
+
+Permission to use, copy, modify, and distribute this software for any
+purpose (with the exceptions noted in `About Algorithms' above)
+without fee is hereby granted, and provided that this entire notice is
+included in all copies of any software which is or includes a copy or
+modification of this software and in all copies of the supporting
+documentation for such software.
+
+THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT TECHNOLOGIES
+MAKE ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE
+MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
diff --git a/debian/changelog b/debian/changelog
index 006f15a..32fef47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 r-cran-locfit (1.5-9.1-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: NNNNN)
+  * Initial release (Closes: 731599)
 
  -- Michael R. Crusoe <michael.crusoe at gmail.com>  Mon, 16 Feb 2015 19:26:42 -0500

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-locfit.git



More information about the debian-med-commit mailing list