Add copyrights to pr_comments (#146)

This commit is contained in:
Jon Meow
2020-08-20 09:26:40 -07:00
committed by GitHub
parent c0403cf82d
commit 23d9ae050d
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -2,6 +2,12 @@
"""Figure out comments on a GitHub PR."""
__copyright__ = """
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
Exceptions. See /LICENSE for license information.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
"""
import argparse
import datetime
import hashlib
+6
View File
@@ -2,6 +2,12 @@
"""Tests for pr-comments.py."""
__copyright__ = """
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
Exceptions. See /LICENSE for license information.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
"""
import os
import pr_comments
import unittest