Adding AUTHORS and changing copyright headers to refer to it.
Change-Id: Id3306370911baf01bd2137dc0fbc8c421682e9f7
diff --git a/build/license.py b/build/license.py
index e80f417..e09cbea 100644
--- a/build/license.py
+++ b/build/license.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2018 Google LLC
+# Copyright 2018 The Hafnium Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
import sys
-apache2 = """{comment} Copyright {year} Google LLC
+apache2 = """{comment} Copyright {year} The Hafnium Authors.
{comment}
{comment} Licensed under the Apache License, Version 2.0 (the "License");
{comment} you may not use this file except in compliance with the License.