aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LICENSE2
-rw-r--r--src/hash.h7
2 files changed, 8 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index ad7a123..a6f4f08 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
1Copyright (c) 2007, Xagasoft 1Copyright (C) 2007 Xagasoft
2 2
3All rights reserved. 3All rights reserved.
4 4
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