Update of /cvsroot/firebug/firebug/project/java/src/org/firebug
In directory sc8-pr-cvs1:/tmp/cvs-serv13156/project/java/src/org/firebug
Modified Files:
ListenFB.java
Log Message:
added more presentation.
Index: ListenFB.java
===================================================================
RCS file: /cvsroot/firebug/firebug/project/java/src/org/firebug/ListenFB.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ListenFB.java 18 Jul 2003 18:03:26 -0000 1.10
--- ListenFB.java 28 Jul 2003 03:13:14 -0000 1.11
***************
*** 1,16 ****
! /*
! * This software is copyrighted by Mike Chen and the Regents of
! * the University of California. The following terms apply to all
! * files associated with the software unless explicitly disclaimed in
! * individual files.
! *
! * The authors hereby grant permission to use this software without
! * fee or royalty for any non-commercial purpose. The authors also
! * grant permission to redistribute this software, provided this
* copyright and a copy of this license (for reference) are retained
* in all distributed copies.
*
- * For commercial use of this software, contact the authors.
- *
* IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
* FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
--- 1,7 ----
! /**
! * The authors grant permission to redistribute this software, provided this
* copyright and a copy of this license (for reference) are retained
* in all distributed copies.
*
* IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
* FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
***************
*** 96,99 ****
--- 87,91 ----
public ListenFB(String portName) {
+
this.portName = portName;
}
|