diff options
-rw-r--r-- | src/CgShaderTest/ObjLoadCg.java | 2 | ||||
-rw-r--r-- | src/CgShaderTest/SphereCg.java | 2 | ||||
-rw-r--r-- | src/CgShaderTest/build.xml | 2 | ||||
-rw-r--r-- | src/CgShaderTest/simple_fp.cg | 2 | ||||
-rw-r--r-- | src/CgShaderTest/simple_vp.cg | 2 | ||||
-rw-r--r-- | src/GLSLShaderTest/ObjLoadGLSL.java | 2 | ||||
-rw-r--r-- | src/GLSLShaderTest/SphereGLSL.java | 2 | ||||
-rw-r--r-- | src/GLSLShaderTest/build.xml | 2 | ||||
-rw-r--r-- | src/GLSLShaderTest/simple.frag | 2 | ||||
-rw-r--r-- | src/GLSLShaderTest/simple.vert | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/CgShaderTest/ObjLoadCg.java b/src/CgShaderTest/ObjLoadCg.java index 77f16ce..8d48bce 100644 --- a/src/CgShaderTest/ObjLoadCg.java +++ b/src/CgShaderTest/ObjLoadCg.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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/CgShaderTest/SphereCg.java b/src/CgShaderTest/SphereCg.java index 7385173..a5664ce 100644 --- a/src/CgShaderTest/SphereCg.java +++ b/src/CgShaderTest/SphereCg.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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/CgShaderTest/build.xml b/src/CgShaderTest/build.xml index def3da4..47e5a36 100644 --- a/src/CgShaderTest/build.xml +++ b/src/CgShaderTest/build.xml @@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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/CgShaderTest/simple_fp.cg b/src/CgShaderTest/simple_fp.cg index ebf7be9..d651833 100644 --- a/src/CgShaderTest/simple_fp.cg +++ b/src/CgShaderTest/simple_fp.cg @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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/CgShaderTest/simple_vp.cg b/src/CgShaderTest/simple_vp.cg index c08846e..cec98ad 100644 --- a/src/CgShaderTest/simple_vp.cg +++ b/src/CgShaderTest/simple_vp.cg @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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/ObjLoadGLSL.java b/src/GLSLShaderTest/ObjLoadGLSL.java index d67fab9..354f912 100644 --- a/src/GLSLShaderTest/ObjLoadGLSL.java +++ b/src/GLSLShaderTest/ObjLoadGLSL.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 76f0191..4ad34b8 100644 --- a/src/GLSLShaderTest/SphereGLSL.java +++ b/src/GLSLShaderTest/SphereGLSL.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 def3da4..47e5a36 100644 --- a/src/GLSLShaderTest/build.xml +++ b/src/GLSLShaderTest/build.xml @@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 133c7a6..61c83ec 100644 --- a/src/GLSLShaderTest/simple.frag +++ b/src/GLSLShaderTest/simple.frag @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 362e67e..c593816 100644 --- a/src/GLSLShaderTest/simple.vert +++ b/src/GLSLShaderTest/simple.vert @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 |