From 3ef62e9718b6fe399b85db0b0c7d3a48e2d2765f Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Wed, 12 Feb 2025 16:56:44 -0500 Subject: [PATCH] Change header to BSD license --- backends/xnnpack/test/quantizer/test_pt2e_quantization.py | 6 +++++- exir/_serialize/padding.py | 6 +++++- exir/passes/quantize_io_pass.py | 7 ++++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/backends/xnnpack/test/quantizer/test_pt2e_quantization.py b/backends/xnnpack/test/quantizer/test_pt2e_quantization.py index 7155a972a41..ea6116a6f0a 100644 --- a/backends/xnnpack/test/quantizer/test_pt2e_quantization.py +++ b/backends/xnnpack/test/quantizer/test_pt2e_quantization.py @@ -1,4 +1,8 @@ -# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +# Copyright (c) Meta Platforms, Inc. and affiliates. +# 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 # pyre-unsafe diff --git a/exir/_serialize/padding.py b/exir/_serialize/padding.py index 181dbbccd1f..cc294bcc1fa 100644 --- a/exir/_serialize/padding.py +++ b/exir/_serialize/padding.py @@ -1,4 +1,8 @@ -# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +# Copyright (c) Meta Platforms, Inc. and affiliates. +# 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 # pyre-strict diff --git a/exir/passes/quantize_io_pass.py b/exir/passes/quantize_io_pass.py index 21ac4c868a3..64b6c14d75e 100644 --- a/exir/passes/quantize_io_pass.py +++ b/exir/passes/quantize_io_pass.py @@ -1,4 +1,9 @@ -# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +# Copyright (c) Meta Platforms, Inc. and affiliates. +# 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 + import logging from typing import Any, Dict, List, Optional, Union