1# text2c.sed - used by "Makefile.am" to create "copying.h"
2# Copyright 1999  Jochen Voss
3# $Id: text2c.sed,v 1.4 1999/06/25 23:14:05 voss Rel $
4s/\\/\\\\/g
5s/"/\\"/g
6s///g
7s/^/  "/
8s/$/",/
91 i\
10/* copying.h - moon-buggy's copyright notice\
11 * Automatically created from file "COPYING".\
12 * DO NOT EDIT !!! */\
13\
14static const char *copying_lines [] = {
15$ a\
16};
17