diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /lib/libvgl | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
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..e06c12c45584 100644 --- a/lib/libvgl/Makefile +++ b/lib/libvgl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libvgl/Makefile,v 1.12 2007/05/21 02:49:08 deischen Exp $ LIB= vgl SHLIB_MAJOR= 5 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 ca628f75e62d..dab27ca4a60b 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 2006/10/21 15:12:36 maxim 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_ |
