From 3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rico=20Sch=C3=BCller?= Date: Wed, 5 Jun 2013 08:54:14 -0600 Subject: mesa: remove outdated version lines in comments Signed-off-by: Brian Paul --- src/mesa/program/arbprogparse.c | 1 - src/mesa/program/arbprogparse.h | 1 - src/mesa/program/prog_execute.c | 1 - src/mesa/program/prog_execute.h | 1 - src/mesa/program/prog_instruction.c | 1 - src/mesa/program/prog_instruction.h | 1 - src/mesa/program/prog_noise.c | 1 - src/mesa/program/prog_noise.h | 1 - src/mesa/program/prog_optimize.c | 1 - src/mesa/program/prog_optimize.h | 1 - src/mesa/program/prog_parameter.c | 1 - src/mesa/program/prog_parameter.h | 1 - src/mesa/program/prog_print.c | 1 - src/mesa/program/prog_print.h | 1 - src/mesa/program/prog_statevars.c | 1 - src/mesa/program/prog_statevars.h | 1 - src/mesa/program/program.c | 1 - src/mesa/program/program.h | 1 - src/mesa/program/programopt.c | 1 - src/mesa/program/programopt.h | 1 - 20 files changed, 20 deletions(-) (limited to 'src/mesa/program') diff --git a/src/mesa/program/arbprogparse.c b/src/mesa/program/arbprogparse.c index 0ec87e3..5b96650 100644 --- a/src/mesa/program/arbprogparse.c +++ b/src/mesa/program/arbprogparse.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.1 * * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/arbprogparse.h b/src/mesa/program/arbprogparse.h index 04d304b..39d2116 100644 --- a/src/mesa/program/arbprogparse.h +++ b/src/mesa/program/arbprogparse.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5 * * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_execute.c b/src/mesa/program/prog_execute.c index 548077d..b902006 100644 --- a/src/mesa/program/prog_execute.c +++ b/src/mesa/program/prog_execute.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.3 * * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_execute.h b/src/mesa/program/prog_execute.h index 346b7b6..09542bf 100644 --- a/src/mesa/program/prog_execute.h +++ b/src/mesa/program/prog_execute.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.0.3 * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_instruction.c b/src/mesa/program/prog_instruction.c index 4329e65..dcfedb7 100644 --- a/src/mesa/program/prog_instruction.c +++ b/src/mesa/program/prog_instruction.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.3 * * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. * Copyright (C) 1999-2009 VMware, Inc. All Rights Reserved. diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h index 160b1d0..be22181 100644 --- a/src/mesa/program/prog_instruction.h +++ b/src/mesa/program/prog_instruction.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.3 * * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_noise.c b/src/mesa/program/prog_noise.c index 63590c6..c258c5e 100644 --- a/src/mesa/program/prog_noise.c +++ b/src/mesa/program/prog_noise.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5 * * Copyright (C) 2006 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_noise.h b/src/mesa/program/prog_noise.h index 9828343..51124ca 100644 --- a/src/mesa/program/prog_noise.h +++ b/src/mesa/program/prog_noise.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5 * * Copyright (C) 2006 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_optimize.c b/src/mesa/program/prog_optimize.c index c1013a5..6153f5e 100644 --- a/src/mesa/program/prog_optimize.c +++ b/src/mesa/program/prog_optimize.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.5 * * Copyright (C) 2009 VMware, Inc. All Rights Reserved. * diff --git a/src/mesa/program/prog_optimize.h b/src/mesa/program/prog_optimize.h index 9854fb7..7607bff 100644 --- a/src/mesa/program/prog_optimize.h +++ b/src/mesa/program/prog_optimize.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.5 * * Copyright (C) 2009 VMware, Inc. All Rights Reserved. * diff --git a/src/mesa/program/prog_parameter.c b/src/mesa/program/prog_parameter.c index 0b134f7..95b153e 100644 --- a/src/mesa/program/prog_parameter.c +++ b/src/mesa/program/prog_parameter.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.3 * * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_parameter.h b/src/mesa/program/prog_parameter.h index bb2aa97..6b3b3c2 100644 --- a/src/mesa/program/prog_parameter.h +++ b/src/mesa/program/prog_parameter.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.3 * * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_print.c b/src/mesa/program/prog_print.c index c8351e3..cf85213 100644 --- a/src/mesa/program/prog_print.c +++ b/src/mesa/program/prog_print.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.3 * * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. * Copyright (C) 2009 VMware, Inc. All Rights Reserved. diff --git a/src/mesa/program/prog_print.h b/src/mesa/program/prog_print.h index 82195cb..cd61568 100644 --- a/src/mesa/program/prog_print.h +++ b/src/mesa/program/prog_print.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5.3 * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_statevars.c b/src/mesa/program/prog_statevars.c index 19a9482..f6073be 100644 --- a/src/mesa/program/prog_statevars.c +++ b/src/mesa/program/prog_statevars.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.1 * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h index e26ded9..ec22b73 100644 --- a/src/mesa/program/prog_statevars.h +++ b/src/mesa/program/prog_statevars.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 7.1 * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/program.c b/src/mesa/program/program.c index 37bb7b7..2529c13 100644 --- a/src/mesa/program/program.c +++ b/src/mesa/program/program.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5.3 * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/program.h b/src/mesa/program/program.h index 8f88b39..ecda59b 100644 --- a/src/mesa/program/program.h +++ b/src/mesa/program/program.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5.3 * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/programopt.c b/src/mesa/program/programopt.c index 6a62e1f..7e00572 100644 --- a/src/mesa/program/programopt.c +++ b/src/mesa/program/programopt.c @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5.3 * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * diff --git a/src/mesa/program/programopt.h b/src/mesa/program/programopt.h index 3a27441..f22109f 100644 --- a/src/mesa/program/programopt.h +++ b/src/mesa/program/programopt.h @@ -1,6 +1,5 @@ /* * Mesa 3-D graphics library - * Version: 6.5.3 * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * -- cgit v1.1