ANDROID: fix copyright notice

New vendor hook files cite Google, Inc instead of Google LLC

Fixes: 7f62740112 ("ANDROID: add support for vendor hooks")
Signed-off-by: Todd Kjos <tkjos@google.com>
Change-Id: If42762c4bbe6d0a7ff1cc75b64a3b224902e121c
This commit is contained in:
Todd Kjos 2020-05-18 13:54:54 -07:00
parent 2ffcd3857f
commit dc419bab74
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*
* Android Vendor Hook Support
*
* Copyright (C) 2020 Google, Inc.
* Copyright 2020 Google LLC
*/
#define CREATE_TRACE_POINTS

View File

@ -2,7 +2,7 @@
/*
* android_vendor.h - Android vendor data
*
* Copyright (C) 2020 Google, Inc.
* Copyright 2020 Google LLC
*
* These macros are to be used to reserve space in kernel data structures
* for use by vendor modules.