2 # -*- coding: iso-8859-15 -*-
6 sys
.stdout
.write('''#ifndef _SPONSORS_H_
10 Copyright © 2003, The AROS Development Team. All rights reserved.
11 ****** This file is automatically generated. DO NOT EDIT! *******
14 #include <utility/tagitem.h>
15 #include <zune/aboutwindow.h>
17 struct TagItem *SPONSORS = TAGLIST
23 for line
in sys
.stdin
:
24 sys
.stdout
.write(',\n NAME("%s")' % line
.strip())
30 #endif /* _SPONSORS_H_ */'''