~ubuntu-branches/ubuntu/dapper/terminatorx/dapper

« back to all changes in this revision

Viewing changes to src/licmak.awk

  • Committer: Bazaar Package Importer
  • Author(s): Mike Furr
  • Date: 2004-04-26 21:20:09 UTC
  • Revision ID: james.westby@ubuntu.com-20040426212009-acjw8flkt05j945f
Tags: upstream-3.81
ImportĀ upstreamĀ versionĀ 3.81

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BEGIN   { printf "char license[]=\"\\\n" }
 
2
{ gsub(/\"/,"\\\"") ; printf $0"\\n\\\n" }
 
3
END     { printf "\";\n" }
 
 
b'\\ No newline at end of file'