summaryrefslogtreecommitdiff
path: root/include/vec4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vec4.h')
-rw-r--r--include/vec4.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vec4.h b/include/vec4.h
index b35431c098..712272d957 100644
--- a/include/vec4.h
+++ b/include/vec4.h
@@ -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.
*/
@@ -13,4 +13,3 @@ typedef float floatv4_t[4];
typedef fp_t fpv4_t[4];
#endif /* __CROS_EC_VEC_4_H */
-