summaryrefslogtreecommitdiff
path: root/src/hash
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/hash_generic.c2
-rw-r--r--src/hash/hash_generic.h2
-rw-r--r--src/hash/hash_openssl.h2
-rw-r--r--src/hash/hash_win32.c2
-rw-r--r--src/hash/hash_win32.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/hash/hash_generic.c b/src/hash/hash_generic.c
index 30d7a5d1e..0723bfaf9 100644
--- a/src/hash/hash_generic.c
+++ b/src/hash/hash_generic.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
diff --git a/src/hash/hash_generic.h b/src/hash/hash_generic.h
index 7c4be7873..b731de8b3 100644
--- a/src/hash/hash_generic.h
+++ b/src/hash/hash_generic.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
diff --git a/src/hash/hash_openssl.h b/src/hash/hash_openssl.h
index 3ae49a732..f83279a5a 100644
--- a/src/hash/hash_openssl.h
+++ b/src/hash/hash_openssl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
diff --git a/src/hash/hash_win32.c b/src/hash/hash_win32.c
index 469ce7807..43d54ca6d 100644
--- a/src/hash/hash_win32.c
+++ b/src/hash/hash_win32.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
diff --git a/src/hash/hash_win32.h b/src/hash/hash_win32.h
index b91da3e37..daa769b59 100644
--- a/src/hash/hash_win32.h
+++ b/src/hash/hash_win32.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.