summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/FNV_Hash.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/runtime/FNV_Hash.java')
-rw-r--r--src/library/scala/runtime/FNV_Hash.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/library/scala/runtime/FNV_Hash.java b/src/library/scala/runtime/FNV_Hash.java
index 6259c33efb..f64eb992d6 100644
--- a/src/library/scala/runtime/FNV_Hash.java
+++ b/src/library/scala/runtime/FNV_Hash.java
@@ -1,6 +1,6 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2003, LAMP/EPFL **
+** / __/ __// _ | / / / _ | (c) 2003-2006, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
@@ -8,8 +8,10 @@
// $Id$
+
package scala.runtime;
+
/**
* Provide methods to compute the various kinds of Fowler / Noll / Vo
* (FNV) hash.