From b06a8ca97625c1134449c3af65d9ac3fb251a613 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 11 Aug 2013 20:45:36 -0400 Subject: Don't needlessly change source files every time. --- nexgb/xv/xv.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nexgb/xv/xv.go') diff --git a/nexgb/xv/xv.go b/nexgb/xv/xv.go index f5539b3..0a88632 100644 --- a/nexgb/xv/xv.go +++ b/nexgb/xv/xv.go @@ -1,10 +1,7 @@ // Package xv is the X client API for the XVideo extension. package xv -/* - This file was generated by xv.xml on Aug 11 2013 8:39:44pm EDT. - This file is automatically generated. Edit at your peril! -*/ +// This file is automatically generated from xv.xml. Edit at your peril! import ( "github.com/BurntSushi/xgb" -- cgit v1.2.3