@@ -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
"""Tests for pr-comments.py."""
import os
import pr_comments
import unittest