aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program
diff options
context:
space:
mode:
authorRico Schüller <[email protected]>2013-06-05 08:54:14 -0600
committerBrian Paul <[email protected]>2013-06-05 08:54:27 -0600
commit3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45 (patch)
tree75f681d78aabb78caae18cb23fd80eb4adad53a4 /src/mesa/program
parent7bdf1f2f1a3d7779919e7d45b2d4a22fb227932a (diff)
mesa: remove outdated version lines in comments
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/arbprogparse.c1
-rw-r--r--src/mesa/program/arbprogparse.h1
-rw-r--r--src/mesa/program/prog_execute.c1
-rw-r--r--src/mesa/program/prog_execute.h1
-rw-r--r--src/mesa/program/prog_instruction.c1
-rw-r--r--src/mesa/program/prog_instruction.h1
-rw-r--r--src/mesa/program/prog_noise.c1
-rw-r--r--src/mesa/program/prog_noise.h1
-rw-r--r--src/mesa/program/prog_optimize.c1
-rw-r--r--src/mesa/program/prog_optimize.h1
-rw-r--r--src/mesa/program/prog_parameter.c1
-rw-r--r--src/mesa/program/prog_parameter.h1
-rw-r--r--src/mesa/program/prog_print.c1
-rw-r--r--src/mesa/program/prog_print.h1
-rw-r--r--src/mesa/program/prog_statevars.c1
-rw-r--r--src/mesa/program/prog_statevars.h1
-rw-r--r--src/mesa/program/program.c1
-rw-r--r--src/mesa/program/program.h1
-rw-r--r--src/mesa/program/programopt.c1
-rw-r--r--src/mesa/program/programopt.h1
20 files changed, 0 insertions, 20 deletions
diff --git a/src/mesa/program/arbprogparse.c b/src/mesa/program/arbprogparse.c
index 0ec87e35614..5b9665091b6 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 04d304bc0f6..39d2116a041 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 548077d3924..b902006ef5b 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 346b7b6b36c..09542bfa294 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 4329e6544e8..dcfedb77bdd 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 160b1d07933..be221819f15 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 63590c60c50..c258c5e2e06 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 9828343a6d4..51124ca1d82 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 c1013a5a2af..6153f5e2cf5 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 9854fb7a491..7607bffddf0 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 0b134f7da8e..95b153e16bd 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 bb2aa973b9c..6b3b3c262d2 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 c8351e3b529..cf852132d04 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 82195cbbc3a..cd61568e9c7 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 19a9482379c..f6073be132a 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 e26ded9e0cf..ec22b7376de 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 37bb7b7ebec..2529c130524 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 8f88b3913b0..ecda59b5884 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 6a62e1f5867..7e005722360 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 3a274417fa1..f22109fb4c5 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.
*