diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
| commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
| tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /lib/libvgl | |
| parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) | |
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 9362ea1b3c67..50fbd4eb1592 100644 --- a/lib/libvgl/Makefile +++ b/lib/libvgl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libvgl/Makefile,v 1.12.10.1 2010/02/10 00:26:20 kensmith Exp $ LIB= vgl SHLIB_MAJOR= 5 CFLAGS+=-Wall -I${.CURDIR} diff --git a/lib/libvgl/bitmap.c b/lib/libvgl/bitmap.c index ec99d26c7126..993f32c6282f 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.38.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> #include <signal.h> diff --git a/lib/libvgl/keyboard.c b/lib/libvgl/keyboard.c index 5c437ad45334..70b4d896953d 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.38.1 2010/02/10 00:26:20 kensmith Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index 8506a1bc8729..f514d970ce23 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.32.1 2010/02/10 00:26:20 kensmith Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/mouse.c b/lib/libvgl/mouse.c index 4f9dc6210530..738e8c789492 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.38.1 2010/02/10 00:26:20 kensmith Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index b7d789a57a7c..22b3e2a30a96 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.38.1 2010/02/10 00:26:20 kensmith Exp $"); #include <signal.h> #include <sys/fbio.h> diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index 757702f12655..7b7e049eed4f 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.38.1 2010/02/10 00:26:20 kensmith Exp $"); #include <stdio.h> #include <sys/fbio.h> diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index ca628f75e62d..8173d1440de2 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.12.1 2010/02/10 00:26:20 kensmith Exp $ .Dd November 7, 1999 .Dt VGL 3 .Os diff --git a/lib/libvgl/vgl.h b/lib/libvgl/vgl.h index 1b843829d72b..f68fb2c392ac 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.38.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _VGL_H_ |
