diff --git a/examples/mapquest.js b/examples/mapquest.js
index feea370aa5..9761e897b3 100644
--- a/examples/mapquest.js
+++ b/examples/mapquest.js
@@ -24,7 +24,7 @@ var map = new OpenLayers.Map({
"http://oatile4.mqcdn.com/naip/${z}/${x}/${y}.png"
],
{
- attribution: "Tiles Courtesy of MapQuest ",
+ attribution: "Tiles Courtesy of MapQuest. Portions Courtesy NASA/JPL-Caltech and U.S. Depart. of Agriculture, Farm Service Agency. ",
transitionEffect: "resize"
}
)