[jboss-cvs] JBossCache/src/org/jboss/cache/loader/bdbje ...

Manik Surtani msurtani at jboss.com
Tue Oct 24 13:53:35 EDT 2006


  User: msurtani
  Date: 06/10/24 13:53:35

  Modified:    src/org/jboss/cache/loader/bdbje  BdbjeCacheLoader.java
  Log:
  Updated license terms
  
  Revision  Changes    Path
  1.18      +8 -8      JBossCache/src/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BdbjeCacheLoader.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- BdbjeCacheLoader.java	23 Oct 2006 05:46:40 -0000	1.17
  +++ BdbjeCacheLoader.java	24 Oct 2006 17:53:35 -0000	1.18
  @@ -51,7 +51,7 @@
    *
    * @author Mark Hayes May 16, 2004
    * @author Bela Ban
  - * @version $Id: BdbjeCacheLoader.java,v 1.17 2006/10/23 05:46:40 bstansberry Exp $
  + * @version $Id: BdbjeCacheLoader.java,v 1.18 2006/10/24 17:53:35 msurtani Exp $
    */
   public class BdbjeCacheLoader extends AbstractCacheLoader
   {
  @@ -84,15 +84,15 @@
      {
         String license = "\n*************************************************************************************\n" +
                          "Berkeley DB Java Edition version: " + JEVersion.CURRENT_VERSION.toString() + "\n" +
  -                       "JBossCache can use Berkeley DB Java Edition from Sleepycat Software \n" +
  -                       "(http://www.sleepycat.com/jeforjbosscache)\n" +
  +                       "JBoss Cache 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 JBossCache, you must comply with the terms\n" +
  -                       "of Sleepycat's public license, included in the file LICENSE.txt.\n" +
  +                       "If you choose to use Berkeley DB Java Edition with JBoss Cache, 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 Sleepycat public license, you may purchase a different license for use of\n" +
  -                       "Berkeley DB Java Edition with JBossCache.\n" +
  -                       "Contact Sleepycat Software at info at sleepycat.com for pricing and terms for that license\n" +
  +                       "with the Oracle public license, you may purchase a different license for use of\n" +
  +                       "Berkeley DB Java Edition with JBoss Cache.\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 jboss-cvs-commits mailing list