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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/pack.py

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