This is an automated email from the ASF dual-hosted git repository. ebenizzy pushed a commit to branch elijah/additional-licenses in repository https://gitbox.apache.org/repos/asf/burr.git
commit 4cb16fda711ba483574dfaaeb6069d9cff6df7d0 Author: Elijah ben Izzy <[email protected]> AuthorDate: Fri Nov 28 19:07:54 2025 -0800 Adds header to requirements.txt for s3-based deploy option --- README.md | 19 +++++++++++++++++++ burr/tracking/server/requirements-s3.txt | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/README.md b/README.md index 37c09676..c65c035e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + # <img src="https://github.com/user-attachments/assets/2ab9b499-7ca2-4ae9-af72-ccc775f30b4e" width=25 height=25/> Apache Burr (incubating) <div> diff --git a/burr/tracking/server/requirements-s3.txt b/burr/tracking/server/requirements-s3.txt index e1f4632b..cd244a6c 100644 --- a/burr/tracking/server/requirements-s3.txt +++ b/burr/tracking/server/requirements-s3.txt @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + aerich aiobotocore fastapi-utils
