Skip to content

Commit f274a67

Browse files
jbeshaymeta-codesync[bot]
authored andcommitted
Add Apache 2.0 copyright headers to source files
Summary: As title. Reviewed By: afrind Differential Revision: D96193692 fbshipit-source-id: 05bd3f9d89dd5ffa34e3fe74f3b090e19b728f52
1 parent 0b901a8 commit f274a67

10 files changed

Lines changed: 47 additions & 9 deletions

moxygen/MoQFilters.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* This source code is licensed under the Apache 2.0 license found in the
4+
* LICENSE file in the root directory of this source tree.
5+
*/
6+
17
#pragma once
28

39
#include <moxygen/MoQConsumers.h>

moxygen/moqtest/conformance_test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
# This source code is licensed under the Apache 2.0 license found in the
4+
# LICENSE file in the root directory of this source tree.
5+
26
#
37
# MoQTest Conformance Test Suite
48
#

moxygen/samples/text-client/PyMoQSimplePublisher.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* This source code is licensed under the Apache 2.0 license found in the
4+
* LICENSE file in the root directory of this source tree.
5+
*/
26

37
#include <pybind11/pybind11.h>
48
#include <pybind11/stl.h>

moxygen/samples/text-client/PyMoQTestClient.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* This source code is licensed under the Apache 2.0 license found in the
4+
* LICENSE file in the root directory of this source tree.
5+
*/
26

37
#include <pybind11/pybind11.h>
48
#include <pybind11/stl.h>

moxygen/samples/text-client/moq_client_pybinding.pyi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
"""MoQ Test Client Python Bindings Type Stubs"""
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# This source code is licensed under the Apache 2.0 license found in the
3+
# LICENSE file in the root directory of this source tree.
24

35
# @generated
4-
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
6+
7+
"""MoQ Test Client Python Bindings Type Stubs"""
58

69
from typing import Any
710

moxygen/samples/text-client/moq_simple_publisher_pybinding.pyi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
"""MoQ Simple Publisher Python Bindings Type Stubs"""
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# This source code is licensed under the Apache 2.0 license found in the
3+
# LICENSE file in the root directory of this source tree.
24

35
# @generated
4-
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
6+
7+
"""MoQ Simple Publisher Python Bindings Type Stubs"""
58

69

710
class MoQPublisherError(Exception):

moxygen/samples/text-client/py_moq_client_tester.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
2-
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
# This source code is licensed under the Apache 2.0 license found in the
4+
# LICENSE file in the root directory of this source tree.
35

46
# pyre-strict
57

moxygen/samples/text-client/test/PyMoQClientTest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# This source code is licensed under the Apache 2.0 license found in the
3+
# LICENSE file in the root directory of this source tree.
24
# pyre-strict
35

46
"""Unit tests for PyMoQTestClient Python binding.

moxygen/test/MockMoQSession.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* This source code is licensed under the Apache 2.0 license found in the
4+
* LICENSE file in the root directory of this source tree.
5+
*/
6+
17
#pragma once
28

39
#include <thread>

moxygen/util/InsecureVerifierDangerousDoNotUseInProduction.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* This source code is licensed under the Apache 2.0 license found in the
4+
* LICENSE file in the root directory of this source tree.
5+
*/
26

37
#pragma once
48

0 commit comments

Comments
 (0)