/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/**
 * Mostly classes for dealing with detection of spiders, and command line tools.
 * <p>
 * One can find a database of User-Agent strings classified as clients, bots,
 * etc. at <a href='http://www.user-agents.org/'>www.user-agents.org</a>.
 */

package org.dspace.statistics.util;
