diff options
Diffstat (limited to 'lib/libvgl')
| -rw-r--r-- | lib/libvgl/Makefile | 2 | ||||
| -rw-r--r-- | lib/libvgl/bitmap.c | 2 | ||||
| -rw-r--r-- | lib/libvgl/keyboard.c | 2 | ||||
| -rw-r--r-- | lib/libvgl/main.c | 2 | ||||
| -rw-r--r-- | lib/libvgl/mouse.c | 2 | ||||
| -rw-r--r-- | lib/libvgl/simple.c | 2 | ||||
| -rw-r--r-- | lib/libvgl/text.c | 2 | ||||
| -rw-r--r-- | lib/libvgl/vgl.3 | 2 | ||||
| -rw-r--r-- | lib/libvgl/vgl.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile index a379bd0b2938..c0c57dc88a68 100644 --- a/lib/libvgl/Makefile +++ b/lib/libvgl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libvgl/Makefile,v 1.13.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ LIB= vgl SHLIB_MAJOR= 6 CFLAGS+=-Wall -I${.CURDIR} diff --git a/lib/libvgl/bitmap.c b/lib/libvgl/bitmap.c index ec99d26c7126..29a3b32af3a0 100644 --- a/lib/libvgl/bitmap.c +++ b/lib/libvgl/bitmap.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libvgl/bitmap.c,v 1.9.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/types.h> #include <signal.h> diff --git a/lib/libvgl/keyboard.c b/lib/libvgl/keyboard.c index 5c437ad45334..3c4416a022be 100644 --- a/lib/libvgl/keyboard.c +++ b/lib/libvgl/keyboard.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libvgl/keyboard.c,v 1.7.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index 8506a1bc8729..df49185f8f40 100644 --- a/lib/libvgl/main.c +++ b/lib/libvgl/main.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libvgl/main.c,v 1.15.30.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/mouse.c b/lib/libvgl/mouse.c index 4f9dc6210530..84518bf181a8 100644 --- a/lib/libvgl/mouse.c +++ b/lib/libvgl/mouse.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libvgl/mouse.c,v 1.6.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index b7d789a57a7c..45b4e1fac043 100644 --- a/lib/libvgl/simple.c +++ b/lib/libvgl/simple.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libvgl/simple.c,v 1.8.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <signal.h> #include <sys/fbio.h> diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index 757702f12655..9652af20d021 100644 --- a/lib/libvgl/text.c +++ b/lib/libvgl/text.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libvgl/text.c,v 1.8.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <stdio.h> #include <sys/fbio.h> diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index ca628f75e62d..899d43cb70bc 100644 --- a/lib/libvgl/vgl.3 +++ b/lib/libvgl/vgl.3 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libvgl/vgl.3,v 1.31.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $ .Dd November 7, 1999 .Dt VGL 3 .Os diff --git a/lib/libvgl/vgl.h b/lib/libvgl/vgl.h index 1b843829d72b..d2a6969ac94c 100644 --- a/lib/libvgl/vgl.h +++ b/lib/libvgl/vgl.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libvgl/vgl.h,v 1.8.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _VGL_H_ |
