summaryrefslogtreecommitdiffstats
path: root/common/dhash/dhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dhash/dhash.h')
-rw-r--r--common/dhash/dhash.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/common/dhash/dhash.h b/common/dhash/dhash.h
index 47f96733e..966b15c01 100644
--- a/common/dhash/dhash.h
+++ b/common/dhash/dhash.h
@@ -1,3 +1,27 @@
+/*
+ Authors:
+ John Dennis <jdennis.redhat.com>
+ Esmond Pitt <ejp@ausmelb.oz.AU>
+
+ This implementation was based on a 3/7/1989 public domain submission
+ to comp.sources.misc by Esmond Pitt <ejp@ausmelb.oz.AU>.
+
+ Copyright (C) 2009 Red Hat
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef DHASH_H
#define DHASH_H