similar to: declaring GPL license

Displaying 20 results from an estimated 11000 matches similar to: "declaring GPL license"

2015 Oct 20
4
RFC: Improving license & patent issues in the LLVM community
On Tue, Oct 20, 2015 at 8:59 AM, Rafael Espíndola <llvm-dev at lists.llvm.org> wrote: > On 19 October 2015 at 13:57, Renato Golin via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> On 19 October 2015 at 18:12, David Chisnall via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >>> One worry is that Apache 2 is incompatible with GPLv2 (is it
2015 Oct 19
3
RFC: Improving license & patent issues in the LLVM community
On 19 October 2015 at 21:03, Chris Lattner <clattner at apple.com> wrote: > If you are still concerned about this issue, my question is simply: what specific GPL2 compiler (or other user) that might want to use LLVM would be affected? I'm not. I was just pointing to the fact. :) I remember Apple and others have stuck with GPLv2 GCC, but I don't think there was any cross between
2015 Oct 20
2
RFC: Improving license & patent issues in the LLVM community
On Tue, Oct 20, 2015 at 9:53 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk > wrote: > On 20 Oct 2015, at 17:46, Daniel Berlin via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > You could ship the non-combined program. > > IE You can ship an llvm jit and a gpl2 program, and jit the program > > on the user's machine. > > NeXT
2010 Mar 11
2
press release: Attrafax t.30 and t.38 alternative now released as gpl2 + commercial license
> Zoa wrote: >> On friday we finally released Attrafax under a GPL2 license. >> It comes with its own set of modems and built in transparent gatewaying. >> The solution should be quite stable as long as the line quality is ok. >> (Some tools for measuring the line quality are included in the release, >> as well as some fax2mail scripts). >> >> There is
2011 Jun 28
1
parallel computing with 'foreach'
Hi all, I would like to parallelize some R code and would like to use the 'foreach' package with a foreach loop. However, whenever I call a function from an enabled package outside of MASS, I get an error message that a number of the functions aren't recognized (even though the functions should be defined). For example: library(foreach) library(doSMP) library(survival) # Create the
2017 Nov 28
2
[PATCH v4] s390/virtio: add BSD license to virtio-ccw
The original intent of the virtio header relicensing from 2008 was to make sure anyone can implement compatible devices/drivers. The virtio-ccw was omitted by mistake. We have an ack from the only contributor as well as the maintainer from IBM, so it's not too late to fix that. Make it dual-licensed with GPLv2, as the whole kernel is GPL2. Acked-by: Christian Borntraeger <borntraeger at
2017 Nov 28
2
[PATCH v4] s390/virtio: add BSD license to virtio-ccw
The original intent of the virtio header relicensing from 2008 was to make sure anyone can implement compatible devices/drivers. The virtio-ccw was omitted by mistake. We have an ack from the only contributor as well as the maintainer from IBM, so it's not too late to fix that. Make it dual-licensed with GPLv2, as the whole kernel is GPL2. Acked-by: Christian Borntraeger <borntraeger at
2017 Apr 28
2
RFC #3: Improving license & patent issues in the LLVM community
Hi Rafael, I believe that all of these points are covered in the first round of discussion, including the FreeBSD team’s position. -Chris > On Apr 27, 2017, at 2:43 PM, Rafael Espíndola via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Sorry for the delay, I was on vacations. > > Ed, what is the FreeBSD position about the apache version 2 in base? A > quick search
2007 Mar 08
2
Removing duplicated rows within a matrix, with missing data as wildcards
I'd like to remove duplicated rows within a matrix, with missing data being treated as wildcards. For example > x <- matrix((1:3), 5, 3) > x[4,2] = NA > x[3,3] = NA > x [,1] [,2] [,3] [1,] 1 3 2 [2,] 2 1 3 [3,] 3 2 NA [4,] 1 NA 2 [5,] 2 1 3 I would like to obtain [,1] [,2] [,3] [1,] 1 3 2 [2,] 2 1 3
2015 Oct 19
8
RFC: Improving license & patent issues in the LLVM community
On 19 October 2015 at 18:12, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: > One worry is that Apache 2 is incompatible with GPLv2 (is it incompatible with other licenses?) This is interesting, I did not know that... http://www.apache.org/licenses/GPL-compatibility.html "Despite our best efforts, the FSF has never considered the Apache License to be compatible
1999 Aug 18
1
Automatic printer driver installation for NT4.0/NT2000 clients?
Dear All, I've seen the PRINTER_DRIVER.txt doc on getting the PRINTER$ share set up to automatically add printer drivers to Win95 clients. It explicitly says that the procedure described does not work for NT4.0 clients. I can't find any other documentation on setting up a PRINTER$ share suitable for NT4.0 or NT2000 clients either in the distribution (2.0.5a) or the web site. Is this
2008 Sep 17
2
modifying patterns in a matrix
Dear R-users, I have some very simple data where 1's represent events and zeroes non-events, e.g. temp <- rbind(c(0,1,0,0,1,1,1,0), c(0,0,0,1,0,0,0,0)) For each row in the matrix, I would like to replace a singelton event by a 0. That is, any 1 surrounded by zeroes (010) should be replaced by a zero (000). Sequences of 1's should be left unchanged. So the modified matrix shoud look
2008 Nov 14
2
licensing of R packages
I know the standard answer to this kind of question is "get legal advice from a lawyer", but I would like to hear the (hopefully informed) opinion of other people. I would say that, according to the FSF's interpretation of the GPL, any R code using GPL packages can be distributed legally only using GPL-compatible licenses. http://www.gnu.org/licenses/gpl-faq.html#IfInterpreterIsGPL
2008 May 22
1
Extracting slots from ROCR prediction objects
Hi, I have an object from the prediction function from the ROCR package and I would like to extract one of the slots from the object, for example the cutoffs slot. However the usual techniques ($, [["name"]]) of subsetting don't work. How can I assess the lists in the slots? Here is an example of what I am working with: library(ROCR) data(ROCR.simple) pred <-
2020 Nov 17
1
samba-tool domain backup online
Hello, Can the samba-tool domain backup online command backup the domain from any DC in the domain or does --server= need to specify a server with a particular FSMO role? I can run the samba-tool domain backup online successfully when I specify one of my two DCs in --server= but not the other. Is this to be expected? Many thanks. Kind regards, Stacey Richards Synapp NZ Limited Email stacey
2008 Jul 11
1
reading in a subset of a large data set
I have a huge dataset for which I only want to read in a subset of it. Is it possible to use read.table to read in only a subset of the data? For example, something like read.table('~/data.txt', subset = chromosome=='1' ) If not, then why not? This seems to be a feature available in all other statistical software. Thanks, Stacey
2004 Mar 26
3
Error Message?
I'm running samba-3.0.2-7.FC1 on a Fedora Core 1 box. I see this error message in the log file for each user on my network; [2004/03/26 10:55:35, 0] rpc_server/srv_util.c:get_domain_user_groups(372) get_domain_user_groups: primary gid of user [glen] is not a Domain group ! get_domain_user_groups: You should fix it, NT doesn't like that What does it mean? Martin Stacey IT Support
2003 Nov 20
3
minimalist rsync on windows
Hi, Is the rsync-minimalist still supported for windows? I am using Windows XP Home. I am testing, to get a solution for a client. The minimalist looked very nice--a cygwin.dll and an rsync and an ssh.exe. However, I can connect with ssh, but not with rsync over ssh using these files. I have also tried plink from putty with this rsync. I gather from a lot of the messages that the consenus is
2017 Apr 17
10
RFC #3: Improving license & patent issues in the LLVM community
Hello everyone, This email is a continuation of a discussion started in October 2015, and continued in September 2016: http://lists.llvm.org/pipermail/llvm-dev/2015-October/091536.html http://lists.llvm.org/pipermail/llvm-dev/2016-September/104778.html As with those emails, this is a complicated topic and deals with sensitive legal issues. I am not a lawyer, and this email is not intended to be
2002 Jan 02
2
dos command line
All, I am an Splus user trying to use R for a specific project where the client needs the programs to be run in R. Before the holidays, I figured out how to run an R file from the dos command line--it worked great! The command is "Rterm something filename". I can't remember what it is now, and it is driving me nuts. Anyone know? I know I'll feel pretty stupid once the answer