gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gzz/view CellHBox.java CellView.java


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz/view CellHBox.java CellView.java
Date: Sat, 21 Sep 2002 19:02:04 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/21 19:02:04

Modified files:
        gzz/view       : CellHBox.java CellView.java 

Log message:
        make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/CellHBox.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/CellView.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/gzz/view/CellHBox.java
diff -c gzz/gzz/view/CellHBox.java:1.2 gzz/gzz/view/CellHBox.java:1.3
*** gzz/gzz/view/CellHBox.java:1.2      Sat Sep 21 19:00:38 2002
--- gzz/gzz/view/CellHBox.java  Sat Sep 21 19:02:04 2002
***************
*** 1,4 ****
! //(c):Benja Fallenstein
  package gzz.view;
  import gzz.*;
  import gzz.vob.*;
--- 1,25 ----
! /*
! CellHBox.java
!  *    
!  *    Copyright (c) 2002, Benja Fallenstein
!  *    
!  *    You may use and distribute under the terms of either the GNU Lesser
!  *    General Public License, either version 2 of the license or,
!  *    at your choice, any later version. Alternatively, you may use and
!  *    distribute under the terms of the XPL.
!  *    
!  *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
!  *    the licenses.
!  *    
!  *    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 README
!  *    file for more details.
!  *    
!  */
! /*
!  * Written by Benja Fallenstein
!  */
  package gzz.view;
  import gzz.*;
  import gzz.vob.*;
***************
*** 43,46 ****
      }
  
      public void setPrev(HBox b) {}
! }
\ No newline at end of file
--- 64,67 ----
      }
  
      public void setPrev(HBox b) {}
! }
Index: gzz/gzz/view/CellView.java
diff -c gzz/gzz/view/CellView.java:1.1 gzz/gzz/view/CellView.java:1.2
*** gzz/gzz/view/CellView.java:1.1      Sat Sep 21 18:48:01 2002
--- gzz/gzz/view/CellView.java  Sat Sep 21 19:02:04 2002
***************
*** 1,4 ****
! //(c):Benja Fallenstein
  package gzz.view;
  import gzz.*;
  import gzz.vob.*;
--- 1,25 ----
! /*
! CellView.java
!  *    
!  *    Copyright (c) 2002, Benja Fallenstein
!  *    
!  *    You may use and distribute under the terms of either the GNU Lesser
!  *    General Public License, either version 2 of the license or,
!  *    at your choice, any later version. Alternatively, you may use and
!  *    distribute under the terms of the XPL.
!  *    
!  *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
!  *    the licenses.
!  *    
!  *    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 README
!  *    file for more details.
!  *    
!  */
! /*
!  * Written by Benja Fallenstein
!  */
  package gzz.view;
  import gzz.*;
  import gzz.vob.*;
***************
*** 15,18 ****
       */
      void getDefaultSize(float scale, Dimension writeInto);
  
! }
\ No newline at end of file
--- 36,39 ----
       */
      void getDefaultSize(float scale, Dimension writeInto);
  
! }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]