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 7711075..0cef002 100644 --- a/src/CgShaderTest/ObjLoadCg.java +++ b/src/CgShaderTest/ObjLoadCg.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 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 495036e..266d523 100644 --- a/src/CgShaderTest/SphereCg.java +++ b/src/CgShaderTest/SphereCg.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 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 4e57328..47e5a36 100644 --- a/src/CgShaderTest/build.xml +++ b/src/CgShaderTest/build.xml @@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 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 e9cd44b..d651833 100644 --- a/src/CgShaderTest/simple_fp.cg +++ b/src/CgShaderTest/simple_fp.cg @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 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 d030818..cec98ad 100644 --- a/src/CgShaderTest/simple_vp.cg +++ b/src/CgShaderTest/simple_vp.cg @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 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 |