Skip to content

Commit 82407f7

Browse files
authored
LICENSE: added additional copyright holders + removed copyright lint (#721)
1 parent 65ed0fd commit 82407f7

File tree

3 files changed

+9
-49
lines changed

3 files changed

+9
-49
lines changed

LICENSE

+9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
BSD 3-Clause License
22

3+
All contributions by Meta:
34
Copyright (c) Meta Platforms, Inc. and affiliates.
45
All rights reserved.
56

7+
All contributions by Kiuk Chung:
8+
Copyright (c) Kiuk Chung
9+
All rights reserved.
10+
11+
All contributions by Tristan Rice:
12+
Copyright (c) Tristan Rice
13+
All rights reserved.
14+
615
Redistribution and use in source and binary forms, with or without
716
modification, are permitted provided that the following conditions are met:
817

scripts/copyright.py

-48
This file was deleted.

scripts/lint.sh

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ then
5858
usort format "$file"
5959
black "$file" -q
6060
flake8 "$file" || LINT_ERRORS=1
61-
scripts/copyright.py "$file" || LINT_ERRORS=1
6261
done
6362
else
6463
echo "No changes made to any Python files. Nothing to do."

0 commit comments

Comments
 (0)