[jboss-svn-commits] JBL Code SVN: r19540 - labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 13 17:29:01 EDT 2008


Author: sviluppatorefico
Date: 2008-04-13 17:29:01 -0400 (Sun, 13 Apr 2008)
New Revision: 19540

Modified:
   labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/AbstractJBossService.java
   labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JBossTreeCacheProvider.java
   labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JBossTreeCacheProviderMBean.java
   labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JMXTreeCacheProvider.java
   labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/TreeCacheProvider.java
Log:
passed licence from GPL to LGPL

Modified: labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/AbstractJBossService.java
===================================================================
--- labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/AbstractJBossService.java	2008-04-13 20:51:55 UTC (rev 19539)
+++ labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/AbstractJBossService.java	2008-04-13 21:29:01 UTC (rev 19540)
@@ -1,13 +1,25 @@
-/*****************************************
- *                                       *
- *  JBoss Portal: The OpenSource Portal  *
- *                                       *
- *       Forums JBoss Portlet            *
- *                                       *
- *   Distributable under GPL license.    *
- *   See terms of license at gnu.org.    *
- *                                       *
- *****************************************/
+/******************************************************************************
+ * JBoss, a division of Red Hat                                               *
+ * Copyright 2006, Red Hat Middleware, LLC, and individual                    *
+ * contributors as indicated by the @authors tag. See the                     *
+ * copyright.txt in the distribution for a full listing of                    *
+ * individual contributors.                                                   *
+ *                                                                            *
+ * This is free software; you can redistribute it and/or modify it            *
+ * under the terms of the GNU Lesser General Public License as                *
+ * published by the Free Software Foundation; either version 2.1 of           *
+ * the License, or (at your option) any later version.                        *
+ *                                                                            *
+ * This software 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           *
+ * Lesser General Public License for more details.                            *
+ *                                                                            *
+ * You should have received a copy of the GNU Lesser General Public           *
+ * License along with this software; if not, write to the Free                *
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA         *
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.                   *
+ ******************************************************************************/
 package org.jboss.portlet.forums.util.cache;
 
 import org.jboss.logging.Logger;

Modified: labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JBossTreeCacheProvider.java
===================================================================
--- labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JBossTreeCacheProvider.java	2008-04-13 20:51:55 UTC (rev 19539)
+++ labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JBossTreeCacheProvider.java	2008-04-13 21:29:01 UTC (rev 19540)
@@ -1,13 +1,25 @@
-/*****************************************
- *                                       *
- *  JBoss Portal: The OpenSource Portal  *
- *                                       *
- *       Forums JBoss Portlet            *
- *                                       *
- *   Distributable under GPL license.    *
- *   See terms of license at gnu.org.    *
- *                                       *
- *****************************************/
+/******************************************************************************
+ * JBoss, a division of Red Hat                                               *
+ * Copyright 2006, Red Hat Middleware, LLC, and individual                    *
+ * contributors as indicated by the @authors tag. See the                     *
+ * copyright.txt in the distribution for a full listing of                    *
+ * individual contributors.                                                   *
+ *                                                                            *
+ * This is free software; you can redistribute it and/or modify it            *
+ * under the terms of the GNU Lesser General Public License as                *
+ * published by the Free Software Foundation; either version 2.1 of           *
+ * the License, or (at your option) any later version.                        *
+ *                                                                            *
+ * This software 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           *
+ * Lesser General Public License for more details.                            *
+ *                                                                            *
+ * You should have received a copy of the GNU Lesser General Public           *
+ * License along with this software; if not, write to the Free                *
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA         *
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.                   *
+ ******************************************************************************/
 package org.jboss.portlet.forums.util.cache;
 
 import org.jboss.cache.TreeCache;

Modified: labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JBossTreeCacheProviderMBean.java
===================================================================
--- labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JBossTreeCacheProviderMBean.java	2008-04-13 20:51:55 UTC (rev 19539)
+++ labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JBossTreeCacheProviderMBean.java	2008-04-13 21:29:01 UTC (rev 19540)
@@ -1,13 +1,25 @@
-/*****************************************
- *                                       *
- *  JBoss Portal: The OpenSource Portal  *
- *                                       *
- *       Forums JBoss Portlet            *
- *                                       *
- *   Distributable under GPL license.    *
- *   See terms of license at gnu.org.    *
- *                                       *
- *****************************************/
+/******************************************************************************
+ * JBoss, a division of Red Hat                                               *
+ * Copyright 2006, Red Hat Middleware, LLC, and individual                    *
+ * contributors as indicated by the @authors tag. See the                     *
+ * copyright.txt in the distribution for a full listing of                    *
+ * individual contributors.                                                   *
+ *                                                                            *
+ * This is free software; you can redistribute it and/or modify it            *
+ * under the terms of the GNU Lesser General Public License as                *
+ * published by the Free Software Foundation; either version 2.1 of           *
+ * the License, or (at your option) any later version.                        *
+ *                                                                            *
+ * This software 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           *
+ * Lesser General Public License for more details.                            *
+ *                                                                            *
+ * You should have received a copy of the GNU Lesser General Public           *
+ * License along with this software; if not, write to the Free                *
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA         *
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.                   *
+ ******************************************************************************/
 package org.jboss.portlet.forums.util.cache;
 
 import org.jboss.cache.TreeCache;

Modified: labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JMXTreeCacheProvider.java
===================================================================
--- labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JMXTreeCacheProvider.java	2008-04-13 20:51:55 UTC (rev 19539)
+++ labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/JMXTreeCacheProvider.java	2008-04-13 21:29:01 UTC (rev 19540)
@@ -1,13 +1,25 @@
-/*****************************************
- *                                       *
- *  JBoss Portal: The OpenSource Portal  *
- *                                       *
- *       Forums JBoss Portlet            *
- *                                       *
- *   Distributable under GPL license.    *
- *   See terms of license at gnu.org.    *
- *                                       *
- *****************************************/
+/******************************************************************************
+ * JBoss, a division of Red Hat                                               *
+ * Copyright 2006, Red Hat Middleware, LLC, and individual                    *
+ * contributors as indicated by the @authors tag. See the                     *
+ * copyright.txt in the distribution for a full listing of                    *
+ * individual contributors.                                                   *
+ *                                                                            *
+ * This is free software; you can redistribute it and/or modify it            *
+ * under the terms of the GNU Lesser General Public License as                *
+ * published by the Free Software Foundation; either version 2.1 of           *
+ * the License, or (at your option) any later version.                        *
+ *                                                                            *
+ * This software 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           *
+ * Lesser General Public License for more details.                            *
+ *                                                                            *
+ * You should have received a copy of the GNU Lesser General Public           *
+ * License along with this software; if not, write to the Free                *
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA         *
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.                   *
+ ******************************************************************************/
 package org.jboss.portlet.forums.util.cache;
 
 import org.apache.log4j.Logger;

Modified: labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/TreeCacheProvider.java
===================================================================
--- labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/TreeCacheProvider.java	2008-04-13 20:51:55 UTC (rev 19539)
+++ labs/jbossforums/branches/forums120P26/cache-plugin/src/main/org/jboss/portlet/forums/util/cache/TreeCacheProvider.java	2008-04-13 21:29:01 UTC (rev 19540)
@@ -1,13 +1,25 @@
-/*****************************************
- *                                       *
- *  JBoss Portal: The OpenSource Portal  *
- *                                       *
- *       Forums JBoss Portlet            *
- *                                       *
- *   Distributable under GPL license.    *
- *   See terms of license at gnu.org.    *
- *                                       *
- *****************************************/
+/******************************************************************************
+ * JBoss, a division of Red Hat                                               *
+ * Copyright 2006, Red Hat Middleware, LLC, and individual                    *
+ * contributors as indicated by the @authors tag. See the                     *
+ * copyright.txt in the distribution for a full listing of                    *
+ * individual contributors.                                                   *
+ *                                                                            *
+ * This is free software; you can redistribute it and/or modify it            *
+ * under the terms of the GNU Lesser General Public License as                *
+ * published by the Free Software Foundation; either version 2.1 of           *
+ * the License, or (at your option) any later version.                        *
+ *                                                                            *
+ * This software 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           *
+ * Lesser General Public License for more details.                            *
+ *                                                                            *
+ * You should have received a copy of the GNU Lesser General Public           *
+ * License along with this software; if not, write to the Free                *
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA         *
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.                   *
+ ******************************************************************************/
 package org.jboss.portlet.forums.util.cache;
 
 import org.jboss.cache.TreeCache;




More information about the jboss-svn-commits mailing list