aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-05-25 12:13:41 -0700
committerEric Biggers <ebiggers@google.com>2020-05-25 12:14:19 -0700
commit5668d3ec48b5c74e8b0e08f38cb839196bb92fee (patch)
tree383c8526f00e0d9d2ff8057cc41e1db3a9e81108
parent963e21c1f5532452e8f23abd26bf38b10e7001cc (diff)
downloadfsverity-utils-5668d3ec48b5c74e8b0e08f38cb839196bb92fee.tar.gz
Clean up copyright notices
"(C)" is unnecessary and isn't recommended. Just remove it. 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.c4
-rw-r--r--hash_algs.c2
-rw-r--r--util.c2
-rw-r--r--util.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/cmd_enable.c b/cmd_enable.c
index 6063241..38e7d65 100644
--- a/cmd_enable.c
+++ b/cmd_enable.c
@@ -2,7 +2,7 @@
/*
* The 'fsverity enable' command
*
- * Copyright (C) 2018 Google LLC
+ * Copyright 2018 Google LLC
*/
#include "commands.h"
diff --git a/cmd_measure.c b/cmd_measure.c
index e044e99..1b2fc7b 100644
--- a/cmd_measure.c
+++ b/cmd_measure.c
@@ -2,7 +2,7 @@
/*
* The 'fsverity measure' command
*
- * Copyright (C) 2018 Google LLC
+ * Copyright 2018 Google LLC
*/
#include "commands.h"
diff --git a/cmd_sign.c b/cmd_sign.c
index c69bf10..0300b34 100644
--- a/cmd_sign.c
+++ b/cmd_sign.c
@@ -2,7 +2,7 @@
/*
* The 'fsverity sign' command
*
- * Copyright (C) 2018 Google LLC
+ * Copyright 2018 Google LLC
*/
#include "commands.h"
diff --git a/fsverity.c b/fsverity.c
index c2697dd..3258d92 100644
--- a/fsverity.c
+++ b/fsverity.c
@@ -2,7 +2,7 @@
/*
* fs-verity userspace tool
*
- * Copyright (C) 2018 Google LLC
+ * Copyright 2018 Google LLC
*/
#include "commands.h"
@@ -83,7 +83,7 @@ static void show_version(void)
{
static const char * const str =
"fsverity " PACKAGE_VERSION "\n"
-"Copyright (C) 2018 Google LLC\n"
+"Copyright 2018 Google LLC\n"
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
diff --git a/hash_algs.c b/hash_algs.c
index 8986cf8..c0537b8 100644
--- a/hash_algs.c
+++ b/hash_algs.c
@@ -2,7 +2,7 @@
/*
* fs-verity hash algorithms
*
- * Copyright (C) 2018 Google LLC
+ * Copyright 2018 Google LLC
*/
#include "fsverity_uapi.h"
diff --git a/util.c b/util.c
index 6c9d230..fcab635 100644
--- a/util.c
+++ b/util.c
@@ -2,7 +2,7 @@
/*
* Utility functions for the 'fsverity' program
*
- * Copyright (C) 2018 Google LLC
+ * Copyright 2018 Google LLC
*/
#include "util.h"
diff --git a/util.h b/util.h
index 7ed1f87..dc319b0 100644
--- a/util.h
+++ b/util.h
@@ -2,7 +2,7 @@
/*
* Utility functions and macros for the 'fsverity' program
*
- * Copyright (C) 2018 Google LLC
+ * Copyright 2018 Google LLC
*/
#ifndef UTIL_H
#define UTIL_H