I remember looking into SQLWrapper.jar It is from Dan Armbrust. >From these pages it is listed as ASL 2.0 http://code.google.com/p/armbrust-file-utils/source/browse/trunk/SQLWrapper/?r=20#SQLWrapper%2Fsrc%2FsqlWrapper http://code.google.com/p/armbrust-file-utils/
Regards, James Masanz > -----Original Message----- > From: [email protected] > [mailto:ctakes-dev-return-756- > [email protected]] On Behalf Of Chen, Pei > Sent: Tuesday, October 30, 2012 4:41 PM > To: [email protected] > Subject: FW: [VOTE] Release cTAKES 3.0.0-incubating RC1 (Updating > LICENSE and NOTICE) > > So I manually went through all of the jars included in the /lib > directory of the cTAKES 3.0.0 binary distribution. > All of them have an ASL 2.0, BSD, MIT or similar except for 2 that needs > to be verified. > > 1) med-facts*.jar: Matt, could you confirm this is an ASL 2.0 license? > 2) SQLWrapper.jar: I am not type of license this jar is. But a closer > look, I think we can/should remove this dependency completely. I think > all it does is add some retry logic in the sample jdbc connections with > a few classes. I think we can either simulate the example code or just > remove it completely- as cTAKES proper doesn't even use this. > > --Pei > > -----Original Message----- > From: Chen, Pei [mailto:[email protected]] > Sent: Tuesday, October 30, 2012 1:58 PM > To: [email protected] > Subject: RE: [VOTE] Release cTAKES 3.0.0-incubating RC1 > > > How is this list being generated? > If you click on the Road Map in Jira and expand the version, it should > generate a list of all Jira items assigned to that release. > https://issues.apache.org/jira/browse/CTAKES#selectedTab=com.atlassian.j > ira.plugin.system.project%3Aroadmap-panel > > I'll pick up the below before creating an RC2 later today. I suggest we > move the rest of the unresolved items to 3.1 unless someone has time to > fix them... > CTAKES-75 - Housekeeping - Update README, LICENSE > CTAKES-92 - create KEYS file > > > I guess I'm a little hesitant until we have someone who doesn't work > > directly from the cTAKES repository that can test out their code using > > the released jars. > That sounds like a good idea. I think anyone could use the binary > distributions with the CVD/CPE to test some sample notes. Not sure if > we have any volunteers though. > > > > -----Original Message----- > > From: Steven Bethard [mailto:[email protected]] > > Sent: Tuesday, October 30, 2012 9:40 AM > > To: [email protected] > > Subject: Re: [VOTE] Release cTAKES 3.0.0-incubating RC1 > > > > On Oct 29, 2012, at 5:24 PM, "Chen, Pei" > > <[email protected]> > > wrote: > > > The full release notes could be found here: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=123 > > > 13 > > > 621&version=12322969 > > > > These seem to include unresolved issues, e.g. > > > > [CTAKES-76] - get third party dependencies into Maven Central > > [CTAKES-75] - Housekeeping - Update README, LICENSE etc. > > > > How is this list being generated? > > > > > The release build is staged at: > > > https://repository.apache.org/index.html#stagingRepositories > > > (The staging repo is still left open because Nexus timed out when > > > attempting to close) > > > > > > The binary distribution is at: > > > Login to Nexus, click on Staging Repositories, browse to and > download: > > > /org/apache/ctakes/ctakes-distribution/3.0.0-incubating/ctakes-distr > > > ib > > > ution-3.0.0-incubating-bin.zip > > > https://repository.apache.org/service/local/repositories/orgapachect > > > ak > > > es-176/content/org/apache/ctakes/ctakes-distribution/3.0.0-incubatin > > > g/ ctakes-distribution-3.0.0-incubating-bin.zip > > > There should be a basic README included. But basically, it should > > > be simple > > as unpacking and running $ bin/startctakesCVD.sh/bat. > > > > > > The SVN tag is: > > > https://svn.apache.org/repos/asf/incubator/ctakes/tags/3.0.0-incubat > > > in > > > g-rc1/ > > > > > > Please vote on release: > > > > > > [ ] +1 OK to release > > > [ ] 0 Don't care > > > [ ] -1 Not OK to release, because ... > > > > > > -0.5 > > > > I guess I'm a little hesitant until we have someone who doesn't work > > directly from the cTAKES repository that can test out their code using > > the released jars. > > > > Steve
