2 * File automatically generated by
3 * gengen 1.2 by Lorenzo Bettini
4 * http://www.gnu.org/software/gengen
10 copyright_gen_class::generate_copyright(ostream &stream, unsigned int indent)
12 string indent_str (indent, ' ');
15 stream << "Copyright (C) ";
16 generate_string (year, stream, indent + indent_str.length ());
17 stream << " Free Software Foundation Inc.";
20 stream << "This program comes with ABSOLUTELY NO WARRANTY; for details";
23 stream << "please see the file 'COPYING' supplied with the source code.";
26 stream << "This is free software, and you are welcome to redistribute it";
29 stream << "under certain conditions; again, see 'COPYING' for details.";
32 stream << "This program is released under the GNU General Public License.";