Changes in tools/pack.py [571239a:28f4adb] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/pack.py

    r571239a r28f4adb  
    155155        header.write('/***************************************\n')
    156156        header.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n')
    157         header.write(' * Generated by: tools/pack.py         *\n')
    158157        header.write(' ***************************************/\n\n')
    159158        header.write("#ifndef BOOT_COMPONENTS_H_\n")
     
    178177        data.write('/***************************************\n')
    179178        data.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n')
    180         data.write(' * Generated by: tools/pack.py         *\n')
    181179        data.write(' ***************************************/\n\n')
    182180        data.write("#include <typedefs.h>\n")
Note: See TracChangeset for help on using the changeset viewer.