aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h
diff options
context:
space:
mode:
authorDavid <david@xagasoft.com>2007-11-15 21:24:31 +0000
committerDavid <david@xagasoft.com>2007-11-15 21:24:31 +0000
commitdf1f675d9898c7de8ea8f9158af34250d9aaa6f6 (patch)
treeb560f14c773d457589f06004bd741d5b409c3ce3 /src/hash.h
parent602ea1d9c45b39765966177007caab74cd71c075 (diff)
downloadlibbu++-df1f675d9898c7de8ea8f9158af34250d9aaa6f6.tar.gz
libbu++-df1f675d9898c7de8ea8f9158af34250d9aaa6f6.tar.bz2
libbu++-df1f675d9898c7de8ea8f9158af34250d9aaa6f6.tar.xz
libbu++-df1f675d9898c7de8ea8f9158af34250d9aaa6f6.zip
david - example of license notice in hash.h
Diffstat (limited to 'src/hash.h')
-rw-r--r--src/hash.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hash.h b/src/hash.h
index 5cf54c2..d1cfad8 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_HASH_H 8#ifndef BU_HASH_H
2#define BU_HASH_H 9#define BU_HASH_H
3 10