Skip to content

Commit 94ffaf9

Browse files
authored
chore: update license date (#3569)
1 parent 8cbe9cf commit 94ffaf9

File tree

1,042 files changed

+2084
-2086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,042 files changed

+2084
-2086
lines changed

apps/agents/agents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
"""
1515
Gradio-based web app Agents that uses OpenAI API to generate
1616
a chat between collaborative agents.

apps/agents/test/test_agents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
import gradio as gr
1515
import pytest
1616

apps/agents/test/test_text_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
import apps.agents.text_utils as text_utils
1515

1616

apps/agents/text_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
import re
1515

1616

apps/common/auto_zip.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
import json
1515
import os
1616
import zipfile

apps/common/test/test_auto_zip.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
import os
1515

1616
from apps.common.auto_zip import AutoZip

apps/data_explorer/data_explorer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
"""
1515
Gradio-based web UI to explore the Camel dataset.
1616
"""

apps/data_explorer/downloader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
import os
1515
import urllib.request
1616

apps/data_explorer/loader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
"""
1515
Everything related to parsing the data JSONs into UI-compatible format.
1616
"""

apps/data_explorer/test/test_data_explorer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
13-
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
13+
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
1414
import os
1515
import urllib.request
1616

0 commit comments

Comments
 (0)