aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-05-25 11:36:25 -0700
committerEric Biggers <ebiggers@google.com>2020-05-25 11:36:25 -0700
commit39c0183935a9eacc1fb3648aaf54b78d0374b3b7 (patch)
treecc1071bf3ea1fba9df6ea60404c1c3b1f5ebcc86
parentae75f37c4ade32dffda0e440ffc93a7249e5aade (diff)
downloadfsverity-utils-39c0183935a9eacc1fb3648aaf54b78d0374b3b7.tar.gz
Remove authorship lines
Authorship lines are redundant with the git history and tend to become outdated. Just remove them. Signed-off-by: Eric Biggers <ebiggers@google.com>
-rw-r--r--cmd_enable.c2
-rw-r--r--cmd_measure.c2
-rw-r--r--cmd_sign.c2
-rw-r--r--fsverity.c2
-rw-r--r--hash_algs.c2
-rw-r--r--util.c2
6 files changed, 0 insertions, 12 deletions
diff --git a/cmd_enable.c b/cmd_enable.c
index cc22f17..e350a81 100644
--- a/cmd_enable.c
+++ b/cmd_enable.c
@@ -3,8 +3,6 @@
* The 'fsverity enable' command
*
* Copyright (C) 2018 Google LLC
- *
- * Written by Eric Biggers.
*/
#include "commands.h"
diff --git a/cmd_measure.c b/cmd_measure.c
index e8218ab..a76ba97 100644
--- a/cmd_measure.c
+++ b/cmd_measure.c
@@ -3,8 +3,6 @@
* The 'fsverity measure' command
*
* Copyright (C) 2018 Google LLC
- *
- * Written by Eric Biggers.
*/
#include "commands.h"
diff --git a/cmd_sign.c b/cmd_sign.c
index 5a6deb7..887b735 100644
--- a/cmd_sign.c
+++ b/cmd_sign.c
@@ -3,8 +3,6 @@
* The 'fsverity sign' command
*
* Copyright (C) 2018 Google LLC
- *
- * Written by Eric Biggers.
*/
#include "commands.h"
diff --git a/fsverity.c b/fsverity.c
index 8d94c98..39480e0 100644
--- a/fsverity.c
+++ b/fsverity.c
@@ -3,8 +3,6 @@
* fs-verity userspace tool
*
* Copyright (C) 2018 Google LLC
- *
- * Written by Eric Biggers.
*/
#include "commands.h"
diff --git a/hash_algs.c b/hash_algs.c
index bb153de..0b253e4 100644
--- a/hash_algs.c
+++ b/hash_algs.c
@@ -3,8 +3,6 @@
* fs-verity hash algorithms
*
* Copyright (C) 2018 Google LLC
- *
- * Written by Eric Biggers.
*/
#include "fsverity_uapi.h"
diff --git a/util.c b/util.c
index 2951729..7b5f75f 100644
--- a/util.c
+++ b/util.c
@@ -3,8 +3,6 @@
* Utility functions for the 'fsverity' program
*
* Copyright (C) 2018 Google LLC
- *
- * Written by Eric Biggers.
*/
#include "util.h"