From 7e9f6c3df38fbd042bdf8a25e6a961065135ab4b Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Thu, 4 May 2023 00:46:12 -0700 Subject: [PATCH] Fix typo PiperOrigin-RevId: 529325261 Change-Id: Ia663900a55d51805e330d989ed0965dc4e8f9b17 --- sandboxed_api/sandbox2/allow_all_syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandboxed_api/sandbox2/allow_all_syscalls.h b/sandboxed_api/sandbox2/allow_all_syscalls.h index 13e0a6a..8b50608 100644 --- a/sandboxed_api/sandbox2/allow_all_syscalls.h +++ b/sandboxed_api/sandbox2/allow_all_syscalls.h @@ -1,4 +1,4 @@ -// Copyright 2013 Google LLC +// Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.