2 # -*- coding: iso-8859-15 -*-
6 print '''#ifndef _ACKNOWLEDGEMENTS_H_
7 #define _ACKNOWLEDGEMENTS_H_
10 Copyright © 2003, The AROS Development Team. All rights reserved.
11 ****** This file is automatically generated. DO NOT EDIT! *******
14 const char * const ACKNOWLEDGEMENTS[] =
19 for line
in sys
.stdin
:
20 print ' "%s",' % line
.strip()
25 #define ACKNOWLEDGEMENTS_SIZE (%d)
27 #endif /* _ACKNOWLEDGEMENTS_H_ */