summaryrefslogtreecommitdiff
path: root/common/led_policy_std.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/led_policy_std.c')
-rw-r--r--common/led_policy_std.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/led_policy_std.c b/common/led_policy_std.c
index e9fe4568a2..4dc34bce63 100644
--- a/common/led_policy_std.c
+++ b/common/led_policy_std.c
@@ -1,4 +1,4 @@
-/* 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.
*
@@ -199,4 +199,3 @@ static void led_second(void)
std_led_set_battery();
}
DECLARE_HOOK(HOOK_SECOND, led_second, HOOK_PRIO_DEFAULT);
-