[Trovacap-java-loginfo] jTrovaCap/test/uk/co/marcoratto/jtrovacap TestListProvince.java, 1.1, 1.2 T
Brought to you by:
marcoratto
|
From: Marco R. <mar...@us...> - 2008-07-02 14:12:44
|
Update of /cvsroot/trovacap-java/jTrovaCap/test/uk/co/marcoratto/jtrovacap In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26414/test/uk/co/marcoratto/jtrovacap Modified Files: TestListProvince.java TestCount.java TestLists.java TestAll.java Log Message: Update to release 1.2 Index: TestAll.java =================================================================== RCS file: /cvsroot/trovacap-java/jTrovaCap/test/uk/co/marcoratto/jtrovacap/TestAll.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestAll.java 2 Jul 2008 09:55:51 -0000 1.1 --- TestAll.java 2 Jul 2008 14:12:50 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + /* + * Copyright (C) 2007 Marco Ratto + * + * This file is part of the project trovacap-java. + * + * trovacap-java is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * trovacap-java 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with trovacap-java; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package uk.co.marcoratto.jtrovacap; Index: TestCount.java =================================================================== RCS file: /cvsroot/trovacap-java/jTrovaCap/test/uk/co/marcoratto/jtrovacap/TestCount.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestCount.java 2 Jul 2008 09:55:51 -0000 1.1 --- TestCount.java 2 Jul 2008 14:12:50 -0000 1.2 *************** *** 1,11 **** package uk.co.marcoratto.jtrovacap; - import java.io.File; - import java.util.List; import org.hibernate.Criteria; - import org.hibernate.Hibernate; import org.hibernate.Session; - import org.hibernate.criterion.Order; import org.hibernate.criterion.Projections; import org.hibernate.criterion.Restrictions; --- 1,26 ---- + /* + * Copyright (C) 2007 Marco Ratto + * + * This file is part of the project trovacap-java. + * + * trovacap-java is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * trovacap-java 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with trovacap-java; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package uk.co.marcoratto.jtrovacap; import org.hibernate.Criteria; import org.hibernate.Session; import org.hibernate.criterion.Projections; import org.hibernate.criterion.Restrictions; Index: TestLists.java =================================================================== RCS file: /cvsroot/trovacap-java/jTrovaCap/test/uk/co/marcoratto/jtrovacap/TestLists.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestLists.java 2 Jul 2008 09:55:51 -0000 1.1 --- TestLists.java 2 Jul 2008 14:12:50 -0000 1.2 *************** *** 1,12 **** package uk.co.marcoratto.jtrovacap; - import java.io.File; import java.util.List; import org.hibernate.Criteria; - import org.hibernate.Hibernate; import org.hibernate.Session; import org.hibernate.criterion.Order; - import org.hibernate.criterion.Projections; import org.hibernate.criterion.Restrictions; --- 1,28 ---- + /* + * Copyright (C) 2007 Marco Ratto + * + * This file is part of the project trovacap-java. + * + * trovacap-java is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * trovacap-java 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with trovacap-java; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package uk.co.marcoratto.jtrovacap; import java.util.List; import org.hibernate.Criteria; import org.hibernate.Session; import org.hibernate.criterion.Order; import org.hibernate.criterion.Restrictions; Index: TestListProvince.java =================================================================== RCS file: /cvsroot/trovacap-java/jTrovaCap/test/uk/co/marcoratto/jtrovacap/TestListProvince.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestListProvince.java 2 Jul 2008 09:55:51 -0000 1.1 --- TestListProvince.java 2 Jul 2008 14:12:50 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + /* + * Copyright (C) 2007 Marco Ratto + * + * This file is part of the project trovacap-java. + * + * trovacap-java is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * trovacap-java 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with trovacap-java; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package uk.co.marcoratto.jtrovacap; |