From 0195d128c2723a5a4db703cc7599a36fa188cfe5 Mon Sep 17 00:00:00 2001 From: Fred Qiu Date: Fri, 1 Sep 2023 08:43:22 -0700 Subject: [PATCH] Fix fizz copyright headers Summary: Fix fizz copyright headers. See https://www.internalfb.com/phabricator/paste/view/P814551381 for details. Reviewed By: knekritz Differential Revision: D48736465 fbshipit-source-id: d4585406ea6156d3e02b08da584b6f4aac018431 --- fizz/compression/test/Mocks.h | 8 +++++++- fizz/crypto/aead/CryptoUtil.h | 8 +++++++- fizz/fizz-config.h.in | 8 ++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/fizz/compression/test/Mocks.h b/fizz/compression/test/Mocks.h index 50621d97d2d..c2a77a7a58e 100644 --- a/fizz/compression/test/Mocks.h +++ b/fizz/compression/test/Mocks.h @@ -1,4 +1,10 @@ -// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +/* + * Copyright (c) 2023-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once diff --git a/fizz/crypto/aead/CryptoUtil.h b/fizz/crypto/aead/CryptoUtil.h index 79771fa6534..79bbbf23357 100644 --- a/fizz/crypto/aead/CryptoUtil.h +++ b/fizz/crypto/aead/CryptoUtil.h @@ -1,4 +1,10 @@ -// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +/* + * Copyright (c) 2023-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once diff --git a/fizz/fizz-config.h.in b/fizz/fizz-config.h.in index 6a7cc710156..c4b6d1ae5f4 100644 --- a/fizz/fizz-config.h.in +++ b/fizz/fizz-config.h.in @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2023-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. + */ + /** * holds compile time configuration options for Fizz. */