summaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm-subprocess.pl
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
commit9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch)
treea9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sys/dev/drm/drm-subprocess.pl
parent1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (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 16d27b57983c4..e648443063c74 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.4.1.4.1 2010/02/10 00:26:20 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.4.1.4.1 2010/02/10 00:26:20 kensmith Exp $ bits after the end of the license block
$foundclosing = 1;
print;
print "\n";