rubyfox-server 2.8.4.0 → 2.9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +2 -2
- data/lib/rubyfox/server/data/config/ExtensionManagerLock.txt +2 -0
- data/lib/rubyfox/server/data/config/core.xml +9 -9
- data/lib/rubyfox/server/data/config/crossdomain.xml +1 -1
- data/lib/rubyfox/server/data/config/descriptors/config_room.txt +112 -3
- data/lib/rubyfox/server/data/config/descriptors/config_server.txt +550 -73
- data/lib/rubyfox/server/data/config/descriptors/config_zone.txt +11 -2
- data/lib/rubyfox/server/data/config/descriptors/runtime_mmo.txt +74 -0
- data/lib/rubyfox/server/data/config/descriptors/runtime_room.txt +33 -4
- data/lib/rubyfox/server/data/config/descriptors/runtime_user.txt +1 -1
- data/lib/rubyfox/server/data/config/descriptors/runtime_zone.txt +37 -5
- data/lib/rubyfox/server/data/config/keystore.jks +0 -0
- data/lib/rubyfox/server/data/config/log4j.properties +5 -1
- data/lib/rubyfox/server/data/config/logParser.properties +30 -0
- data/lib/rubyfox/server/data/config/server.xml +51 -9
- data/lib/rubyfox/server/data/config/templates/templates.dat +0 -0
- data/lib/rubyfox/server/data/lib/Lib/sfs2x-lib.jar +0 -0
- data/lib/rubyfox/server/data/lib/httpclient-4.3.3.jar +0 -0
- data/lib/rubyfox/server/data/lib/httpcore-4.3.2.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/VERSION.txt +7576 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/README.spnego +62 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jdbcRealm.properties +72 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-annotations.xml +20 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-debug.xml +23 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-deploy.xml +62 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http.xml +41 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-https.xml +47 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ipaccess.xml +31 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jaas.xml +17 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jmx-remote.xml +27 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jmx.xml +43 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-logging.xml +36 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-lowresources.xml +22 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml +30 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-plus.xml +26 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-proxy.xml +35 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-requestlog.xml +32 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-rewrite.xml +41 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-setuid.xml +30 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-spdy-proxy.xml +158 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-spdy.xml +153 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ssl.xml +41 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-started.xml +15 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-stats.xml +18 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-xinetd.xml +54 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty.conf +12 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty.xml +160 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/keystore +0 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/krb5.ini +23 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/spnego.conf +19 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/spnego.properties +1 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/webdefault.xml +540 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/asm-4.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/asm-commons-4.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/ext/.donotdelete +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jaspi/javax.security.auth.message-1.0.0.v201108011116.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.annotation-api-1.2.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.el-3.0.0.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.servlet.jsp-2.3.2.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.servlet.jsp-api-2.3.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-annotations-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-client-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-continuation-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-deploy-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-http-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-io-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaas-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaspi-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jmx-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jndi-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jsp-jdt-2.3.3.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-plus-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-proxy-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-rewrite-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-schemas-3.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-security-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-server-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlet-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlets-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-util-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-webapp-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-xml-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jndi/javax.activation-1.1.0.v201105071233.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jndi/javax.mail.glassfish-1.4.1.v201005082020.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jndi/javax.transaction-api-1.2.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/monitor/jetty-monitor-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/org.eclipse.jdt.core-3.8.2.v20130121.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/servlet-api-3.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/setuid/jetty-setuid-java-1.0.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/setuid/libsetuid-linux.so +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/setuid/libsetuid-osx.so +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-client-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-core-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-http-common-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-http-server-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-server-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/start.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket-api-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax-websocket-client-impl-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax-websocket-server-impl-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax.websocket-api-1.0.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-client-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-common-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-server-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-servlet-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/license-eplv10-aslv20.html +576 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/.donotdelete +0 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/annotations.mod +17 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/client.mod +6 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/continuation.mod +6 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/debug.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/deploy.mod +15 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/ext.mod +11 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/http.mod +14 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/https.mod +16 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/ipaccess.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jaas.mod +16 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jaspi.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jmx-remote.mod +18 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jmx.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jndi.mod +11 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jsp.mod +14 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jvm.mod +23 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/logging.mod +27 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/lowresources.mod +18 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/monitor.mod +13 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn.mod +32 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_10.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_11.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_13.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_15.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_17.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_21.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_25.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_4.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_40.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_45.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_5.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_6.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_7.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_9.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/plus.mod +14 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/proxy.mod +22 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/requestlog.mod +26 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/resources.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/rewrite.mod +12 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/security.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/server.mod +38 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/servlet.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/servlets.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/setuid.mod +19 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/spdy.mod +23 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/ssl.mod +29 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/stats.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/webapp.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/websocket.mod +12 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/xinetd.mod +17 -0
- data/lib/rubyfox/server/data/lib/jetty/notice.html +111 -0
- data/lib/rubyfox/server/data/lib/jetty/resources/.keep +0 -0
- data/lib/rubyfox/server/data/lib/jetty/start.d/README.TXT +24 -0
- data/lib/rubyfox/server/data/lib/jetty/start.d/http.ini +7 -0
- data/lib/rubyfox/server/data/lib/jetty/start.d/https.ini +9 -0
- data/lib/rubyfox/server/data/lib/jetty/start.d/ssl.ini +19 -0
- data/lib/rubyfox/server/data/lib/jetty/start.ini +84 -0
- data/lib/rubyfox/server/data/lib/jetty/webapps/.keep +0 -0
- data/lib/rubyfox/server/data/lib/logs-analysis-app.jar +0 -0
- data/lib/rubyfox/server/data/lib/netty-3.9.0.Final.jar +0 -0
- data/lib/rubyfox/server/data/lib/scala-library.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-admin.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-core.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-lib.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-util.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x.jar +0 -0
- data/lib/rubyfox/server/data/lib/slf4j-api-1.7.5.jar +0 -0
- data/lib/rubyfox/server/data/lib/slf4j-log4j12-1.7.5.jar +0 -0
- data/lib/rubyfox/server/data/sfs2x-service +9 -9
- data/lib/rubyfox/server/data/sfs2x-service.vmoptions +1 -1
- data/lib/rubyfox/server/data/sfs2x.sh +6 -6
- data/lib/rubyfox/server/data/www/root/admin/AdminTool.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/ReleaseNotes.txt +23 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bannedIPs.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bannedUsernames.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bookmarks.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bootLog.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/connection.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/globalServerStatus.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/logsDownload.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/mMOSettings.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/permissionsAndEvents.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/roomExtension.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/roomVariables.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeLog.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeRoomSettings.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeUserSettings.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeZoneSettings.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsApplication.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsDemographics.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsExceptions.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsOverview.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsTechnology.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/systemQueueStatus.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/threadPools.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/userManagement.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/zoneExtension.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/zoneTraffic.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/index.html +4 -16
- data/lib/rubyfox/server/data/www/root/admin/modules/Analytics/Analytics.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/BanManager/BanManager.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/BlueBoxMonitor/BlueBoxMonitor.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/Dashboard/Dashboard.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ExtensionManager/ExtensionManager.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ExtensionManager/icon.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/LicenseManager/LicenseManager.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/LogViewer/LogViewer.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ServerConfigurator/ServerConfigurator.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ZoneConfigurator/ZoneConfigurator.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ZoneMonitor/ZoneMonitor.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/config.xml +1 -0
- data/lib/rubyfox/server/data/www/root/favicon.ico +0 -0
- data/lib/rubyfox/server/data/www/root/favicon.png +0 -0
- data/lib/rubyfox/server/data/www/sfs2x-ws.war +0 -0
- data/lib/rubyfox/server/data/www/sfs2x-ws.xml +30 -0
- data/lib/rubyfox/server/version.rb +1 -1
- data/rubyfox-server.gemspec +1 -0
- metadata +171 -48
- data/.rvmrc +0 -1
- data/lib/rubyfox/server/data/config/jetty/jetty.xml +0 -214
- data/lib/rubyfox/server/data/config/jetty/realm.properties +0 -21
- data/lib/rubyfox/server/data/config/jetty/webdefault.xml +0 -410
- data/lib/rubyfox/server/data/config/myprop.properties +0 -5
- data/lib/rubyfox/server/data/data/bannedusers/users.bin +0 -0
- data/lib/rubyfox/server/data/data/buddylists/BasicExamples/7364666773646667 +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/ant-1.6.5.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/core-3.1.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jetty-6.1.26.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jetty-util-6.1.26.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jsp-2.1-glassfish-2.1.v20091210.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jsp-2.1-jetty-6.1.26.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jsp-api-2.1-glassfish-2.1.v20091210.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/servlet-api-2.5-20081211.jar +0 -0
- data/lib/rubyfox/server/data/lib/extras/slf4j-jdk14-1.5.10.jar +0 -0
- data/lib/rubyfox/server/data/lib/httpclient-4.0.3.jar +0 -0
- data/lib/rubyfox/server/data/lib/httpcore-4.0.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/COPYING.txt +0 -504
- data/lib/rubyfox/server/data/lib/jconsole/bug_test_case.py +0 -49
- data/lib/rubyfox/server/data/lib/jconsole/console$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/console.py +0 -439
- data/lib/rubyfox/server/data/lib/jconsole/history$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/history.py +0 -82
- data/lib/rubyfox/server/data/lib/jconsole/history_test_case.py +0 -133
- data/lib/rubyfox/server/data/lib/jconsole/introspect$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/introspect.py +0 -373
- data/lib/rubyfox/server/data/lib/jconsole/introspect_test_case.py +0 -19
- data/lib/rubyfox/server/data/lib/jconsole/issue_17_test_case.py +0 -36
- data/lib/rubyfox/server/data/lib/jconsole/jintrospect$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/jintrospect.py +0 -316
- data/lib/rubyfox/server/data/lib/jconsole/jintrospect_test_case.py +0 -107
- data/lib/rubyfox/server/data/lib/jconsole/popup$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/popup.py +0 -178
- data/lib/rubyfox/server/data/lib/jconsole/run_tests.py +0 -8
- data/lib/rubyfox/server/data/lib/jconsole/static_test_case.py +0 -36
- data/lib/rubyfox/server/data/lib/jconsole/testcase.py +0 -38
- data/lib/rubyfox/server/data/lib/jconsole/tip$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/tip.py +0 -47
- data/lib/rubyfox/server/data/lib/slf4j-api-1.5.10.jar +0 -0
- data/lib/rubyfox/server/data/lib/slf4j-log4j12.jar +0 -0
- data/lib/rubyfox/server/data/lib/ws-engine.jar +0 -0
- data/lib/rubyfox/server/data/www/BlueBox.war +0 -0
- data/lib/rubyfox/server/data/www/root/admin/AdminTool.html +0 -120
Binary file
|
Binary file
|
File without changes
|
data/lib/rubyfox/server/data/lib/jetty/lib/jaspi/javax.security.auth.message-1.0.0.v201108011116.jar
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax-websocket-client-impl-9.1.1.v20140108.jar
ADDED
Binary file
|
data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax-websocket-server-impl-9.1.1.v20140108.jar
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,576 @@
|
|
1
|
+
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"><head>
|
2
|
+
|
3
|
+
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
5
|
+
<meta name="ProgId" content="Word.Document">
|
6
|
+
<meta name="Generator" content="Microsoft Word 9">
|
7
|
+
<meta name="Originator" content="Microsoft Word 9">
|
8
|
+
<link rel="File-List" href="http://www.eclipse.org/legal/Eclipse%20EPL%202003_11_10%20Final_files/filelist.xml">
|
9
|
+
<title>Eclipse Public License - Version 1.0 / Apache License - Version 2.0</title>
|
10
|
+
<!--[if gte mso 9]><xml>
|
11
|
+
<o:DocumentProperties>
|
12
|
+
<o:Revision>2</o:Revision>
|
13
|
+
<o:TotalTime>3</o:TotalTime>
|
14
|
+
<o:Created>2004-03-05T23:03:00Z</o:Created>
|
15
|
+
<o:LastSaved>2004-03-05T23:03:00Z</o:LastSaved>
|
16
|
+
<o:Pages>4</o:Pages>
|
17
|
+
<o:Words>1626</o:Words>
|
18
|
+
<o:Characters>9270</o:Characters>
|
19
|
+
<o:Lines>77</o:Lines>
|
20
|
+
<o:Paragraphs>18</o:Paragraphs>
|
21
|
+
<o:CharactersWithSpaces>11384</o:CharactersWithSpaces>
|
22
|
+
<o:Version>9.4402</o:Version>
|
23
|
+
</o:DocumentProperties>
|
24
|
+
</xml><![endif]--><!--[if gte mso 9]><xml>
|
25
|
+
<w:WordDocument>
|
26
|
+
<w:TrackRevisions/>
|
27
|
+
</w:WordDocument>
|
28
|
+
</xml><![endif]-->
|
29
|
+
<style>
|
30
|
+
<!--
|
31
|
+
/* Font Definitions */
|
32
|
+
@font-face
|
33
|
+
{font-family:Tahoma;
|
34
|
+
panose-1:2 11 6 4 3 5 4 4 2 4;
|
35
|
+
mso-font-charset:0;
|
36
|
+
mso-generic-font-family:swiss;
|
37
|
+
mso-font-pitch:variable;
|
38
|
+
mso-font-signature:553679495 -2147483648 8 0 66047 0;}
|
39
|
+
/* Style Definitions */
|
40
|
+
p.MsoNormal, li.MsoNormal, div.MsoNormal
|
41
|
+
{mso-style-parent:"";
|
42
|
+
margin:0in;
|
43
|
+
margin-bottom:.0001pt;
|
44
|
+
mso-pagination:widow-orphan;
|
45
|
+
font-size:12.0pt;
|
46
|
+
font-family:"Times New Roman";
|
47
|
+
mso-fareast-font-family:"Times New Roman";}
|
48
|
+
p
|
49
|
+
{margin-right:0in;
|
50
|
+
mso-margin-top-alt:auto;
|
51
|
+
mso-margin-bottom-alt:auto;
|
52
|
+
margin-left:0in;
|
53
|
+
mso-pagination:widow-orphan;
|
54
|
+
font-size:12.0pt;
|
55
|
+
font-family:"Times New Roman";
|
56
|
+
mso-fareast-font-family:"Times New Roman";}
|
57
|
+
p.BalloonText, li.BalloonText, div.BalloonText
|
58
|
+
{mso-style-name:"Balloon Text";
|
59
|
+
margin:0in;
|
60
|
+
margin-bottom:.0001pt;
|
61
|
+
mso-pagination:widow-orphan;
|
62
|
+
font-size:8.0pt;
|
63
|
+
font-family:Tahoma;
|
64
|
+
mso-fareast-font-family:"Times New Roman";}
|
65
|
+
@page Section1
|
66
|
+
{size:8.5in 11.0in;
|
67
|
+
margin:1.0in 1.25in 1.0in 1.25in;
|
68
|
+
mso-header-margin:.5in;
|
69
|
+
mso-footer-margin:.5in;
|
70
|
+
mso-paper-source:0;}
|
71
|
+
div.Section1
|
72
|
+
{page:Section1;}
|
73
|
+
-->
|
74
|
+
</style>
|
75
|
+
</head><body style="" lang="EN-US">
|
76
|
+
|
77
|
+
<div class="Section1">
|
78
|
+
|
79
|
+
<p style="text-align: center;" align="center"><b>Eclipse Public License - v 1.0</b>
|
80
|
+
</p>
|
81
|
+
|
82
|
+
<p><span style="font-size: 10pt;">THE ACCOMPANYING PROGRAM IS PROVIDED UNDER
|
83
|
+
THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE,
|
84
|
+
REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE
|
85
|
+
OF THIS AGREEMENT.</span> </p>
|
86
|
+
|
87
|
+
<p><b><span style="font-size: 10pt;">1. DEFINITIONS</span></b> </p>
|
88
|
+
|
89
|
+
<p><span style="font-size: 10pt;">"Contribution" means:</span> </p>
|
90
|
+
|
91
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">a)
|
92
|
+
in the case of the initial Contributor, the initial code and documentation
|
93
|
+
distributed under this Agreement, and<br clear="left">
|
94
|
+
b) in the case of each subsequent Contributor:</span></p>
|
95
|
+
|
96
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">i)
|
97
|
+
changes to the Program, and</span></p>
|
98
|
+
|
99
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">ii)
|
100
|
+
additions to the Program;</span></p>
|
101
|
+
|
102
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">where
|
103
|
+
such changes and/or additions to the Program originate from and are distributed
|
104
|
+
by that particular Contributor. A Contribution 'originates' from a Contributor
|
105
|
+
if it was added to the Program by such Contributor itself or anyone acting on
|
106
|
+
such Contributor's behalf. Contributions do not include additions to the
|
107
|
+
Program which: (i) are separate modules of software distributed in conjunction
|
108
|
+
with the Program under their own license agreement, and (ii) are not derivative
|
109
|
+
works of the Program. </span></p>
|
110
|
+
|
111
|
+
<p><span style="font-size: 10pt;">"Contributor" means any person or
|
112
|
+
entity that distributes the Program.</span> </p>
|
113
|
+
|
114
|
+
<p><span style="font-size: 10pt;">"Licensed Patents " mean patent
|
115
|
+
claims licensable by a Contributor which are necessarily infringed by the use
|
116
|
+
or sale of its Contribution alone or when combined with the Program. </span></p>
|
117
|
+
|
118
|
+
<p><span style="font-size: 10pt;">"Program" means the Contributions
|
119
|
+
distributed in accordance with this Agreement.</span> </p>
|
120
|
+
|
121
|
+
<p><span style="font-size: 10pt;">"Recipient" means anyone who
|
122
|
+
receives the Program under this Agreement, including all Contributors.</span> </p>
|
123
|
+
|
124
|
+
<p><b><span style="font-size: 10pt;">2. GRANT OF RIGHTS</span></b> </p>
|
125
|
+
|
126
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">a)
|
127
|
+
Subject to the terms of this Agreement, each Contributor hereby grants Recipient
|
128
|
+
a non-exclusive, worldwide, royalty-free copyright license to<span style="color: red;"> </span>reproduce, prepare derivative works of, publicly
|
129
|
+
display, publicly perform, distribute and sublicense the Contribution of such
|
130
|
+
Contributor, if any, and such derivative works, in source code and object code
|
131
|
+
form.</span></p>
|
132
|
+
|
133
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">b)
|
134
|
+
Subject to the terms of this Agreement, each Contributor hereby grants
|
135
|
+
Recipient a non-exclusive, worldwide,<span style="color: green;"> </span>royalty-free
|
136
|
+
patent license under Licensed Patents to make, use, sell, offer to sell, import
|
137
|
+
and otherwise transfer the Contribution of such Contributor, if any, in source
|
138
|
+
code and object code form. This patent license shall apply to the combination
|
139
|
+
of the Contribution and the Program if, at the time the Contribution is added
|
140
|
+
by the Contributor, such addition of the Contribution causes such combination
|
141
|
+
to be covered by the Licensed Patents. The patent license shall not apply to
|
142
|
+
any other combinations which include the Contribution. No hardware per se is
|
143
|
+
licensed hereunder. </span></p>
|
144
|
+
|
145
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">c)
|
146
|
+
Recipient understands that although each Contributor grants the licenses to its
|
147
|
+
Contributions set forth herein, no assurances are provided by any Contributor
|
148
|
+
that the Program does not infringe the patent or other intellectual property
|
149
|
+
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
150
|
+
for claims brought by any other entity based on infringement of intellectual
|
151
|
+
property rights or otherwise. As a condition to exercising the rights and
|
152
|
+
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
153
|
+
to secure any other intellectual property rights needed, if any. For example,
|
154
|
+
if a third party patent license is required to allow Recipient to distribute
|
155
|
+
the Program, it is Recipient's responsibility to acquire that license before
|
156
|
+
distributing the Program.</span></p>
|
157
|
+
|
158
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">d)
|
159
|
+
Each Contributor represents that to its knowledge it has sufficient copyright
|
160
|
+
rights in its Contribution, if any, to grant the copyright license set forth in
|
161
|
+
this Agreement. </span></p>
|
162
|
+
|
163
|
+
<p><b><span style="font-size: 10pt;">3. REQUIREMENTS</span></b> </p>
|
164
|
+
|
165
|
+
<p><span style="font-size: 10pt;">A Contributor may choose to distribute the
|
166
|
+
Program in object code form under its own license agreement, provided that:</span>
|
167
|
+
</p>
|
168
|
+
|
169
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">a)
|
170
|
+
it complies with the terms and conditions of this Agreement; and</span></p>
|
171
|
+
|
172
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">b)
|
173
|
+
its license agreement:</span></p>
|
174
|
+
|
175
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">i)
|
176
|
+
effectively disclaims on behalf of all Contributors all warranties and
|
177
|
+
conditions, express and implied, including warranties or conditions of title
|
178
|
+
and non-infringement, and implied warranties or conditions of merchantability
|
179
|
+
and fitness for a particular purpose; </span></p>
|
180
|
+
|
181
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">ii)
|
182
|
+
effectively excludes on behalf of all Contributors all liability for damages,
|
183
|
+
including direct, indirect, special, incidental and consequential damages, such
|
184
|
+
as lost profits; </span></p>
|
185
|
+
|
186
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">iii)
|
187
|
+
states that any provisions which differ from this Agreement are offered by that
|
188
|
+
Contributor alone and not by any other party; and</span></p>
|
189
|
+
|
190
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">iv)
|
191
|
+
states that source code for the Program is available from such Contributor, and
|
192
|
+
informs licensees how to obtain it in a reasonable manner on or through a
|
193
|
+
medium customarily used for software exchange.<span style="color: blue;"> </span></span></p>
|
194
|
+
|
195
|
+
<p><span style="font-size: 10pt;">When the Program is made available in source
|
196
|
+
code form:</span> </p>
|
197
|
+
|
198
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">a)
|
199
|
+
it must be made available under this Agreement; and </span></p>
|
200
|
+
|
201
|
+
<p class="MsoNormal" style="margin-left: 0.5in;"><span style="font-size: 10pt;">b) a
|
202
|
+
copy of this Agreement must be included with each copy of the Program. </span></p>
|
203
|
+
|
204
|
+
<p><span style="font-size: 10pt;">Contributors may not remove or alter any
|
205
|
+
copyright notices contained within the Program. </span></p>
|
206
|
+
|
207
|
+
<p><span style="font-size: 10pt;">Each Contributor must identify itself as the
|
208
|
+
originator of its Contribution, if any, in a manner that reasonably allows
|
209
|
+
subsequent Recipients to identify the originator of the Contribution. </span></p>
|
210
|
+
|
211
|
+
<p><b><span style="font-size: 10pt;">4. COMMERCIAL DISTRIBUTION</span></b> </p>
|
212
|
+
|
213
|
+
<p><span style="font-size: 10pt;">Commercial distributors of software may
|
214
|
+
accept certain responsibilities with respect to end users, business partners
|
215
|
+
and the like. While this license is intended to facilitate the commercial use
|
216
|
+
of the Program, the Contributor who includes the Program in a commercial
|
217
|
+
product offering should do so in a manner which does not create potential
|
218
|
+
liability for other Contributors. Therefore, if a Contributor includes the
|
219
|
+
Program in a commercial product offering, such Contributor ("Commercial
|
220
|
+
Contributor") hereby agrees to defend and indemnify every other
|
221
|
+
Contributor ("Indemnified Contributor") against any losses, damages and
|
222
|
+
costs (collectively "Losses") arising from claims, lawsuits and other
|
223
|
+
legal actions brought by a third party against the Indemnified Contributor to
|
224
|
+
the extent caused by the acts or omissions of such Commercial Contributor in
|
225
|
+
connection with its distribution of the Program in a commercial product
|
226
|
+
offering. The obligations in this section do not apply to any claims or Losses
|
227
|
+
relating to any actual or alleged intellectual property infringement. In order
|
228
|
+
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
229
|
+
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
230
|
+
to control, and cooperate with the Commercial Contributor in, the defense and
|
231
|
+
any related settlement negotiations. The Indemnified Contributor may participate
|
232
|
+
in any such claim at its own expense.</span> </p>
|
233
|
+
|
234
|
+
<p><span style="font-size: 10pt;">For example, a Contributor might include the
|
235
|
+
Program in a commercial product offering, Product X. That Contributor is then a
|
236
|
+
Commercial Contributor. If that Commercial Contributor then makes performance
|
237
|
+
claims, or offers warranties related to Product X, those performance claims and
|
238
|
+
warranties are such Commercial Contributor's responsibility alone. Under this
|
239
|
+
section, the Commercial Contributor would have to defend claims against the
|
240
|
+
other Contributors related to those performance claims and warranties, and if a
|
241
|
+
court requires any other Contributor to pay any damages as a result, the
|
242
|
+
Commercial Contributor must pay those damages.</span> </p>
|
243
|
+
|
244
|
+
<p><b><span style="font-size: 10pt;">5. NO WARRANTY</span></b> </p>
|
245
|
+
|
246
|
+
<p><span style="font-size: 10pt;">EXCEPT AS EXPRESSLY SET FORTH IN THIS
|
247
|
+
AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT
|
248
|
+
WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING,
|
249
|
+
WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
|
250
|
+
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
251
|
+
responsible for determining the appropriateness of using and distributing the
|
252
|
+
Program and assumes all risks associated with its exercise of rights under this
|
253
|
+
Agreement , including but not limited to the risks and costs of program errors,
|
254
|
+
compliance with applicable laws, damage to or loss of data, programs or
|
255
|
+
equipment, and unavailability or interruption of operations. </span></p>
|
256
|
+
|
257
|
+
<p><b><span style="font-size: 10pt;">6. DISCLAIMER OF LIABILITY</span></b> </p>
|
258
|
+
|
259
|
+
<p><span style="font-size: 10pt;">EXCEPT AS EXPRESSLY SET FORTH IN THIS
|
260
|
+
AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR
|
261
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
262
|
+
(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY
|
263
|
+
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
264
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF
|
265
|
+
THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF
|
266
|
+
THE POSSIBILITY OF SUCH DAMAGES.</span> </p>
|
267
|
+
|
268
|
+
<p><b><span style="font-size: 10pt;">7. GENERAL</span></b> </p>
|
269
|
+
|
270
|
+
<p><span style="font-size: 10pt;">If any provision of this Agreement is invalid
|
271
|
+
or unenforceable under applicable law, it shall not affect the validity or
|
272
|
+
enforceability of the remainder of the terms of this Agreement, and without
|
273
|
+
further action by the parties hereto, such provision shall be reformed to the
|
274
|
+
minimum extent necessary to make such provision valid and enforceable.</span> </p>
|
275
|
+
|
276
|
+
<p><span style="font-size: 10pt;">If Recipient institutes patent litigation
|
277
|
+
against any entity (including a cross-claim or counterclaim in a lawsuit)
|
278
|
+
alleging that the Program itself (excluding combinations of the Program with
|
279
|
+
other software or hardware) infringes such Recipient's patent(s), then such
|
280
|
+
Recipient's rights granted under Section 2(b) shall terminate as of the date
|
281
|
+
such litigation is filed. </span></p>
|
282
|
+
|
283
|
+
<p><span style="font-size: 10pt;">All Recipient's rights under this Agreement
|
284
|
+
shall terminate if it fails to comply with any of the material terms or
|
285
|
+
conditions of this Agreement and does not cure such failure in a reasonable
|
286
|
+
period of time after becoming aware of such noncompliance. If all Recipient's
|
287
|
+
rights under this Agreement terminate, Recipient agrees to cease use and
|
288
|
+
distribution of the Program as soon as reasonably practicable. However,
|
289
|
+
Recipient's obligations under this Agreement and any licenses granted by
|
290
|
+
Recipient relating to the Program shall continue and survive. </span></p>
|
291
|
+
|
292
|
+
<p><span style="font-size: 10pt;">Everyone is permitted to copy and distribute
|
293
|
+
copies of this Agreement, but in order to avoid inconsistency the Agreement is
|
294
|
+
copyrighted and may only be modified in the following manner. The Agreement
|
295
|
+
Steward reserves the right to publish new versions (including revisions) of
|
296
|
+
this Agreement from time to time. No one other than the Agreement Steward has
|
297
|
+
the right to modify this Agreement. The Eclipse Foundation is the initial
|
298
|
+
Agreement Steward. The Eclipse Foundation may assign the responsibility to
|
299
|
+
serve as the Agreement Steward to a suitable separate entity. Each new version
|
300
|
+
of the Agreement will be given a distinguishing version number. The Program
|
301
|
+
(including Contributions) may always be distributed subject to the version of
|
302
|
+
the Agreement under which it was received. In addition, after a new version of
|
303
|
+
the Agreement is published, Contributor may elect to distribute the Program
|
304
|
+
(including its Contributions) under the new version. Except as expressly stated
|
305
|
+
in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to
|
306
|
+
the intellectual property of any Contributor under this Agreement, whether
|
307
|
+
expressly, by implication, estoppel or otherwise. All rights in the Program not
|
308
|
+
expressly granted under this Agreement are reserved.</span> </p>
|
309
|
+
|
310
|
+
<p><span style="font-size: 10pt;">This Agreement is governed by the laws of the
|
311
|
+
State of New York and the intellectual property laws of the United States of
|
312
|
+
America. No party to this Agreement will bring a legal action under this
|
313
|
+
Agreement more than one year after the cause of action arose. Each party waives
|
314
|
+
its rights to a jury trial in any resulting litigation.</span> </p>
|
315
|
+
|
316
|
+
<p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--><o:p></o:p></p>
|
317
|
+
|
318
|
+
</div>
|
319
|
+
|
320
|
+
<div class="Section2">
|
321
|
+
|
322
|
+
<p style="text-align: center;" align="center"><b>Apache License</b></br>
|
323
|
+
Version 2.0, January 2004<br/>
|
324
|
+
http://www.apache.org/licenses/<br/>
|
325
|
+
</p>
|
326
|
+
<p><span style="font-size: 10pt;">TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</spam></p>
|
327
|
+
<p><b><span style="font-size: 10pt;">1. Definitions.</span></b> </p>
|
328
|
+
<p><span style="font-size: 10pt;">
|
329
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
330
|
+
and distribution as defined by Sections 1 through 9 of this document.</span></p>
|
331
|
+
<p><span style="font-size: 10pt;">
|
332
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
333
|
+
the copyright owner that is granting the License.</span></p>
|
334
|
+
<p><span style="font-size: 10pt;">
|
335
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
336
|
+
other entities that control, are controlled by, or are under common
|
337
|
+
control with that entity. For the purposes of this definition,
|
338
|
+
"control" means (i) the power, direct or indirect, to cause the
|
339
|
+
direction or management of such entity, whether by contract or
|
340
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
341
|
+
outstanding shares, or (iii) beneficial ownership of such entity.</span></p>
|
342
|
+
<p><span style="font-size: 10pt;">
|
343
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
344
|
+
exercising permissions granted by this License.</span></p>
|
345
|
+
<p><span style="font-size: 10pt;">
|
346
|
+
"Source" form shall mean the preferred form for making modifications,
|
347
|
+
including but not limited to software source code, documentation
|
348
|
+
source, and configuration files.</span></p>
|
349
|
+
<p><span style="font-size: 10pt;">
|
350
|
+
"Object" form shall mean any form resulting from mechanical
|
351
|
+
transformation or translation of a Source form, including but
|
352
|
+
not limited to compiled object code, generated documentation,
|
353
|
+
and conversions to other media types.</span></p>
|
354
|
+
<p><span style="font-size: 10pt;">
|
355
|
+
"Work" shall mean the work of authorship, whether in Source or
|
356
|
+
Object form, made available under the License, as indicated by a
|
357
|
+
copyright notice that is included in or attached to the work
|
358
|
+
(an example is provided in the Appendix below).</span></p>
|
359
|
+
<p><span style="font-size: 10pt;">
|
360
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
361
|
+
form, that is based on (or derived from) the Work and for which the
|
362
|
+
editorial revisions, annotations, elaborations, or other modifications
|
363
|
+
represent, as a whole, an original work of authorship. For the purposes
|
364
|
+
of this License, Derivative Works shall not include works that remain
|
365
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
366
|
+
the Work and Derivative Works thereof.</span></p>
|
367
|
+
<p><span style="font-size: 10pt;">
|
368
|
+
"Contribution" shall mean any work of authorship, including
|
369
|
+
the original version of the Work and any modifications or additions
|
370
|
+
to that Work or Derivative Works thereof, that is intentionally
|
371
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
372
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
373
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
374
|
+
means any form of electronic, verbal, or written communication sent
|
375
|
+
to the Licensor or its representatives, including but not limited to
|
376
|
+
communication on electronic mailing lists, source code control systems,
|
377
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
378
|
+
Licensor for the purpose of discussing and improving the Work, but
|
379
|
+
excluding communication that is conspicuously marked or otherwise
|
380
|
+
designated in writing by the copyright owner as "Not a Contribution."</span></p>
|
381
|
+
<p><span style="font-size: 10pt;">
|
382
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
383
|
+
on behalf of whom a Contribution has been received by Licensor and
|
384
|
+
subsequently incorporated within the Work.</span></p>
|
385
|
+
|
386
|
+
<p><b><span style="font-size: 10pt;">2. Grant of Copyright License.</span></b> </p>
|
387
|
+
<p><span style="font-size: 10pt;">
|
388
|
+
Subject to the terms and conditions of
|
389
|
+
this License, each Contributor hereby grants to You a perpetual,
|
390
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
391
|
+
copyright license to reproduce, prepare Derivative Works of,
|
392
|
+
publicly display, publicly perform, sublicense, and distribute the
|
393
|
+
Work and such Derivative Works in Source or Object form.</span></p>
|
394
|
+
|
395
|
+
|
396
|
+
<p><b><span style="font-size: 10pt;">3. Grant of Patent License.</span></b><p>
|
397
|
+
|
398
|
+
<p><span style="font-size: 10pt;">
|
399
|
+
Subject to the terms and conditions of
|
400
|
+
this License, each Contributor hereby grants to You a perpetual,
|
401
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
402
|
+
(except as stated in this section) patent license to make, have made,
|
403
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
404
|
+
where such license applies only to those patent claims licensable
|
405
|
+
by such Contributor that are necessarily infringed by their
|
406
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
407
|
+
with the Work to which such Contribution(s) was submitted. If You
|
408
|
+
institute patent litigation against any entity (including a
|
409
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
410
|
+
or a Contribution incorporated within the Work constitutes direct
|
411
|
+
or contributory patent infringement, then any patent licenses
|
412
|
+
granted to You under this License for that Work shall terminate
|
413
|
+
as of the date such litigation is filed.
|
414
|
+
</span></p>
|
415
|
+
<p><b><span style="font-size: 10pt;">
|
416
|
+
4. Redistribution.
|
417
|
+
</span></b></p>
|
418
|
+
|
419
|
+
<p><span style="font-size: 10pt;">You may reproduce and distribute copies of the
|
420
|
+
Work or Derivative Works thereof in any medium, with or without
|
421
|
+
modifications, and in Source or Object form, provided that You
|
422
|
+
meet the following conditions:</span><p>
|
423
|
+
<ul>
|
424
|
+
<li><span style="font-size: 10pt;">
|
425
|
+
(a) You must give any other recipients of the Work or
|
426
|
+
Derivative Works a copy of this License; and</span><p>
|
427
|
+
</li>
|
428
|
+
<li><span style="font-size: 10pt;">
|
429
|
+
(b) You must cause any modified files to carry prominent notices
|
430
|
+
stating that You changed the files; and</span><p>
|
431
|
+
</li>
|
432
|
+
</li><span style="font-size: 10pt;">
|
433
|
+
(c) You must retain, in the Source form of any Derivative Works
|
434
|
+
that You distribute, all copyright, patent, trademark, and
|
435
|
+
attribution notices from the Source form of the Work,
|
436
|
+
excluding those notices that do not pertain to any part of
|
437
|
+
the Derivative Works; and</span><p>
|
438
|
+
</li>
|
439
|
+
<li><span style="font-size: 10pt;">
|
440
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
441
|
+
distribution, then any Derivative Works that You distribute must
|
442
|
+
include a readable copy of the attribution notices contained
|
443
|
+
within such NOTICE file, excluding those notices that do not
|
444
|
+
pertain to any part of the Derivative Works, in at least one
|
445
|
+
of the following places: within a NOTICE text file distributed
|
446
|
+
as part of the Derivative Works; within the Source form or
|
447
|
+
documentation, if provided along with the Derivative Works; or,
|
448
|
+
within a display generated by the Derivative Works, if and
|
449
|
+
wherever such third-party notices normally appear. The contents
|
450
|
+
of the NOTICE file are for informational purposes only and
|
451
|
+
do not modify the License. You may add Your own attribution
|
452
|
+
notices within Derivative Works that You distribute, alongside
|
453
|
+
or as an addendum to the NOTICE text from the Work, provided
|
454
|
+
that such additional attribution notices cannot be construed
|
455
|
+
as modifying the License.</span><p>
|
456
|
+
</li>
|
457
|
+
</ul>
|
458
|
+
</span></p>
|
459
|
+
|
460
|
+
<p><span style="font-size: 10pt;">
|
461
|
+
You may add Your own copyright statement to Your modifications and
|
462
|
+
may provide additional or different license terms and conditions
|
463
|
+
for use, reproduction, or distribution of Your modifications, or
|
464
|
+
for any such Derivative Works as a whole, provided Your use,
|
465
|
+
reproduction, and distribution of the Work otherwise complies with
|
466
|
+
the conditions stated in this License.
|
467
|
+
</span></p>
|
468
|
+
<p><b><span style="font-size: 10pt;">
|
469
|
+
5. Submission of Contributions.
|
470
|
+
</span></b></p>
|
471
|
+
|
472
|
+
<p><span style="font-size: 10pt;">Unless You explicitly state otherwise,
|
473
|
+
any Contribution intentionally submitted for inclusion in the Work
|
474
|
+
by You to the Licensor shall be under the terms and conditions of
|
475
|
+
this License, without any additional terms or conditions.
|
476
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
477
|
+
the terms of any separate license agreement you may have executed
|
478
|
+
with Licensor regarding such Contributions.
|
479
|
+
</span></p>
|
480
|
+
<p><b><span style="font-size: 10pt;">
|
481
|
+
6. Trademarks.
|
482
|
+
</span></b></p>
|
483
|
+
|
484
|
+
<p><span style="font-size: 10pt;">This License does not grant permission to use the trade
|
485
|
+
names, trademarks, service marks, or product names of the Licensor,
|
486
|
+
except as required for reasonable and customary use in describing the
|
487
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
488
|
+
</span></p>
|
489
|
+
<p><b><span style="font-size: 10pt;">
|
490
|
+
7. Disclaimer of Warranty.
|
491
|
+
</span></b></p>
|
492
|
+
|
493
|
+
<p><span style="font-size: 10pt;">Unless required by applicable law or
|
494
|
+
agreed to in writing, Licensor provides the Work (and each
|
495
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
496
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
497
|
+
implied, including, without limitation, any warranties or conditions
|
498
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
499
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
500
|
+
appropriateness of using or redistributing the Work and assume any
|
501
|
+
risks associated with Your exercise of permissions under this License.
|
502
|
+
</span></p>
|
503
|
+
<p><b><span style="font-size: 10pt;">
|
504
|
+
8. Limitation of Liability.
|
505
|
+
</span></b></p>
|
506
|
+
|
507
|
+
<p><span style="font-size: 10pt;">In no event and under no legal theory,
|
508
|
+
whether in tort (including negligence), contract, or otherwise,
|
509
|
+
unless required by applicable law (such as deliberate and grossly
|
510
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
511
|
+
liable to You for damages, including any direct, indirect, special,
|
512
|
+
incidental, or consequential damages of any character arising as a
|
513
|
+
result of this License or out of the use or inability to use the
|
514
|
+
Work (including but not limited to damages for loss of goodwill,
|
515
|
+
work stoppage, computer failure or malfunction, or any and all
|
516
|
+
other commercial damages or losses), even if such Contributor
|
517
|
+
has been advised of the possibility of such damages.
|
518
|
+
</span></p>
|
519
|
+
<p><b><span style="font-size: 10pt;">
|
520
|
+
9. Accepting Warranty or Additional Liability.
|
521
|
+
</span></b></p>
|
522
|
+
<p><span style="font-size: 10pt;">While redistributing
|
523
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
524
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
525
|
+
or other liability obligations and/or rights consistent with this
|
526
|
+
License. However, in accepting such obligations, You may act only
|
527
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
528
|
+
of any other Contributor, and only if You agree to indemnify,
|
529
|
+
defend, and hold each Contributor harmless for any liability
|
530
|
+
incurred by, or claims asserted against, such Contributor by reason
|
531
|
+
of your accepting any such warranty or additional liability.
|
532
|
+
</span></p>
|
533
|
+
|
534
|
+
<p><span style="font-size: 10pt;">
|
535
|
+
END OF TERMS AND CONDITIONS
|
536
|
+
</span></p>
|
537
|
+
|
538
|
+
<p><span style="font-size: 10pt;">
|
539
|
+
APPENDIX: How to apply the Apache License to your work.
|
540
|
+
</span></p>
|
541
|
+
|
542
|
+
<p><span style="font-size: 10pt;">
|
543
|
+
To apply the Apache License to your work, attach the following
|
544
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
545
|
+
replaced with your own identifying information. (Don't include
|
546
|
+
the brackets!) The text should be enclosed in the appropriate
|
547
|
+
comment syntax for the file format. We also recommend that a
|
548
|
+
file or class name and description of purpose be included on the
|
549
|
+
same "printed page" as the copyright notice for easier
|
550
|
+
identification within third-party archives.
|
551
|
+
</span></p>
|
552
|
+
|
553
|
+
<p><span style="font-size: 10pt;">
|
554
|
+
Copyright [yyyy] [name of copyright owner]
|
555
|
+
</span></p>
|
556
|
+
|
557
|
+
<p><span style="font-size: 10pt;">
|
558
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
559
|
+
you may not use this file except in compliance with the License.
|
560
|
+
You may obtain a copy of the License at
|
561
|
+
</span></p>
|
562
|
+
|
563
|
+
<p><span style="font-size: 10pt;">
|
564
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
565
|
+
</span></p>
|
566
|
+
|
567
|
+
<p><span style="font-size: 10pt;">
|
568
|
+
Unless required by applicable law or agreed to in writing, software
|
569
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
570
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
571
|
+
See the License for the specific language governing permissions and
|
572
|
+
limitations under the License.
|
573
|
+
</span></p>
|
574
|
+
|
575
|
+
</div>
|
576
|
+
</body></html>
|