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 6f88eeb0beda..462892fbebac 100644 --- a/lib/libvgl/Makefile +++ b/lib/libvgl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libvgl/Makefile,v 1.10.14.1 2005/07/22 17:29:09 kensmith Exp $ LIB= vgl SHLIB_MAJOR= 4 CFLAGS+=-Wall -I${.CURDIR} diff --git a/lib/libvgl/bitmap.c b/lib/libvgl/bitmap.c index ec99d26c7126..1fe72d1863f9 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 2002/06/02 20:05:39 schweikh Exp $"); #include <sys/types.h> #include <signal.h> diff --git a/lib/libvgl/keyboard.c b/lib/libvgl/keyboard.c index 5c437ad45334..7002d80783eb 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 2002/06/02 20:05:39 schweikh Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index 8506a1bc8729..f3fc92ec4677 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 2004/06/08 12:24:47 stefanf Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/mouse.c b/lib/libvgl/mouse.c index 4f9dc6210530..c7d8cbe90a78 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 2002/06/02 20:05:39 schweikh Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index b7d789a57a7c..273b3cde2f7a 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 2002/06/02 20:05:39 schweikh Exp $"); #include <signal.h> #include <sys/fbio.h> diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index 757702f12655..30fce56b690d 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 2002/06/02 20:05:39 schweikh Exp $"); #include <stdio.h> #include <sys/fbio.h> diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index 06d05a5ae16f..9d3beadb7aae 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.30 2005/02/13 23:45:48 ru Exp $ .Dd November 7, 1999 .Dt VGL 3 .Os diff --git a/lib/libvgl/vgl.h b/lib/libvgl/vgl.h index 1b843829d72b..24a5c387c6c6 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 2002/06/02 20:05:39 schweikh Exp $ */ #ifndef _VGL_H_ |