diff options
-rw-r--r-- | src/mesa/main/enums.h | 6 | ||||
-rw-r--r-- | src/mesa/tnl/t_save_api.h | 1 | ||||
-rw-r--r-- | src/mesa/tnl/t_vtx_api.c | 1 | ||||
-rw-r--r-- | src/mesa/tnl/t_vtx_api.h | 1 |
4 files changed, 3 insertions, 6 deletions
diff --git a/src/mesa/main/enums.h b/src/mesa/main/enums.h index 7e8d4ee94fc..23a4767f350 100644 --- a/src/mesa/main/enums.h +++ b/src/mesa/main/enums.h @@ -10,9 +10,9 @@ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 6.5.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -31,7 +31,7 @@ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/extras/Mesa/src/mesa/main/enums.h,v 1.2 2004/06/23 19:40:14 tsi Exp $ */ + #ifndef _ENUMS_H_ #define _ENUMS_H_ diff --git a/src/mesa/tnl/t_save_api.h b/src/mesa/tnl/t_save_api.h index 8ffb7f57331..c30e0e8ecdb 100644 --- a/src/mesa/tnl/t_save_api.h +++ b/src/mesa/tnl/t_save_api.h @@ -1,4 +1,3 @@ -/* $XFree86$ */ /************************************************************************** Copyright 2002 Tungsten Graphics Inc., Cedar Park, Texas. diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c index 214af5b63c5..9379d91780c 100644 --- a/src/mesa/tnl/t_vtx_api.c +++ b/src/mesa/tnl/t_vtx_api.c @@ -1,4 +1,3 @@ -/* $XFree86$ */ /************************************************************************** Copyright 2002 Tungsten Graphics Inc., Cedar Park, Texas. diff --git a/src/mesa/tnl/t_vtx_api.h b/src/mesa/tnl/t_vtx_api.h index 53f57a14265..5311f40a852 100644 --- a/src/mesa/tnl/t_vtx_api.h +++ b/src/mesa/tnl/t_vtx_api.h @@ -1,4 +1,3 @@ -/* $XFree86$ */ /************************************************************************** Copyright 2002 Tungsten Graphics Inc., Cedar Park, Texas. |