Skip to content

Commit c75a6d6

Browse files
committed
Meta copyright
1 parent a781cd9 commit c75a6d6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

include/pytorch/tokenizers/pcre2_regex.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
8+
19
#pragma once
210

311
#include <memory>

src/pcre2_regex.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
8+
19
#include <iostream>
210
#include <vector>
311

0 commit comments

Comments
 (0)