summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2010-08-24 20:21:44 -0400
committerNat Goodspeed <nat@lindenlab.com>2010-08-24 20:21:44 -0400
commit598781af080427dec5e19f508e28f435c4304c0f (patch)
treef18365f3df539724fa4910fd9e4b643ec64c935b /indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl
parentac544ba22b92f57c4e50c9a8f6338c59a0a6ad06 (diff)
Update GLSL shader sources to current $LicenseInfo$ standard.
See https://wiki.lindenlab.com/wiki/License_Substitution for details.
Diffstat (limited to 'indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl')
-rw-r--r--indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl b/indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl
index edd1a8a946..8cfeeb1cf9 100644
--- a/indra/newview/app_settings/shaders/class2/lighting/sumLightsSpecularV.glsl
+++ b/indra/newview/app_settings/shaders/class2/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);