[jboss-cvs] system2/src/main/org/jboss/deployers/plugins ...

Scott Stark scott.stark at jboss.com
Mon Jul 10 23:50:08 EDT 2006


  User: starksm 
  Date: 06/07/10 23:50:08

  Modified:    src/main/org/jboss/deployers/plugins  DeployerConstants.java
  Log:
  Update the LGPL header
  
  Revision  Changes    Path
  1.3       +22 -9     system2/src/main/org/jboss/deployers/plugins/DeployerConstants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DeployerConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/main/org/jboss/deployers/plugins/DeployerConstants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- DeployerConstants.java	11 Jul 2006 03:48:25 -0000	1.2
  +++ DeployerConstants.java	11 Jul 2006 03:50:08 -0000	1.3
  @@ -1,11 +1,24 @@
  -/***************************************
  - *                                     *
  - *  JBoss: The OpenSource J2EE WebOS   *
  - *                                     *
  - *  Distributable under LGPL license.  *
  - *  See terms of license at gnu.org.   *
  - *                                     *
  - ***************************************/
  +/*
  + * JBoss, Home of Professional Open Source
  + * Copyright 2005, JBoss Inc., 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.deployers.plugins;
   
  @@ -17,7 +30,7 @@
    * of default AspectDeployer relative orders
    * 
    * @author <a href="mailto:dimitris at jboss.org">Dimitris Andreadis</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class DeployerConstants
   {
  
  
  



More information about the jboss-cvs-commits mailing list