diff options
Diffstat (limited to 'libbb/xatonum_template.c')
-rw-r--r-- | libbb/xatonum_template.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbb/xatonum_template.c b/libbb/xatonum_template.c index 2360ae8..5e0bb59 100644 --- a/libbb/xatonum_template.c +++ b/libbb/xatonum_template.c @@ -1,4 +1,8 @@ /* + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. + */ +/* You need to define the following (example): #define type long |