Is the COPYRIGHT value used anywhere? Or are you simply trying to keep it out of the output? If so, then you can simply use a comment: [# .... ]. It works across multiple lines.
On Wed, Jan 20, 2010 at 10:45, <rhuij...@apache.org> wrote: > Author: rhuijben > Date: Wed Jan 20 15:45:30 2010 > New Revision: 901244 > > URL: http://svn.apache.org/viewvc?rev=901244&view=rev > Log: > * build/generator/templates/makefile.ezt > * build/generator/build_zlib.ezt > Add the ALv2 license blurb. > > Modified: > subversion/trunk/build/generator/build_zlib.ezt > subversion/trunk/build/generator/templates/makefile.ezt > > Modified: subversion/trunk/build/generator/build_zlib.ezt > URL: > http://svn.apache.org/viewvc/subversion/trunk/build/generator/build_zlib.ezt?rev=901244&r1=901243&r2=901244&view=diff > ============================================================================== > --- subversion/trunk/build/generator/build_zlib.ezt (original) > +++ subversion/trunk/build/generator/build_zlib.ezt Wed Jan 20 15:45:30 2010 > @@ -1,4 +1,25 @@ > -...@echo off > +[define COPYRIGHT] > +# > +# > +# Licensed to the Apache Software Foundation (ASF) under one > +# or more contributor license agreements. See the NOTICE file > +# distributed with this work for additional information > +# regarding copyright ownership. The ASF licenses this file > +# to you under the Apache License, Version 2.0 (the > +# "License"); you may not use this file except in compliance > +# with the License. You may obtain a copy of the License at > +# > +# http://www.apache.org/licenses/LICENSE-2.0 > +# > +# Unless required by applicable law or agreed to in writing, > +# software distributed under the License is distributed on an > +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > +# KIND, either express or implied. See the License for the > +# specific language governing permissions and limitations > +# under the License. > +# > +# > +[e...@echo off > �...@rem > ************************************************************************** > �...@rem * --== WARNING ==-- This is a generated file. Do not edit! > �...@rem * > > Modified: subversion/trunk/build/generator/templates/makefile.ezt > URL: > http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/makefile.ezt?rev=901244&r1=901243&r2=901244&view=diff > ============================================================================== > --- subversion/trunk/build/generator/templates/makefile.ezt (original) > +++ subversion/trunk/build/generator/templates/makefile.ezt Wed Jan 20 > 15:45:30 2010 > @@ -1,4 +1,25 @@ > -# DO NOT EDIT -- AUTOMATICALLY GENERATED > +[define COPYRIGHT] > +# > +# > +# Licensed to the Apache Software Foundation (ASF) under one > +# or more contributor license agreements. See the NOTICE file > +# distributed with this work for additional information > +# regarding copyright ownership. The ASF licenses this file > +# to you under the Apache License, Version 2.0 (the > +# "License"); you may not use this file except in compliance > +# with the License. You may obtain a copy of the License at > +# > +# http://www.apache.org/licenses/LICENSE-2.0 > +# > +# Unless required by applicable law or agreed to in writing, > +# software distributed under the License is distributed on an > +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > +# KIND, either express or implied. See the License for the > +# specific language governing permissions and limitations > +# under the License. > +# > +# > +[end]# DO NOT EDIT -- AUTOMATICALLY GENERATED > > ######################################## > # Section 1: Global make variables > > >