Commit 126cf181 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

More svn:keywords fixups



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5403 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 037f5f01
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: vcc_types.h 5163 2010-08-31 10:59:07Z phk $ * $Id$
*/ */
/*lint -save -e525 -e539 */ /*lint -save -e525 -e539 */
......
...@@ -180,14 +180,13 @@ if initname != "": ...@@ -180,14 +180,13 @@ if initname != "":
def file_header(fo): def file_header(fo):
fo.write("""/* fo.write("""/*
* $%s$
* *
* NB: This file is machine generated, DO NOT EDIT! * NB: This file is machine generated, DO NOT EDIT!
* *
* Edit vmod.vcc and run vmod.py instead * Edit vmod.vcc and run vmod.py instead
*/ */
""" % "Id") """)
####################################################################### #######################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment