Skip to content

Commit a067813

Browse files
committed
chore: strip Meta copyright headers from source files
This is no longer a Meta project. Removes the 5-line "Copyright (c) Meta Platforms, Inc. and affiliates" block from every .py / .sh under the repo (286 files). Pairs with dropping the insert-license pre-commit hook in the previous commit so the headers don't get re-stamped. Signed-off-by: Charlie Doern <cdoern@redhat.com>
1 parent 56317b4 commit a067813

286 files changed

Lines changed: 0 additions & 1703 deletions

File tree

Some content is hidden

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

examples/interactive_agent_cli.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) Meta Platforms, Inc. and affiliates.
3-
# All rights reserved.
4-
#
5-
# This source code is licensed under the terms described in the LICENSE file in
6-
# the root directory of this source tree.
72
"""Interactive CLI for exploring agent turn/step events with server-side tools.
83
94
Usage:

scripts/utils/ruffen-docs.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# All rights reserved.
3-
#
4-
# This source code is licensed under the terms described in the LICENSE file in
5-
# the root directory of this source tree.
6-
71
# fork of https://github.com/asottile/blacken-docs adapted for ruff
82
from __future__ import annotations
93

scripts/utils/upload-artifact.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
#!/bin/bash
2-
# Copyright (c) Meta Platforms, Inc. and affiliates.
3-
# All rights reserved.
4-
#
5-
# This source code is licensed under the terms described in the LICENSE file in
6-
# the root directory of this source tree.
7-
82
set -exuo pipefail
93

104
FILENAME=$(basename dist/*.whl)

src/ogx_client/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# All rights reserved.
3-
#
4-
# This source code is licensed under the terms described in the LICENSE file in
5-
# the root directory of this source tree.
6-
71
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
82

93
import typing as _t

src/ogx_client/_base_client.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# All rights reserved.
3-
#
4-
# This source code is licensed under the terms described in the LICENSE file in
5-
# the root directory of this source tree.
6-
71
from __future__ import annotations
82

93
import sys

src/ogx_client/_compat.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# All rights reserved.
3-
#
4-
# This source code is licensed under the terms described in the LICENSE file in
5-
# the root directory of this source tree.
6-
71
from __future__ import annotations
82

93
from typing import TYPE_CHECKING, Any, Union, Generic, TypeVar, Callable, cast, overload

src/ogx_client/_constants.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# All rights reserved.
3-
#
4-
# This source code is licensed under the terms described in the LICENSE file in
5-
# the root directory of this source tree.
6-
71
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
82

93
import httpx

src/ogx_client/_exceptions.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# All rights reserved.
3-
#
4-
# This source code is licensed under the terms described in the LICENSE file in
5-
# the root directory of this source tree.
6-
71
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
82

93
from __future__ import annotations

src/ogx_client/_files.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# All rights reserved.
3-
#
4-
# This source code is licensed under the terms described in the LICENSE file in
5-
# the root directory of this source tree.
6-
71
from __future__ import annotations
82

93
import io

src/ogx_client/_models.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# All rights reserved.
3-
#
4-
# This source code is licensed under the terms described in the LICENSE file in
5-
# the root directory of this source tree.
6-
71
from __future__ import annotations
82

93
import os

0 commit comments

Comments
 (0)