From 5da185f4cabbc26977d7b533a0af051c776c593f Mon Sep 17 00:00:00 2001 From: cwx1272435 Date: Tue, 15 Oct 2024 11:41:09 +0000 Subject: [PATCH] cherry pick f5a7b09 from https://gitee.com/ymcaiq/commonlibrary_memory_utils/pulls/169 1015 Signed-off-by: cwx1272435 --- libsync/src/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsync/src/sync.c b/libsync/src/sync.c index 5d216be..3ce0f19 100644 --- a/libsync/src/sync.c +++ b/libsync/src/sync.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright 2012 Google, lnc * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -- Gitee