WFSBindingUtils brought over by Gabriel in 2012: 
- 
https://github.com/geotools/geotools/commits/9.x/modules/extension/xsd/xsd-wfs/src/main/java/org/geotools/wfs/bindings/WFSBindingUtils.java
- As gabriel has signed a code contribution agreement etc I will assume fix 
this now

JtsTokenizer
- This looks to be LGPL to me - although non standard header
- so nothing to see here, move along??

 
/*******************************************************************************
 
            FILE:  JLSTokenizer.java
   
     DESCRIPTION:  Class providing much the same functionality as 
                   java.util.StringTokenizer, but avoiding some of its
                   more common problems. In particular:
                   <ul>
                   <li><pre>x,,y</pre> yields a blank token between x
                   and y, whereas with StringTokenizer it is swallowed.
                   <li><pre>,a,</pre> yields a blank token both before
                   and after a, whereas with StringTokenizer both are
                   swallowed.
                   </ul>

                   Some pieces of StringTokenizer aren't supported, such 
                   as returning delimiters and changing delimiters during
                   operation.
                   <p>
                   This class is deliberately <b>not</b> a subclass of
                   StringTokenizer as the behaviour is significantly 
                   different. It can, however, be used in many places
                   where StringTokenizer is appropriate.
           NOTES:  
          AUTHOR:  JSkeet
           EMAIL:  
         COMPANY:  
       COPYRIGHT:  
         VERSION:  
         CREATED:  
        REVISION:  ---

  
****************************************************************************** 

    This library is free software; you can redistribute it and/or  
    modify it under the terms of the GNU Library General Public 
    License as published by the Free Software Foundation; either 
    version 2 of the License, or (at your option) any later version. 
 
    This library is distributed in the hope that it will be useful, 
    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    Library General Public License for more details. 
 
    You should have received a copy of the GNU Library General Public 
    License along with this library; if not, write to the Free 
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 
    USA 

    Redistribution and use in source and binary forms, with or without 
    modification, are permitted provided that the following conditions
    are met:
    1. Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.

  
*****************************************************************************/ 

-- 
Jody Garnett


On Friday, 21 June 2013 at 12:47 PM, Jody Garnett wrote:

> And two more GPL headers: 
> 
> geotools-9.2\modules\extension\xsd\xsd-wfs\src\main\java\org\geotools\wfs\bindings\WFSBindingUtils.java
> geotools-9.2\modules\plugin\grassraster\src\main\java\org\geotools\gce\grassraster\core\color\JlsTokenizer.java
> 
> -- 
> Jody Garnett
> 
> 
> On Thursday, 20 June 2013 at 9:02 PM, Jody Garnett wrote:
> 
> > Well mind your headers,
> > 
> > Have a report of DefaultCRSFilterVisitor.java and 
> > ReprojectingFilterVisitor.java sporting a GPL license of list.
> > 
> > (This probably will bog down reviewing geotools dependency for uDig - sigh )
> > 
> > --
> > Jody Garnett
> > 
> > 
> > 
> > 
> 
> 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to