Changeset 6097
- Timestamp:
- 02/08/08 08:09:58 (10 months ago)
- Files:
-
- trunk/openlayers/doc/authors.txt (modified) (1 diff)
- trunk/openlayers/doc/licenses/BSD-LICENSE.txt (added)
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Tween.js (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
- trunk/openlayers/tests/manual/tween.html (added)
- trunk/openlayers/tests/test_Tween.html (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/doc/authors.txt
r6037 r6097 35 35 Some portions of OpenLayers are used under the MIT license, availabie in 36 36 doc/licenses/MIT-LICENSE.txt. 37 38 Some portions of OpenLayers are Copyright 2001 Robert Penner, and are used 39 under the BSD license, available in doc/licenses/BSD-LICENSE.txt trunk/openlayers/lib/OpenLayers.js
r5921 r6097 80 80 "OpenLayers/BaseTypes/Size.js", 81 81 "OpenLayers/Console.js", 82 "OpenLayers/Tween.js", 82 83 "Rico/Corner.js", 83 84 "Rico/Color.js", trunk/openlayers/tests/list-tests.html
r6033 r6097 110 110 <li>Renderer/test_VML.html</li> 111 111 <li>test_Map.html</li> 112 <li>test_Tween.html</li> 112 113 </ul>
