summaryrefslogtreecommitdiff
path: root/common/spi_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/spi_commands.c')
-rw-r--r--common/spi_commands.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/spi_commands.c b/common/spi_commands.c
index 1a70a5be82..8f8077b30f 100644
--- a/common/spi_commands.c
+++ b/common/spi_commands.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 The Chromium OS Authors. All rights reserved.
+ * Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -68,4 +68,3 @@ static int command_spixfer(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(spixfer, command_spixfer,
"rlen/w id offset [value | len]",
"Read write spi. id is spi_devices array index");
-