diff --git a/botorch_community/models/np_regression.py b/botorch_community/models/np_regression.py index 444389968c..9b1d71572a 100644 --- a/botorch_community/models/np_regression.py +++ b/botorch_community/models/np_regression.py @@ -1,3 +1,9 @@ +#!/usr/bin/env python3 +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + r""" Neural Process Regression models based on PyTorch models.