diff options
author | Rico Schüller <[email protected]> | 2013-06-05 08:54:14 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-06-05 08:54:27 -0600 |
commit | 3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45 (patch) | |
tree | 75f681d78aabb78caae18cb23fd80eb4adad53a4 /src/gallium/targets | |
parent | 7bdf1f2f1a3d7779919e7d45b2d4a22fb227932a (diff) |
mesa: remove outdated version lines in comments
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/egl-static/egl.c | 1 | ||||
-rw-r--r-- | src/gallium/targets/egl-static/egl_pipe.c | 1 | ||||
-rw-r--r-- | src/gallium/targets/egl-static/egl_pipe.h | 1 | ||||
-rw-r--r-- | src/gallium/targets/egl-static/egl_st.c | 1 | ||||
-rw-r--r-- | src/gallium/targets/egl-static/egl_st.h | 1 | ||||
-rw-r--r-- | src/gallium/targets/egl-static/st_GL.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/targets/egl-static/egl.c b/src/gallium/targets/egl-static/egl.c index adf1229caba..0b59bdb521c 100644 --- a/src/gallium/targets/egl-static/egl.c +++ b/src/gallium/targets/egl-static/egl.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.10 * * Copyright (C) 2010-2011 LunarG Inc. * diff --git a/src/gallium/targets/egl-static/egl_pipe.c b/src/gallium/targets/egl-static/egl_pipe.c index 7f35f6c645e..e1a1ad2ec73 100644 --- a/src/gallium/targets/egl-static/egl_pipe.c +++ b/src/gallium/targets/egl-static/egl_pipe.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.10 * * Copyright (C) 2011 LunarG Inc. * diff --git a/src/gallium/targets/egl-static/egl_pipe.h b/src/gallium/targets/egl-static/egl_pipe.h index 569b2d067c4..65d25ba5462 100644 --- a/src/gallium/targets/egl-static/egl_pipe.h +++ b/src/gallium/targets/egl-static/egl_pipe.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.10 * * Copyright (C) 2011 LunarG Inc. * diff --git a/src/gallium/targets/egl-static/egl_st.c b/src/gallium/targets/egl-static/egl_st.c index 67e3c29a1ca..da0cd5b8bbf 100644 --- a/src/gallium/targets/egl-static/egl_st.c +++ b/src/gallium/targets/egl-static/egl_st.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.10 * * Copyright (C) 2011 LunarG Inc. * diff --git a/src/gallium/targets/egl-static/egl_st.h b/src/gallium/targets/egl-static/egl_st.h index 7a3773c6ba2..f17e85b19ff 100644 --- a/src/gallium/targets/egl-static/egl_st.h +++ b/src/gallium/targets/egl-static/egl_st.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.10 * * Copyright (C) 2011 LunarG Inc. * diff --git a/src/gallium/targets/egl-static/st_GL.c b/src/gallium/targets/egl-static/st_GL.c index 3f4b7a09fa4..86fc98e8abe 100644 --- a/src/gallium/targets/egl-static/st_GL.c +++ b/src/gallium/targets/egl-static/st_GL.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.10 * * Copyright (C) 2011 LunarG Inc. * |