cvs commit: jakarta-commons-sandbox/mapper LICENSE

2003-11-09 Thread dgraham
dgraham 2003/11/09 13:18:59

  Removed: mapper   LICENSE
  Log:
  Renamed LICENSE to LICENSE.txt so Maven would
  be quiet.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons-sandbox/mapper LICENSE

2003-10-05 Thread dgraham
dgraham 2003/10/05 10:25:54

  Modified:mapper/src/test/org/apache/commons/mapper
MapperFactoryTest.java
TestMapperFactoryListener.java TestMapper.java
   mapper/src/share/org/apache/commons/mapper/jdbc
StatementPreparer.java JdbcHelper.java
QueryLoader.java JdbcMapper.java
ResultSetRowProcessor.java
JdbcMapperFactoryListener.java
ResultSetProcessor.java
   mapper/src/share/org/apache/commons/mapper
MapperFactory.java
UniqueFieldAlreadyExistsException.java
MapperException.java MapperAdapter.java Mapper.java
MapperFactoryEvent.java
ObjectNotFoundException.java
MapperFactoryListener.java
   mapper/src/test/org/apache/commons/mapper/util
ObjectFactoryTest.java
   mapper/src/share/org/apache/commons/mapper/util
ObjectFactory.java
   mapper   LICENSE
  Log:
  Fixed Apache license.
  
  Revision  ChangesPath
  1.4   +7 -7  
jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/MapperFactoryTest.java
  
  Index: MapperFactoryTest.java
  ===
  RCS file: 
/home/cvs/jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/MapperFactoryTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MapperFactoryTest.java4 Oct 2003 00:43:45 -   1.3
  +++ MapperFactoryTest.java5 Oct 2003 17:25:28 -   1.4
  @@ -23,20 +23,20 @@
*distribution.
*
* 3. The end-user documentation included with the redistribution, if
  - *any, must include the following acknowlegement:
  + *any, must include the following acknowledgement:
*   This product includes software developed by the
*Apache Software Foundation (http://www.apache.org/).
*Alternately, this acknowlegement may appear in the software itself,
*if and wherever such third-party acknowlegements normally appear.
*
  - * 4. The names The Jakarta Project, Commons, and Apache Software
  + * 4. The names, Apache, The Jakarta Project, Commons, and Apache Software
*Foundation must not be used to endorse or promote products derived
*from this software without prior written permission. For written
*permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called Apache
  - *nor may Apache appear in their names without prior written
  - *permission of the Apache Group.
  + *nor may Apache appear in their name, without prior written
  + *permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.4   +7 -7  
jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/TestMapperFactoryListener.java
  
  Index: TestMapperFactoryListener.java
  ===
  RCS file: 
/home/cvs/jakarta-commons-sandbox/mapper/src/test/org/apache/commons/mapper/TestMapperFactoryListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestMapperFactoryListener.java4 Oct 2003 00:43:45 -   1.3
  +++ TestMapperFactoryListener.java5 Oct 2003 17:25:28 -   1.4
  @@ -23,20 +23,20 @@
*distribution.
*
* 3. The end-user documentation included with the redistribution, if
  - *any, must include the following acknowlegement:
  + *any, must include the following acknowledgement:
*   This product includes software developed by the
*Apache Software Foundation (http://www.apache.org/).
*Alternately, this acknowlegement may appear in the software itself,
*if and wherever such third-party acknowlegements normally appear.
*
  - * 4. The names The Jakarta Project, Commons, and Apache Software
  + * 4. The names, Apache, The Jakarta Project, Commons, and Apache Software
*Foundation must not be used to endorse or promote products derived
*from this software without prior written permission. For written
*permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called Apache
  - *nor may Apache appear in their names without prior written
  - *permission of the Apache Group.
  + *nor may Apache appear in their name, without prior written
  + *permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING,