diff options
author | Oz Linden <oz@lindenlab.com> | 2010-08-31 14:16:25 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-08-31 14:16:25 -0400 |
commit | c24db314e547aafa734f852ec645d48e254cf9a9 (patch) | |
tree | 2bab6c144766fe16c88dcade3ff1ce165eafd65d /indra/newview/app_settings/shaders/class3/lighting/sumLightsSpecularV.glsl | |
parent | 049f0e1f9569ce47cc4563dcd60a0cf6fd27ed8e (diff) | |
parent | b81d5d9285d409f7e7a91eda6694e069a13d40f0 (diff) |
integrate up to latest viewer-development
Diffstat (limited to 'indra/newview/app_settings/shaders/class3/lighting/sumLightsSpecularV.glsl')
-rw-r--r-- | indra/newview/app_settings/shaders/class3/lighting/sumLightsSpecularV.glsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/shaders/class3/lighting/sumLightsSpecularV.glsl b/indra/newview/app_settings/shaders/class3/lighting/sumLightsSpecularV.glsl index bf5c78f3ea..2b44aedd5a 100644 --- a/indra/newview/app_settings/shaders/class3/lighting/sumLightsSpecularV.glsl +++ b/indra/newview/app_settings/shaders/class3/lighting/sumLightsSpecularV.glsl @@ -1,8 +1,8 @@ /** * @file sumLightsV.glsl * - * Copyright (c) 2005-$CurrentYear$, Linden Research, Inc. - * $License$ + * $LicenseInfo:firstyear=2005&license=viewerlgpl$ + * $/LicenseInfo$ */ float calcDirectionalLightSpecular(inout vec4 specular, vec3 view, vec3 n, vec3 l, vec3 lightCol, float da); |