diff options
Diffstat (limited to 'src/CgShaderTest')
-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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/CgShaderTest/ObjLoadCg.java b/src/CgShaderTest/ObjLoadCg.java index 0cef002..7711075 100644 --- a/src/CgShaderTest/ObjLoadCg.java +++ b/src/CgShaderTest/ObjLoadCg.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/CgShaderTest/SphereCg.java b/src/CgShaderTest/SphereCg.java index 266d523..495036e 100644 --- a/src/CgShaderTest/SphereCg.java +++ b/src/CgShaderTest/SphereCg.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/CgShaderTest/build.xml b/src/CgShaderTest/build.xml index 47e5a36..4e57328 100644 --- a/src/CgShaderTest/build.xml +++ b/src/CgShaderTest/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/CgShaderTest/simple_fp.cg b/src/CgShaderTest/simple_fp.cg index d651833..e9cd44b 100644 --- a/src/CgShaderTest/simple_fp.cg +++ b/src/CgShaderTest/simple_fp.cg @@ -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/CgShaderTest/simple_vp.cg b/src/CgShaderTest/simple_vp.cg index cec98ad..d030818 100644 --- a/src/CgShaderTest/simple_vp.cg +++ b/src/CgShaderTest/simple_vp.cg @@ -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 |