summaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm-subprocess.pl
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
commit8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch)
tree1b808490e2ba26bfe983f82bd41a2b36a6127322 /sys/dev/drm/drm-subprocess.pl
parenta1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff)
Diffstat (limited to 'sys/dev/drm/drm-subprocess.pl')
-rw-r--r--sys/dev/drm/drm-subprocess.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/drm/drm-subprocess.pl b/sys/dev/drm/drm-subprocess.pl
index d053c595c12c..19f6ce2b4818 100644
--- a/sys/dev/drm/drm-subprocess.pl
+++ b/sys/dev/drm/drm-subprocess.pl
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/dev/drm/drm-subprocess.pl,v 1.1.8.1 2008/11/25 02:59:29 kensmith Exp $
#
# Props to Daniel Stone for starting this script for me. I hate perl.
@@ -23,7 +23,7 @@ while (<>) {
print $lastline;
}
} elsif ($foundopening && !$foundclosing && /\*\//) {
- # print the $FreeBSD$ bits after the end of the license block
+ # print the $FreeBSD: src/sys/dev/drm/drm-subprocess.pl,v 1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ bits after the end of the license block
$foundclosing = 1;
print;
print "\n";