[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util ...

Marshall Culpepper mculpepper at jboss.com
Thu Sep 14 15:54:12 EDT 2006


  User: mculpepper
  Date: 06/09/14 15:54:12

  Modified:    core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util     
                        ResourceUtil.java NameValuePair.java
                        IXMLSerializable.java NamedType.java
                        ProjectUtil.java
  Log:
  updated copyright notices and provider
  
  Revision  Changes    Path
  1.3       +2 -2      jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/ResourceUtil.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ResourceUtil.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/ResourceUtil.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ResourceUtil.java	29 Jan 2006 04:21:30 -0000	1.2
  +++ ResourceUtil.java	14 Sep 2006 19:54:12 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * 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.
    *
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/NameValuePair.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NameValuePair.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/NameValuePair.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NameValuePair.java	29 Jan 2006 04:21:30 -0000	1.2
  +++ NameValuePair.java	14 Sep 2006 19:54:12 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * 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.
    *
  @@ -25,7 +25,7 @@
    * Name/Value pair holder for general purpose
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class NameValuePair
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/IXMLSerializable.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IXMLSerializable.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/IXMLSerializable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IXMLSerializable.java	29 Jan 2006 04:21:30 -0000	1.2
  +++ IXMLSerializable.java	14 Sep 2006 19:54:12 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * 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.
    *
  @@ -26,7 +26,7 @@
   
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public interface IXMLSerializable
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/NamedType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NamedType.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/NamedType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NamedType.java	29 Jan 2006 04:21:30 -0000	1.2
  +++ NamedType.java	14 Sep 2006 19:54:12 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * 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.
    *
  @@ -25,7 +25,7 @@
    * General purpose class for unsafe named type enumeration
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public abstract class NamedType
   {
  
  
  
  1.5       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/ProjectUtil.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ProjectUtil.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/util/ProjectUtil.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ProjectUtil.java	27 Jun 2006 21:52:01 -0000	1.4
  +++ ProjectUtil.java	14 Sep 2006 19:54:12 -0000	1.5
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * 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.
    *
  @@ -42,7 +42,7 @@
    * Utility class for IProject object access
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.4 $
  + * @version   $Revision: 1.5 $
    */
   public class ProjectUtil
   {
  
  
  



More information about the jboss-cvs-commits mailing list