[infinispan-commits] Infinispan SVN: r2174 - trunk/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Fri Aug 6 10:42:19 EDT 2010


Author: sannegrinovero
Date: 2010-08-06 10:42:19 -0400 (Fri, 06 Aug 2010)
New Revision: 2174

Modified:
   trunk/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStore.java
Log:
[ISPN-578] (BDB store logs license information relating to JBoss Cache instead of Infinispan) trunk

Modified: trunk/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStore.java
===================================================================
--- trunk/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStore.java	2010-08-06 10:37:33 UTC (rev 2173)
+++ trunk/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStore.java	2010-08-06 14:42:19 UTC (rev 2174)
@@ -576,14 +576,14 @@
    public void printLicense() {
       String license = "\n*************************************************************************************\n" +
             "Berkeley DB Java Edition version: " + JEVersion.CURRENT_VERSION.toString() + "\n" +
-            "JBoss Cache can use Berkeley DB Java Edition from Oracle \n" +
+            "Infinispan can use Berkeley DB Java Edition from Oracle \n" +
             "(http://www.oracle.com/database/berkeley-db/je/index.html)\n" +
             "for persistent, reliable and transaction-protected data storage.\n" +
-            "If you choose to use Berkeley DB Java Edition with JBoss Cache, you must comply with the terms\n" +
+            "If you choose to use Berkeley DB Java Edition with Infinispan, you must comply with the terms\n" +
             "of Oracle's public license, included in the file LICENSE.txt.\n" +
             "If you prefer not to release the source code for your own application in order to comply\n" +
             "with the Oracle public license, you may purchase a different license for use of\n" +
-            "Berkeley DB Java Edition with JBoss Cache.\n" +
+            "Berkeley DB Java Edition with Infinispan.\n" +
             "See http://www.oracle.com/database/berkeley-db/je/index.html for pricing and license terms\n" +
             "*************************************************************************************";
       System.out.println(license);



More information about the infinispan-commits mailing list