diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /lib/libvgl | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (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..4701ba5e9092 100644 --- a/lib/libvgl/Makefile +++ b/lib/libvgl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libvgl/Makefile,v 1.12.8.1 2009/04/15 03:14:26 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..fc29bc611121 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.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <signal.h> diff --git a/lib/libvgl/keyboard.c b/lib/libvgl/keyboard.c index 5c437ad45334..70782f95ea23 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.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index 8506a1bc8729..ae854496f66b 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.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/mouse.c b/lib/libvgl/mouse.c index 4f9dc6210530..94a47f8087de 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.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index b7d789a57a7c..fcfb69315af8 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.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include <signal.h> #include <sys/fbio.h> diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index 757702f12655..5f1d66a5b36c 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.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stdio.h> #include <sys/fbio.h> diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index ca628f75e62d..c434752ccd88 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.8.1 2009/04/15 03:14:26 kensmith Exp $ .Dd November 7, 1999 .Dt VGL 3 .Os diff --git a/lib/libvgl/vgl.h b/lib/libvgl/vgl.h index 1b843829d72b..d26dce28ed08 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _VGL_H_ |
