Same question goes for:
./cdm/src/main/java/ucar/nc2/iosp/noaa/*.java
Thanks
On Tue, Jan 24, 2012 at 2:46 PM, Mathieu Malaterre
<mathieu.malaterre@xxxxxxxxx> wrote:
> Dear netcdf-java developers,
>
> I am continuing my quest to discovering the license used on
> netcdf-java package. I am not stuck on the following files from the
> 4.3 release (*). Could someone please clarify for copyright and
> license for those ?
>
> Thanks,
>
> (*)
> $ head ./common/src/main/java/ucar/nc2/util/net/HTTP*.java
> ==> ./common/src/main/java/ucar/nc2/util/net/HTTPException.java <==
> package ucar.nc2.util.net;
>
> import java.io.IOException;
>
> /**
> * Created by IntelliJ IDEA.
> * User: dmh
> * Date: May 20, 2010
> * Time: 12:04:39 PM
> * To change this template use File | Settings | File Templates.
>
> ==> ./common/src/main/java/ucar/nc2/util/net/HTTPMethod.java <==
> package ucar.nc2.util.net;
>
> import java.io.*;
> import java.util.*;
>
> import org.apache.commons.httpclient.Header;
> import org.apache.commons.httpclient.HttpMethodBase;
> import org.apache.commons.httpclient.HttpState;
> import org.apache.commons.httpclient.URIException;
> import org.apache.commons.httpclient.methods.*;
>
> ==> ./common/src/main/java/ucar/nc2/util/net/HTTPMethodStream.java <==
> package ucar.nc2.util.net;
>
> import java.io.IOException;
> import java.io.InputStream;
>
> /**
> * THe goal of this class is to allow
> * other classes to access the data stream
> * associated with a method response.
> * It tracks the method and the session
>
> ==> ./common/src/main/java/ucar/nc2/util/net/HTTPSession.java <==
> package ucar.nc2.util.net;
>
> import org.apache.commons.httpclient.*;
> import org.apache.commons.httpclient.auth.CredentialsProvider;
> import org.apache.commons.httpclient.params.HttpClientParams;
> import org.apache.commons.httpclient.params.HttpConnectionParams;
> import org.apache.commons.httpclient.params.HttpMethodParams;
> import org.apache.commons.httpclient.protocol.Protocol;
>
> import java.net.Authenticator;
>
> --
> Mathieu
--
Mathieu