[BACK]Return to license-check CVS log [TXT][DIR] Up to [local] / ports

Diff for /ports/Attic/license-check between version 1.3 and 1.4

version 1.3, 1998/09/24 04:27:04 version 1.4, 1998/09/25 02:34:31
Line 103 
Line 103 
             print f              print f
         }          }
     }      }
       for ( f in unk_files ) {
           if ( unk_files[ f ] == 0 ) {
               if ( ! header ) {
                   print "You are missing the following files:"
                   print
                   header = 1
               }
               print f
           }
       }
     if ( header ) {      if ( header ) {
         print          print
         header = 0          header = 0

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4