similar to: Latest Flac license thinking?

Displaying 20 results from an estimated 5000 matches similar to: "Latest Flac license thinking?"

2004 Sep 10
1
Latest Flac license thinking?
I've always wondered, why can't a simple LGPL/GPL double-license do the trick? -- Asheesh. On Tue, 15 Jan 2002, Matt Zimmerman wrote: > On Tue, Jan 15, 2002 at 03:27:42PM -0500, Woodrow Stool wrote: > > > A while back Josh was thinking of changing the Flac license, and posted a > > question on Slashdot regarding various licensing schemes. > > > > Josh, have
2004 Sep 10
1
slashdot article
I saw your post and read the replies with great interest. Did you draw any conclusions from the /. replies? Where do you think you might go with the licensing issues for embedded systems? I would vote for the BSD license approach myself. Here's another licensing question. Your source code lays out the functionality of the FLAC codec and the file formats. What if someone comes along
2008 Jan 10
1
general linear hypothesis glht() to work with lme()
Hi, I am trying to test some contrasts, using glht() in multcomp package on fixed effects in a linear mixed model fitted with lme() in nlme package. The command I used is: ## a simple randomized block design, ## type is fixed effect ## batch is random effect ## model with interaction dat.lme<-lme(info.index~type, random=~1|batch/type, data=dat) glht(dat.lme, linfct = mcp(type
2010 May 12
3
Removing points
I have a some data, and imagine a column of how many parasitic eggs found in the stool of some children some of the children we do not have this data so we put -1 in stead. How can you remove the people with -1, to calculate means and do box plots. Thank you! -- View this message in context: http://r.789695.n4.nabble.com/Removing-points-tp2195945p2195945.html Sent from the R help mailing list
2011 Nov 01
3
CrossOver license
Hey guys, I have a question about CrossOver and the LGPL license. I'm looking into licensing some software of my own and I'm not sure if I can. >From what I've read the LGPL license doesn't allow any product to be sold if it's based on LGPL protected software, unless it uses the software simply as a plug-in: > A program that contains no derivative of any portion of the
2006 Jul 10
3
Plurals and synonym lists
I want to correct spelling errors automatically. I have used search in the past where I can pass an argument through standard search to correct a word with up to 2 spelling errors for example or do the more Google like "Did ya mean?". In this case I just want to change it automatically and search. I am not too interested in specifying the number of characters it is out by. What is
2010 Jan 03
1
package license questions
I am looking for some advice on licenses. Here is my situation: Over the last couple years, I have developed a rather large number of fire department analysis functions. I am in the process of trying to publish some packages to make these functions available to the public. I am trying to release two packages that essentially define S4 classes for common types of fire department data. Then, I
2010 Oct 31
9
Wine license
Please be patient and read this... Can AJ please change the license of the wine-launcher (like mono does)? You can still keep the libraries under LGPL. Please note proprietary is not bad and no oss w/o proprietary... You can make WINE a standard of binaries because of competition of Linux/BSD/Solaris binaries. It would be good for OS developers if you Change the license of the WINE launcher.
2002 Aug 11
4
Wine license issues
> ok, > This is something I want to ask for some time now :) > Does this mean that License issues works with wine as it > works with the Linux kernel? > The Linux kernel is GPLed, however if a module (driver) is > dynamic loadable, it can have a proprietary license. > Is this the way it works with wine? The core (wine itself) > is LGPL, however its modules (builtin
2003 Feb 11
3
Problems with Rcmd check on Win 2000 & rw1062
When I run Rcmd check on a package on my Windows 2000 machine, I get a series of error messages like the following: * checking generic/method consistency ...c:\DOCUME~1\R5018~1.WOO\LOCALS~1\Temp/R utils138414013: cannot open c:DOCUME~1R5018~1.WOOLOCALS~1Temp/Rin138408157: no s uch file It looks as if a Windows style path to the temp directory is not being interpreted correctly, with backslashes
2010 Aug 03
1
License for Rembedded.h
Possibly more of a legal question than a technical development question, but here goes. In the doc\COPYRIGHTS file it is made clear that the intention is that you can write R packages and distribute them under licenses not compatible with GPL, by making the relevant header files available under the LGPL. This was an explicit change that was made in February 2001, and allows for DLLs that
2005 Apr 06
2
dovecot-sasl license
hi, i talked to timo about re-licensing the sasl part of dovecot under a more liberal license (bsd/lgpl e.g.). it would allow the integration of it in bsd base systems. another reason i would be interested is adding sasl support to svnserve [1]. so here is my question: what is your oppinion about this issue? any objections from contributors? darix [1] http://subversion.tigris.org/ -- irssi
2003 Apr 04
3
creating function bodies using body()
I'm having trouble figuring out how to create a function using "body<-" (). The help file for body() says that the argument should be a list of R expressions. However if I try that I get an error: > tmpfun <- function(a, b=2){} > body(tmpfun) <- list(expression(z <- a + b),expression(z^2)) Error in as.function.default(c(formals(f), value), envir) :
2003 Sep 26
3
RE: Asterisk license (fwd)
Just FYI, MySQL stuff has been pulled from Asterisk since apparently now the client libraries are under GPL and not LGPL (and thus are incompatible with OpenH323). You may check out the MySQL code under "asterisk-addons", but you should not use both MySQL and OpenH323 (OpenSSL is also questionable) in the same Asterisk installation unless you downgrade your MySQL client libraries to a
2005 Nov 14
1
(no subject)
Hi, I am trying to solve a model that consists of rather stiff ODEs in R. I use the package ODEsolve (lsoda) to solve these ODEs. To speed up the integration, the jacobian is also specified. Basically, the model is a one-dimensional advection-diffusion problem, and thus the jacobian is a tridiagonal matrix. The size of this jacobian is 100*100. In the original package
2010 Apr 02
1
hivex: Copyright license(s)
I note that LICENSES and README state LGPL v2.1 but there are other files with other licenses, most obviously many shell script files such as: regedit/hivexregedit sh/example* Also some Makefiles: perl/Makefile.am sh/Makefile.am ...etc... find . -type f | while read filename; \ do if grep -iqs 'general public license' $filename; then \ if grep -viqs 'lesser' $filename; then
2017 Jun 12
3
count number of stop words in R
Hi all, Is there a way in R to count the number of stop words (English) of a string using tm package? str="Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the
2001 Dec 13
3
R-1.4.0: how to use getSymbolInfo()?
I have a package that solves systems of ordinary differential equations coded as an R function (odesolve, on CRAN). The function is passed to R code, and c and Fortran code called by it uses lang4() and eval() to evaluate the R function inside a compiled c function to use in a compiled ODE solver. This works quite well, but can be slow. I'd like to be able to supply the name of a compiled
2010 Mar 08
2
com32 license restrictions
Hello, Would com32 modules be considered the same as an ordinary Linux executable with respect to LGPL? That is, as long as you released any changes to syslinux/com32 libs would you also have to release the source to the com32 module? Thanks for your time.
2002 Aug 29
8
lme() with known level-one variances
Greetings, I have a meta-analysis problem in which I have fixed effects regression coefficients (and estimated standard errors) from identical models fit to different data sets. I would like to use these results to create pooled estimated regression coefficients and estimated standard errors for these pooled coefficients. In particular, I would like to estimate the model \beta_{i} = \mu +