aboutsummaryrefslogtreecommitdiffstats
path: root/src/GLSLShaderTest
diff options
context:
space:
mode:
Diffstat (limited to 'src/GLSLShaderTest')
-rw-r--r--src/GLSLShaderTest/ObjLoadGLSL.java2
-rw-r--r--src/GLSLShaderTest/PhongShadingGLSL.java2
-rw-r--r--src/GLSLShaderTest/ShaderTestGLSL.java2
-rw-r--r--src/GLSLShaderTest/SphereGLSL.java2
-rw-r--r--src/GLSLShaderTest/build.xml2
-rw-r--r--src/GLSLShaderTest/gouraud.frag2
-rw-r--r--src/GLSLShaderTest/gouraud.vert2
-rw-r--r--src/GLSLShaderTest/phong.frag2
-rw-r--r--src/GLSLShaderTest/phong.vert2
-rw-r--r--src/GLSLShaderTest/simple.frag2
-rw-r--r--src/GLSLShaderTest/simple.vert2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/GLSLShaderTest/ObjLoadGLSL.java b/src/GLSLShaderTest/ObjLoadGLSL.java
index 993aebf..3c67b98 100644
--- a/src/GLSLShaderTest/ObjLoadGLSL.java
+++ b/src/GLSLShaderTest/ObjLoadGLSL.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/PhongShadingGLSL.java b/src/GLSLShaderTest/PhongShadingGLSL.java
index 9958dc0..5711ff8 100644
--- a/src/GLSLShaderTest/PhongShadingGLSL.java
+++ b/src/GLSLShaderTest/PhongShadingGLSL.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/ShaderTestGLSL.java b/src/GLSLShaderTest/ShaderTestGLSL.java
index b55650d..b96ea42 100644
--- a/src/GLSLShaderTest/ShaderTestGLSL.java
+++ b/src/GLSLShaderTest/ShaderTestGLSL.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/SphereGLSL.java b/src/GLSLShaderTest/SphereGLSL.java
index 8b7f5c6..a9f6447 100644
--- a/src/GLSLShaderTest/SphereGLSL.java
+++ b/src/GLSLShaderTest/SphereGLSL.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/build.xml b/src/GLSLShaderTest/build.xml
index 47e5a36..4e57328 100644
--- a/src/GLSLShaderTest/build.xml
+++ b/src/GLSLShaderTest/build.xml
@@ -4,7 +4,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/gouraud.frag b/src/GLSLShaderTest/gouraud.frag
index 912cccf..951ee8e 100644
--- a/src/GLSLShaderTest/gouraud.frag
+++ b/src/GLSLShaderTest/gouraud.frag
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/gouraud.vert b/src/GLSLShaderTest/gouraud.vert
index fe72b26..fd49c18 100644
--- a/src/GLSLShaderTest/gouraud.vert
+++ b/src/GLSLShaderTest/gouraud.vert
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/phong.frag b/src/GLSLShaderTest/phong.frag
index c9e4365..41de179 100644
--- a/src/GLSLShaderTest/phong.frag
+++ b/src/GLSLShaderTest/phong.frag
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/phong.vert b/src/GLSLShaderTest/phong.vert
index 58a495f..9a67c8b 100644
--- a/src/GLSLShaderTest/phong.vert
+++ b/src/GLSLShaderTest/phong.vert
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/simple.frag b/src/GLSLShaderTest/simple.frag
index 61c83ec..6542b34 100644
--- a/src/GLSLShaderTest/simple.frag
+++ b/src/GLSLShaderTest/simple.frag
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/GLSLShaderTest/simple.vert b/src/GLSLShaderTest/simple.vert
index c593816..7d3e152 100644
--- a/src/GLSLShaderTest/simple.vert
+++ b/src/GLSLShaderTest/simple.vert
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions