netbpfload: update date in copyright messages, LOG_TAGs, etc.

Test: N/A
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I8f83d04266caf930701b9725b457333ddae149f2
This commit is contained in:
Maciej Żenczykowski
2023-10-02 19:43:30 -07:00
parent 354ded3926
commit 283c25a07a
4 changed files with 23 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017 The Android Open Source Project
* Copyright (C) 2017-2023 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
*/
#ifndef LOG_TAG
#define LOG_TAG "bpfloader"
#define LOG_TAG "NetBpfLoad"
#endif
#include <arpa/inet.h>