|
From: Pelle B. <pe...@us...> - 2004-03-24 12:43:49
|
Update of /cvsroot/neuclear/neuclear-ledger-hibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15235 Modified Files: LICENSE.txt project.xml Log Message: Actually kind of works now, for checking balance and creating normal transactions and transaction items. Index: LICENSE.txt =================================================================== RCS file: /cvsroot/neuclear/neuclear-ledger-hibernate/LICENSE.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** LICENSE.txt 22 Mar 2004 22:49:16 -0000 1.1.1.1 --- LICENSE.txt 24 Mar 2004 12:33:11 -0000 1.2 *************** *** 56,60 **** author's reputation will not be affected by problems that might be introduced by others. ! Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot --- 56,60 ---- author's reputation will not be affected by problems that might be introduced by others. ! Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot *************** *** 112,116 **** former contains code derived from the library, whereas the latter must be combined with the library in order to run. ! GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION --- 112,116 ---- former contains code derived from the library, whereas the latter must be combined with the library in order to run. ! GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION *************** *** 159,163 **** and you may at your option offer warranty protection in exchange for a fee. ! 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and --- 159,163 ---- and you may at your option offer warranty protection in exchange for a fee. ! 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and *************** *** 217,221 **** that version instead if you wish.) Do not make any other change in these notices. ! Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all --- 217,221 ---- that version instead if you wish.) Do not make any other change in these notices. ! Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all *************** *** 268,272 **** Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. ! 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a --- 268,272 ---- Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. ! 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a *************** *** 330,334 **** use both them and the Library together in an executable that you distribute. ! 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library --- 330,334 ---- use both them and the Library together in an executable that you distribute. ! 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library *************** *** 371,375 **** You are not responsible for enforcing compliance by third parties with this License. ! 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), --- 371,375 ---- You are not responsible for enforcing compliance by third parties with this License. ! 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), *************** *** 423,427 **** license version number, you may choose any version ever published by the Free Software Foundation. ! 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, --- 423,427 ---- license version number, you may choose any version ever published by the Free Software Foundation. ! 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, *************** *** 457,461 **** END OF TERMS AND CONDITIONS ! How to Apply These Terms to Your New Libraries --- 457,461 ---- END OF TERMS AND CONDITIONS ! How to Apply These Terms to Your New Libraries Index: project.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-ledger-hibernate/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** project.xml 23 Mar 2004 21:57:50 -0000 1.3 --- project.xml 24 Mar 2004 12:33:11 -0000 1.4 *************** *** 74,78 **** <dependency> <id>neuclear-commons</id> ! <version>0.6-SNAPSHOT</version> <properties> <war.bundle>true</war.bundle> --- 74,78 ---- <dependency> <id>neuclear-commons</id> ! <version>0.6</version> <properties> <war.bundle>true</war.bundle> |