(file) Return to licensechange CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/licensechange between version 1.1 and 1.2

version 1.1, 2006/02/03 15:51:38 version 1.2, 2006/02/18 03:27:15
Line 86 
Line 86 
 cd $PEGASUS_ROOT cd $PEGASUS_ROOT
 echo "Completed Schemas mof files"  >> licensechange.log echo "Completed Schemas mof files"  >> licensechange.log
  
   # modify the various forms of readme files.
   cd $PEGASUS_ROOT
   find -name "README*.*" -o name "readme*.*" -o name "README*" | grep -v InterfaceArchive | while read filename ; do
         make -f $PEGASUS_ROOT/mak/license.mak fix-code-license FILENAME=${filename} >> licensechange.log
   done
   
 # Test for any remaining files that have the previous year license # Test for any remaining files that have the previous year license
 cd $PEGASUS_ROOT cd $PEGASUS_ROOT
 grep -r \/%2005\/ . >> $LOGFILE grep -r \/%2005\/ . >> $LOGFILE


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2