From 75f7080a35f472fc63cf09fea186cff38682d8d2 Mon Sep 17 00:00:00 2001 From: Chi Wang <4250911+sonichi@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:07:02 +0000 Subject: [PATCH] modify wording in doc --- MAINTAINERS.md | 2 +- NOTICE.md | 10 +++++----- pyproject.toml | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index bd4179c029..d68516e768 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,6 +1,6 @@ # Maintainers -## Here is a list of maintainers for the AutoGen project. +## Here is a list of maintainers for the AG2 project. | Name | GitHub Handle | Organization | Features | |-----------------|------------------------------------------------------------|------------------------|-----------------------------------------| diff --git a/NOTICE.md b/NOTICE.md index 0065be8674..8eac106b2f 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,6 +1,6 @@ ## NOTICE -Copyright (c) 2023-2024, Owners of https://github.com/ag2ai +Copyright (c) 2023-2025, Owners of https://github.com/ag2ai This project is a fork of https://github.com/microsoft/autogen. @@ -12,8 +12,8 @@ This project, i.e., https://github.com/ag2ai/ag2, is licensed under the Apache L 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. -Ongoing MIT-licensed contributions: -This project regularly incorporates code merged from the [original repository](https://github.com/microsoft/autogen) after the initial fork. This merged code remains under the original MIT license. For specific details on merged commits, please refer to the project's commit history. -The MIT license applies to portions of code originating from the [original repository](https://github.com/microsoft/autogen) as described above. +MIT-licensed contributions: +The MIT license applies to portions of code originating from the [original repository](https://github.com/microsoft/autogen). +For specific details on merged commits, please refer to the project's commit history. -Last updated: 08/25/2024 +Last updated: 01/16/2025 diff --git a/pyproject.toml b/pyproject.toml index 5cba779e76..964f6399a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -313,7 +313,6 @@ exclude = [ # This file needs to be either upgraded or removed and therefore should be # ignore from type checking for now "math_utils\\.py$", - "**/cap/py/autogencap/proto/*", ] [tool.ruff.lint.mccabe]