From 2a59ee351815c901fe95cdf46941240b04f43692 Mon Sep 17 00:00:00 2001 From: Amandeep vishwkarma Date: Thu, 14 May 2026 21:36:12 +0530 Subject: [PATCH] Update outdated license info in python init file (Fixes #2728) --- python/prophet/__init__.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python/prophet/__init__.py b/python/prophet/__init__.py index fb7c65748..355ca09c8 100644 --- a/python/prophet/__init__.py +++ b/python/prophet/__init__.py @@ -1,9 +1,7 @@ -# Copyright (c) 2017-present, Facebook, Inc. -# All rights reserved. +# Copyright (c) Facebook, Inc. and its affiliates. # -# This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. from prophet.__version__ import __version__ from prophet.forecaster import Prophet