[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/model ...

Robert Stryker rawblem at gmail.com
Thu Sep 14 19:50:21 EDT 2006


  User: rawb    
  Date: 06/09/14 19:50:21

  Modified:    as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/model 
                        SimpleTreeItem.java
  Log:
  File lacked license header
  
  Revision  Changes    Path
  1.2       +25 -0     jbosside/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/model/SimpleTreeItem.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SimpleTreeItem.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/model/SimpleTreeItem.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SimpleTreeItem.java	27 Jul 2006 06:34:03 -0000	1.1
  +++ SimpleTreeItem.java	14 Sep 2006 23:50:21 -0000	1.2
  @@ -1,3 +1,24 @@
  +/**
  + * 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.ide.eclipse.as.core.model;
   
   import java.util.ArrayList;
  @@ -5,6 +26,10 @@
   
   import org.jboss.ide.eclipse.as.core.model.ServerProcessLog.ProcessLogEvent;
   
  +/**
  +*
  +* @author rob.stryker at jboss.com
  +*/
   public class SimpleTreeItem {
   	
   	protected ArrayList children;
  
  
  



More information about the jboss-cvs-commits mailing list