From b0cad36c89bc8e6589dc531af8172215a0923359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ahlert?= Date: Thu, 12 Mar 2026 05:51:51 -0300 Subject: [PATCH] chore: add ASF license headers to requirements.txt and .gitignore files Add missing Apache 2.0 license headers to 25 requirements.txt and 3 .gitignore files, completing the work started in #651. Closes #639 --- .gitignore | 17 +++++++++++++++++ .../server/s3/deployment/terraform/.gitignore | 17 +++++++++++++++++ examples/adaptive-crag/requirements.txt | 17 +++++++++++++++++ .../graph_db_example/requirements.txt | 17 +++++++++++++++++ .../simple_example/requirements.txt | 17 +++++++++++++++++ examples/custom-serde/requirements.txt | 17 +++++++++++++++++ examples/deployment/aws/lambda/requirements.txt | 17 +++++++++++++++++ examples/deployment/vercel/requirements.txt | 17 +++++++++++++++++ examples/hamilton-integration/requirements.txt | 17 +++++++++++++++++ examples/hello-world-counter/requirements.txt | 17 +++++++++++++++++ examples/image-telephone/requirements.txt | 17 +++++++++++++++++ .../instructor-gemini-flash/requirements.txt | 17 +++++++++++++++++ .../hamilton/image-telephone/requirements.txt | 17 +++++++++++++++++ examples/llm-adventure-game/requirements.txt | 17 +++++++++++++++++ .../hamilton/requirements.txt | 17 +++++++++++++++++ .../lcel/requirements.txt | 17 +++++++++++++++++ .../multi-agent-collaboration/requirements.txt | 17 +++++++++++++++++ .../openai-compatible-agent/requirements.txt | 17 +++++++++++++++++ examples/other-examples/cowsay/requirements.txt | 17 +++++++++++++++++ examples/pytest/requirements.txt | 17 +++++++++++++++++ examples/rag-lancedb-ingestion/requirements.txt | 17 +++++++++++++++++ examples/recursive/requirements.txt | 17 +++++++++++++++++ examples/simple-chatbot-intro/requirements.txt | 17 +++++++++++++++++ examples/streaming-overview/requirements.txt | 17 +++++++++++++++++ examples/test-case-creation/requirements.txt | 17 +++++++++++++++++ examples/tool-calling/requirements.txt | 17 +++++++++++++++++ examples/tracing-and-spans/requirements.txt | 17 +++++++++++++++++ telemetry/ui/.gitignore | 17 +++++++++++++++++ 28 files changed, 476 insertions(+) diff --git a/.gitignore b/.gitignore index afb5191aa..a92fd35b4 100644 --- a/.gitignore +++ b/.gitignore @@ -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. + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/burr/tracking/server/s3/deployment/terraform/.gitignore b/burr/tracking/server/s3/deployment/terraform/.gitignore index b41b81844..cfd195b15 100644 --- a/burr/tracking/server/s3/deployment/terraform/.gitignore +++ b/burr/tracking/server/s3/deployment/terraform/.gitignore @@ -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. + # Compiled files *.tfstate *.tfstate.backup diff --git a/examples/adaptive-crag/requirements.txt b/examples/adaptive-crag/requirements.txt index a985ef232..ed81773f0 100644 --- a/examples/adaptive-crag/requirements.txt +++ b/examples/adaptive-crag/requirements.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. + burr[start] exa_py google-generativeai diff --git a/examples/conversational-rag/graph_db_example/requirements.txt b/examples/conversational-rag/graph_db_example/requirements.txt index c76190ecd..693940a74 100644 --- a/examples/conversational-rag/graph_db_example/requirements.txt +++ b/examples/conversational-rag/graph_db_example/requirements.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. + burr[start,graphviz] falkordb==1.0.4 openai diff --git a/examples/conversational-rag/simple_example/requirements.txt b/examples/conversational-rag/simple_example/requirements.txt index 84118808d..c4b2ed75a 100644 --- a/examples/conversational-rag/simple_example/requirements.txt +++ b/examples/conversational-rag/simple_example/requirements.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. + burr[start] faiss-cpu langchain diff --git a/examples/custom-serde/requirements.txt b/examples/custom-serde/requirements.txt index 4b2ee0f41..8524d569f 100644 --- a/examples/custom-serde/requirements.txt +++ b/examples/custom-serde/requirements.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. + burr[start] langchain_community langchain_core diff --git a/examples/deployment/aws/lambda/requirements.txt b/examples/deployment/aws/lambda/requirements.txt index c10793cba..85fbd690e 100644 --- a/examples/deployment/aws/lambda/requirements.txt +++ b/examples/deployment/aws/lambda/requirements.txt @@ -1,2 +1,19 @@ +# 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. + burr # for tracking you'd add extra dependencies diff --git a/examples/deployment/vercel/requirements.txt b/examples/deployment/vercel/requirements.txt index c10793cba..85fbd690e 100644 --- a/examples/deployment/vercel/requirements.txt +++ b/examples/deployment/vercel/requirements.txt @@ -1,2 +1,19 @@ +# 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. + burr # for tracking you'd add extra dependencies diff --git a/examples/hamilton-integration/requirements.txt b/examples/hamilton-integration/requirements.txt index ae56b1dbd..9c7146f4b 100644 --- a/examples/hamilton-integration/requirements.txt +++ b/examples/hamilton-integration/requirements.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. + burr[start,opentelemetry] lancedb openai diff --git a/examples/hello-world-counter/requirements.txt b/examples/hello-world-counter/requirements.txt index 312f23df2..e261fcb2d 100644 --- a/examples/hello-world-counter/requirements.txt +++ b/examples/hello-world-counter/requirements.txt @@ -1 +1,18 @@ +# 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. + burr[streamlit,start] diff --git a/examples/image-telephone/requirements.txt b/examples/image-telephone/requirements.txt index e204b781b..bccc49b1a 100644 --- a/examples/image-telephone/requirements.txt +++ b/examples/image-telephone/requirements.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. + burr openai requests diff --git a/examples/instructor-gemini-flash/requirements.txt b/examples/instructor-gemini-flash/requirements.txt index e296f1be7..c503269d5 100644 --- a/examples/instructor-gemini-flash/requirements.txt +++ b/examples/instructor-gemini-flash/requirements.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. + burr[start] google-generativeai instructor diff --git a/examples/integrations/hamilton/image-telephone/requirements.txt b/examples/integrations/hamilton/image-telephone/requirements.txt index 3833376c8..f9ce753c5 100644 --- a/examples/integrations/hamilton/image-telephone/requirements.txt +++ b/examples/integrations/hamilton/image-telephone/requirements.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. + burr openai requests diff --git a/examples/llm-adventure-game/requirements.txt b/examples/llm-adventure-game/requirements.txt index d0d56c1a2..5e8f6fc0e 100644 --- a/examples/llm-adventure-game/requirements.txt +++ b/examples/llm-adventure-game/requirements.txt @@ -1,2 +1,19 @@ +# 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. + burr[start] openai diff --git a/examples/multi-agent-collaboration/hamilton/requirements.txt b/examples/multi-agent-collaboration/hamilton/requirements.txt index 149171c8b..92b723b87 100644 --- a/examples/multi-agent-collaboration/hamilton/requirements.txt +++ b/examples/multi-agent-collaboration/hamilton/requirements.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. + burr[start] langchain-community langchain-core diff --git a/examples/multi-agent-collaboration/lcel/requirements.txt b/examples/multi-agent-collaboration/lcel/requirements.txt index 6a5b84b59..2926ea59b 100644 --- a/examples/multi-agent-collaboration/lcel/requirements.txt +++ b/examples/multi-agent-collaboration/lcel/requirements.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. + burr[start] langchain-community langchain-core diff --git a/examples/multi-agent-collaboration/requirements.txt b/examples/multi-agent-collaboration/requirements.txt index 149171c8b..92b723b87 100644 --- a/examples/multi-agent-collaboration/requirements.txt +++ b/examples/multi-agent-collaboration/requirements.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. + burr[start] langchain-community langchain-core diff --git a/examples/openai-compatible-agent/requirements.txt b/examples/openai-compatible-agent/requirements.txt index e8071972a..754157f95 100644 --- a/examples/openai-compatible-agent/requirements.txt +++ b/examples/openai-compatible-agent/requirements.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. + burr[start] fastapi openai diff --git a/examples/other-examples/cowsay/requirements.txt b/examples/other-examples/cowsay/requirements.txt index 5b88dd058..d88119c4f 100644 --- a/examples/other-examples/cowsay/requirements.txt +++ b/examples/other-examples/cowsay/requirements.txt @@ -1,2 +1,19 @@ +# 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. + burr[streamlit,graphviz,start] cowsay diff --git a/examples/pytest/requirements.txt b/examples/pytest/requirements.txt index 1a27de18e..33d6ce6d0 100644 --- a/examples/pytest/requirements.txt +++ b/examples/pytest/requirements.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. + burr pytest pytest-harvest diff --git a/examples/rag-lancedb-ingestion/requirements.txt b/examples/rag-lancedb-ingestion/requirements.txt index 372151b9d..6c7ef5628 100644 --- a/examples/rag-lancedb-ingestion/requirements.txt +++ b/examples/rag-lancedb-ingestion/requirements.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. + beautifulsoup4 burr[start] dlt[lancedb] diff --git a/examples/recursive/requirements.txt b/examples/recursive/requirements.txt index cb387dcd7..ae5088aeb 100644 --- a/examples/recursive/requirements.txt +++ b/examples/recursive/requirements.txt @@ -1,2 +1,19 @@ +# 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. + burr[learn] openai diff --git a/examples/simple-chatbot-intro/requirements.txt b/examples/simple-chatbot-intro/requirements.txt index 06d578d75..05c0a0e7a 100644 --- a/examples/simple-chatbot-intro/requirements.txt +++ b/examples/simple-chatbot-intro/requirements.txt @@ -1 +1,18 @@ +# 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. + burr[start] diff --git a/examples/streaming-overview/requirements.txt b/examples/streaming-overview/requirements.txt index 06d578d75..05c0a0e7a 100644 --- a/examples/streaming-overview/requirements.txt +++ b/examples/streaming-overview/requirements.txt @@ -1 +1,18 @@ +# 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. + burr[start] diff --git a/examples/test-case-creation/requirements.txt b/examples/test-case-creation/requirements.txt index 06d578d75..05c0a0e7a 100644 --- a/examples/test-case-creation/requirements.txt +++ b/examples/test-case-creation/requirements.txt @@ -1 +1,18 @@ +# 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. + burr[start] diff --git a/examples/tool-calling/requirements.txt b/examples/tool-calling/requirements.txt index 9d2ed6b95..32a464967 100644 --- a/examples/tool-calling/requirements.txt +++ b/examples/tool-calling/requirements.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. + burr openai opentelemetry-instrumentation-openai diff --git a/examples/tracing-and-spans/requirements.txt b/examples/tracing-and-spans/requirements.txt index 06d578d75..05c0a0e7a 100644 --- a/examples/tracing-and-spans/requirements.txt +++ b/examples/tracing-and-spans/requirements.txt @@ -1 +1,18 @@ +# 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. + burr[start] diff --git a/telemetry/ui/.gitignore b/telemetry/ui/.gitignore index 4d29575de..b1c8fb1c9 100644 --- a/telemetry/ui/.gitignore +++ b/telemetry/ui/.gitignore @@ -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. + # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies