summaryrefslogtreecommitdiff
path: root/src/ppc
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-09-19 01:54:32 +0300
committerVicent Marti <tanoku@gmail.com>2011-09-19 01:54:32 +0300
commitbb742ede3d54564ff900fb7246e7b1ff01482b2c (patch)
tree66fa381751e1684bc63e72787211358c6691be1f /src/ppc
parent934fa904e949a9e33dcb017fb73c0e3db22c3f3d (diff)
downloadlibgit2-bb742ede3d54564ff900fb7246e7b1ff01482b2c.tar.gz
Cleanup legal data
1. The license header is technically not valid if it doesn't have a copyright signature. 2. The COPYING file has been updated with the different licenses used in the project. 3. The full GPLv2 header in each file annoys me.
Diffstat (limited to 'src/ppc')
-rw-r--r--src/ppc/sha1.c8
-rw-r--r--src/ppc/sha1.h5
2 files changed, 6 insertions, 7 deletions
diff --git a/src/ppc/sha1.c b/src/ppc/sha1.c
index ec6a1926d..947000f04 100644
--- a/src/ppc/sha1.c
+++ b/src/ppc/sha1.c
@@ -1,10 +1,8 @@
/*
- * SHA-1 implementation.
+ * Copyright (C) 2009-2011 the libgit2 contributors
*
- * Copyright (C) 2005 Paul Mackerras <paulus@samba.org>
- *
- * This version assumes we are running on a big-endian machine.
- * It calls an external sha1_core() to process blocks of 64 bytes.
+ * This file is part of libgit2, distributed under the GNU GPL v2 with
+ * a Linking Exception. For full terms see the included COPYING file.
*/
#include <stdio.h>
#include <string.h>
diff --git a/src/ppc/sha1.h b/src/ppc/sha1.h
index 70957110c..7448381ab 100644
--- a/src/ppc/sha1.h
+++ b/src/ppc/sha1.h
@@ -1,7 +1,8 @@
/*
- * SHA-1 implementation.
+ * Copyright (C) 2009-2011 the libgit2 contributors
*
- * Copyright (C) 2005 Paul Mackerras <paulus@samba.org>
+ * This file is part of libgit2, distributed under the GNU GPL v2 with
+ * a Linking Exception. For full terms see the included COPYING file.
*/
#include <stdint.h>